| Index: LayoutTests/editing/execCommand/remove-format-non-html-element-crash.html
|
| diff --git a/LayoutTests/editing/execCommand/remove-format-non-html-element-crash.html b/LayoutTests/editing/execCommand/remove-format-non-html-element-crash.html
|
| index 3cba1ac00fee8a0d9245ff9b1f339c6919845c77..bac556002fc0238504549093ec0428dfbd9a1f91 100644
|
| --- a/LayoutTests/editing/execCommand/remove-format-non-html-element-crash.html
|
| +++ b/LayoutTests/editing/execCommand/remove-format-non-html-element-crash.html
|
| @@ -1,18 +1,18 @@
|
| -<html>
|
| -<body>
|
| -Test passes if it does not crash.
|
| -<div id="test" contenteditable="true">
|
| -<ins><math>ABCD</math></ins>
|
| -</div>
|
| -<script>
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| - var test = document.getElementById("test");
|
| - test.focus();
|
| - document.execCommand("SelectAll");
|
| - document.execCommand("RemoveFormat");
|
| - document.body.removeChild(test);
|
| -</script>
|
| -</body>
|
| -</html>
|
| +<html>
|
| +<body>
|
| +Test passes if it does not crash.
|
| +<div id="test" contenteditable="true">
|
| +<ins><math>ABCD</math></ins>
|
| +</div>
|
| +<script>
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +
|
| + var test = document.getElementById("test");
|
| + test.focus();
|
| + document.execCommand("SelectAll");
|
| + document.execCommand("RemoveFormat");
|
| + document.body.removeChild(test);
|
| +</script>
|
| +</body>
|
| +</html>
|
|
|