Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Side by Side Diff: LayoutTests/editing/spelling/spelling-backspace-between-lines-expected.txt

Issue 197403002: Verify misspellings after lines merge/split asynchronously (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix expectations to meet new target names (should have been done in the patch #2) Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 For Bug 41423: Spelling marker should remain after hitting a backspace key. 1 Spelling markers should remain while merging two lines.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS firstLineText() is 'OK' 6 PASS firstLineText('two-lines') is "OK"
7 PASS sel.anchorNode.data is 'OK zz OK' 7 PASS sel.anchorNode.data is "OK zz OK"
8 PASS internals.hasSpellingMarker(document, 3, 2) is true 8 PASS internals.hasSpellingMarker(document, 3, 2) became true
9 PASS sel.anchorNode.data is 'OKOK zz OK' 9 PASS firstLineText('merged-lines-delete-command') is "OKOK zz OK"
10 PASS firstLineText() is 'OKOK zz OK' 10 PASS sel.anchorNode.data is "OKOK zz OK"
11 PASS internals.hasSpellingMarker(document, 5, 2) is true 11 PASS internals.hasSpellingMarker(document, 5, 2) became true
12 PASS firstLineText() is 'OK' 12 PASS firstLineText('merged-lines-forward-delete-command') is "OKOK zz OK"
13 PASS sel.anchorNode.data is 'OK zz OK' 13 PASS sel.anchorNode.data is "OKOK zz OK"
14 PASS internals.hasSpellingMarker(document, 3, 2) is true 14 PASS internals.hasSpellingMarker(document, 5, 2) became true
15 PASS firstLineText() is 'OKOK zz OK'
16 PASS sel.anchorNode.data is 'OKOK zz OK'
17 PASS internals.hasSpellingMarker(document, 5, 2) is true
18 PASS successfullyParsed is true 15 PASS successfullyParsed is true
19 16
20 TEST COMPLETE 17 TEST COMPLETE
21 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698