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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/spelling/spelling-double-clicked-word-with-underscores-expected.txt

Issue 2477353002: Convert editing/spelling/spelling-double-clicked-word[-with-underscores].html with spellcheck_test (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/spelling/spelling-double-clicked-word-with-underscores.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Spelling should work for double-clicked misspelled words with underscores. To te st manually, type 'wellcome_ home.', double-click on 'wellcome_', and context-cl ick on the selection. The test succeeds when the context menu shows spell check suggestions.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS spellingMarkerRange.toString() is "wellcome"
7 PASS window.getSelection().toString() is ""
8 PASS window.getSelection().toString() is "wellcome_"
9 PASS spellingMarkerRange.toString() is "wellcome"
10 PASS window.getSelection().toString() is "wellcome_"
11 PASS contextMenuElements[contextMenuElements.length - 1] is "welcome"
12 PASS window.getSelection().toString() is ""
13 PASS window.getSelection().toString() is "wellcome_ "
14 PASS spellingMarkerRange.toString() is "wellcome"
15 PASS window.getSelection().toString() is "wellcome_ "
16 PASS contextMenuElements[contextMenuElements.length - 1] is "welcome"
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
20 wellcome_ home.
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/spelling/spelling-double-clicked-word-with-underscores.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698