Index: LayoutTests/editing/deleting/merge-paragraph-with-first-letter-expected.txt |
diff --git a/LayoutTests/editing/deleting/merge-paragraph-with-first-letter-expected.txt b/LayoutTests/editing/deleting/merge-paragraph-with-first-letter-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f410f3d5d2447be6cdee11ce821b6050898aa04f |
--- /dev/null |
+++ b/LayoutTests/editing/deleting/merge-paragraph-with-first-letter-expected.txt |
@@ -0,0 +1,14 @@ |
+Insert newline |
+PASS selection.type is "Caret" |
+PASS selection.anchorNode is document.querySelectorAll("p.test")[1].firstChild |
+PASS selection.anchorOffset is 0 |
+PASS selection.anchorNode.textContent is "efgh" |
+Delete newline |
+PASS selection.type is "Caret" |
+PASS selection.anchorNode is document.querySelectorAll("p.test")[0].firstChild |
+PASS selection.anchorOffset is 4 |
+PASS selection.anchorNode.textContent is "abcdefgh" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |