Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / spelling / spelling-backspace-between-lines-expected.txt
blobc7b1211ba16b551f6c190cf1cb9b6719ab29da21
1 Spelling markers should remain while merging two lines.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS firstLineText('two-lines') is "OK"
7 PASS sel.anchorNode.data is "OK zz OK"
8 PASS internals.hasSpellingMarker(document, 3, 2) became true
9 PASS firstLineText('merged-lines-delete-command') is "OKOK zz OK"
10 PASS sel.anchorNode.data is "OKOK zz OK"
11 PASS internals.hasSpellingMarker(document, 5, 2) became true
12 PASS firstLineText('merged-lines-forward-delete-command') is "OKOK zz OK"
13 PASS sel.anchorNode.data is "OKOK zz OK"
14 PASS internals.hasSpellingMarker(document, 5, 2) became true
15 PASS successfullyParsed is true
17 TEST COMPLETE