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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/spelling/spelling-with-underscore-selection-expected.txt

Issue 2459553002: Convert editing/spelling/spelling-*-selection.html with spellcheck_test (Closed)
Patch Set: Also convert spelling-{subword,multiword}-selection.html 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
OLDNEW
(Empty)
1 Underscores should be treated as whitespace: spelling should ignore them. To tes t manually, type 'Hi, _wellcome_ home.', select '_wellcome_', and context-click on the selection. The test succeeds when the context menu has spell check sugges tions.
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 successfullyParsed is true
13
14 TEST COMPLETE
15 Hi, _wellcome_ home.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698