blob: b15443bea2419da89d7a10ffca81db244cb826da [file]
This test ensures basic left-line text marker functionality works.
PASS: webArea.stringForTextMarkerRange(webArea.leftLineTextMarkerRangeForTextMarker(marker)) === 'First text'
PASS: webArea.stringForTextMarkerRange(webArea.leftLineTextMarkerRangeForTextMarker(marker)) === 'Foo and bar'
PASS: webArea.stringForTextMarkerRange(webArea.leftLineTextMarkerRangeForTextMarker(webArea.endTextMarkerForTextMarkerRange(markerRange))) === 'Foo and bar'
PASS successfullyParsed is true
TEST COMPLETE
First text
Foo and bar