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

Side by Side Diff: LayoutTests/editing/text-iterator/first-letter-word-boundary-expected.txt

Issue 7696023: Merge 93347 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 4 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 This tests moving caret around a word with a first-letter rule. WebKit should no t crash. This test also demonstrates a bug that word position is incorrectly rep orted. 1 This tests moving caret around a word with a first-letter rule. WebKit should no t crash. This test also demonstrates a bug that word position is incorrectly rep orted.
2 2
3 hello world' 3 hello world'
4 white-space: normal; 4 white-space: normal;
5 FAIL: moving forward by word put caret at offset 4 but expected 6 5 FAIL: moving forward by word from offset 4 put caret at offset 10 but expected 6
6 PASS: moving backward by word put caret at offset 0 6 PASS: moving backward by word from offset 4 put caret at offset 1
7 white-space: pre; 7 white-space: pre;
8 FAIL: moving forward by word put caret at offset 4 but expected 6 8 FAIL: moving forward by word from offset 4 put caret at offset 10 but expected 6
9 PASS: moving backward by word put caret at offset 0 9 PASS: moving backward by word from offset 4 put caret at offset 1
10 10
OLDNEW
« no previous file with comments | « LayoutTests/editing/text-iterator/first-letter-word-boundary.html ('k') | Source/WebCore/editing/TextIterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698