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

Unified Diff: third_party/WebKit/LayoutTests/editing/text-iterator/first-letter-word-boundary-expected.txt

Issue 2534423003: Convert edtitng/text-iterator/first-letter-word-boundary.html with assert_selection (Closed)
Patch Set: Add platform-dependent test results Created 4 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/text-iterator/first-letter-word-boundary.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/text-iterator/first-letter-word-boundary-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/text-iterator/first-letter-word-boundary-expected.txt b/third_party/WebKit/LayoutTests/editing/text-iterator/first-letter-word-boundary-expected.txt
deleted file mode 100644
index c52f2ad5612d0d4d2e7ed42f7a45f57de334dd2b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/text-iterator/first-letter-word-boundary-expected.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-This tests moving caret around a word with a first-letter rule. WebKit should not crash. This test also demonstrates a bug that word position is incorrectly reported.
-
- hello world'
-white-space: normal;
-FAIL: moving forward by word from offset 4 put caret at offset 10 but expected 6
-PASS: moving backward by word from offset 4 put caret at offset 1
-white-space: pre;
-FAIL: moving forward by word from offset 4 put caret at offset 10 but expected 6
-PASS: moving backward by word from offset 4 put caret at offset 1
-
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/text-iterator/first-letter-word-boundary.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698