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