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 |
+ |