Index: LayoutTests/editing/deleting/merge-div-with-inline-style-expected.txt |
diff --git a/LayoutTests/editing/deleting/merge-div-with-inline-style-expected.txt b/LayoutTests/editing/deleting/merge-div-with-inline-style-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1b2bf508aff816406173260eec0fe49e98d51175 |
--- /dev/null |
+++ b/LayoutTests/editing/deleting/merge-div-with-inline-style-expected.txt |
@@ -0,0 +1,11 @@ |
+The inline style should be applied when merging div element. |
+The test passes if "bar" has the green color and 20px font-size. |
+| " |
+" |
+| <div> |
+| "foo<#selection-caret>" |
+| <span> |
+| style="color: green; font-size: 20px;" |
+| "bar" |
+| " |
+" |