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

Unified Diff: LayoutTests/editing/execCommand/insert-text-not-inheriting-block-properties-expected.txt

Issue 214313002: Don't inherit block style if text is inserted after paragraph selection. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use Selection.collapse(). Created 6 years, 9 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/execCommand/insert-text-not-inheriting-block-properties-expected.txt
diff --git a/LayoutTests/editing/execCommand/insert-text-not-inheriting-block-properties-expected.txt b/LayoutTests/editing/execCommand/insert-text-not-inheriting-block-properties-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e26be7b4105f686cdb749e7470498e3630c759e4
--- /dev/null
+++ b/LayoutTests/editing/execCommand/insert-text-not-inheriting-block-properties-expected.txt
@@ -0,0 +1,10 @@
+If you select a paragraph and type a character, block style properties should not be inherited to the next paragraph.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS container.innerHTML is "<p style=\"text-indent: 3em;\"><span>aBar</span></p>"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698