Chromium Code Reviews| 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"); |
|
yosin_UTC9
2013/11/06 01:29:34
Just curiosity, what characters is added, U+0020,
arpitab_
2013/11/06 06:59:51
That's a non-breaking space, U+00A0.
yosin_UTC9
2013/11/06 07:32:40
I see. I hope these will be removed once we
|