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

Side by Side Diff: LayoutTests/editing/spelling/editing-multiple-words-with-markers-expected.txt

Issue 906193003: shouldBecomeEqual() behaves as shouldBe() if the testing expression returns the expected value Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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
(Empty)
1 The test verifies if the spelling markers disappear when the multiple misspelled words are concatenated by delete command. To test manually, type "it's a meages ga meagesga ", then select and delete "esga meag". The test succeeds if the rema ining text does not have any underline.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 it's a meagesga meagesga
7 PASS internals.hasSpellingMarker(document, marker1[0], marker1[1]) became false
8 PASS internals.hasSpellingMarker(document, marker2[0], marker2[1]) became true
9
10 it's a meagesga
11 FAIL internals.hasSpellingMarker(document, marker1[0], marker1[1]) became false
12 FAIL internals.hasSpellingMarker(document, marker2[0], marker2[1]) became false
13
14 it's a meagmeagesga
15 FAIL internals.hasSpellingMarker(document, marker1[0], marker1[1]) became false
16 PASS internals.hasSpellingMarker(document, marker2[0], marker2[1]) became false
17
18 it's a meagesgaesga
19 FAIL internals.hasSpellingMarker(document, marker1[0], marker1[1]) became false
20 PASS internals.hasSpellingMarker(document, marker2[0], marker2[1]) became false
21
22 PASS successfullyParsed is true
23
24 TEST COMPLETE
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698