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

Unified Diff: LayoutTests/editing/deleting/merge-paragraph-with-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/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
+

Powered by Google App Engine
This is Rietveld 408576698