| Index: LayoutTests/editing/execCommand/apply-style-text-decoration-crash.html
|
| diff --git a/LayoutTests/editing/execCommand/apply-style-text-decoration-crash.html b/LayoutTests/editing/execCommand/apply-style-text-decoration-crash.html
|
| index fccb4783dac60d299b0898348277222cdd96625e..6f48c627c2962f6d462adea0f4f9ede13f3faf77 100644
|
| --- a/LayoutTests/editing/execCommand/apply-style-text-decoration-crash.html
|
| +++ b/LayoutTests/editing/execCommand/apply-style-text-decoration-crash.html
|
| @@ -1,20 +1,20 @@
|
| -<html>
|
| - <script>
|
| - function runTest()
|
| - {
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| - window.getSelection().setBaseAndExtent(start, 0, null, 0);
|
| - document.execCommand("Indent");
|
| - document.getElementById("result").innerHTML = "PASS";
|
| - }
|
| - </script>
|
| - <body onLoad="runTest();">
|
| - <p id="result"></p>
|
| - <div contenteditable="true" id="start" style="text-decoration: none;">
|
| - <hr style="text-align: right;"/>
|
| - </div>
|
| - </body>
|
| -</html>
|
| -
|
| +<html>
|
| + <script>
|
| + function runTest()
|
| + {
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +
|
| + window.getSelection().setBaseAndExtent(start, 0, null, 0);
|
| + document.execCommand("Indent");
|
| + document.getElementById("result").innerHTML = "PASS";
|
| + }
|
| + </script>
|
| + <body onLoad="runTest();">
|
| + <p id="result"></p>
|
| + <div contenteditable="true" id="start" style="text-decoration: none;">
|
| + <hr style="text-align: right;"/>
|
| + </div>
|
| + </body>
|
| +</html>
|
| +
|
|
|