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

Side by Side Diff: LayoutTests/editing/spelling/move-cursor-to-misspelled-word-expected.txt

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
OLDNEW
1 Test if Chrome WebKit does not remove a misspelled marker when moving a cursor o n a misspelled word.To test manually, type a misspelled word "zz " and type a le ft-arrow key to move the cursor on it.This test succeeds when "zz" is marked as misspelled. 1 Test if Chrome WebKit does not remove a misspelled marker when moving a cursor o n a misspelled word.To test manually, type a misspelled word "zz " and type a le ft-arrow key to move the cursor on it.This test succeeds when "zz" is marked as misspelled.
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 internals.hasSpellingMarker(document, 0, 2) is true 6 PASS internals.hasSpellingMarker(document, 0, 2) is true
7 PASS successfullyParsed is true 7 PASS successfullyParsed is true
8 8
9 TEST COMPLETE 9 TEST COMPLETE
10 zz  10 zz 
11 11
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698