haikuwebkit/LayoutTests/inspector/unit-tests/text-range-expected.txt

17 lines
424 B
Plaintext

Testing that WI.TextRange works.
== Running test suite: WI.TextRange
-- Running test case: resolveOffsetsNoTrailingLineBreak
PASS: startOffset should be 1.
PASS: endOffset should be 0.
-- Running test case: resolveOffsetsTrailingLineBreak
PASS: startOffset should be 1.
PASS: endOffset should be 14.
-- Running test case: resolveOffsetsTwoTrailingLineBreaks
PASS: startOffset should be 1.
PASS: endOffset should be 14.