Index: LayoutTests/editing/execCommand/format-block-at-root-expected.txt |
diff --git a/LayoutTests/editing/execCommand/format-block-at-root-expected.txt b/LayoutTests/editing/execCommand/format-block-at-root-expected.txt |
index 4712089ad80d4ac4374a93dcbfd63c3dec46f8f5..bd83f5fdc38c9cd33b2d3606a2cf8670803712b3 100644 |
--- a/LayoutTests/editing/execCommand/format-block-at-root-expected.txt |
+++ b/LayoutTests/editing/execCommand/format-block-at-root-expected.txt |
@@ -1,3 +1,3 @@ |
* { display: table; } |
-Test passes if it does not crash. |
-if (window.testRunner) testRunner.dumpAsText(); document.designMode = "on"; range = document.createRange(); range.selectNodeContents(document.body); window.getSelection().addRange(range); document.execCommand("FormatBlock", false, "h1"); |
+Test passes if it does not crash. |
+if (window.testRunner) testRunner.dumpAsText(); document.designMode = "on"; range = document.createRange(); range.selectNodeContents(document.body); window.getSelection().addRange(range); document.execCommand("FormatBlock", false, "h1"); |