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

Unified Diff: LayoutTests/editing/selection/click-first-letter-expected.txt

Issue 20681004: Make first-letter style to work with editing Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 2013-09-20T18:27:32 Created 7 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/editing/selection/click-first-letter-expected.txt
diff --git a/LayoutTests/editing/selection/click-first-letter-expected.txt b/LayoutTests/editing/selection/click-first-letter-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0aa4e2c203b54a8a466bcaef2f51b0ef749c21fc
--- /dev/null
+++ b/LayoutTests/editing/selection/click-first-letter-expected.txt
@@ -0,0 +1,12 @@
+Click at first letter
+PASS selection.type is "Caret"
+PASS selection.anchorNode is test.firstChild
+PASS selection.anchorOffset is 0
+Click at middle
+PASS selection.type is "Caret"
+PASS selection.anchorNode is test.firstChild
+PASS selection.anchorOffset is 4
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698