| Index: LayoutTests/svg/text/clear-floats-crash.svg
|
| diff --git a/LayoutTests/svg/text/clear-floats-crash.svg b/LayoutTests/svg/text/clear-floats-crash.svg
|
| index 3d89d72fbe6144e0a4e91a06fbc6fedbbca0f65c..e2418b97a344035548e76644b6ecf0fea81b7636 100644
|
| --- a/LayoutTests/svg/text/clear-floats-crash.svg
|
| +++ b/LayoutTests/svg/text/clear-floats-crash.svg
|
| @@ -1,25 +1,25 @@
|
| -<html xmlns="http://www.w3.org/1999/xhtml">
|
| - <body>
|
| - This test is to ensure that we do not crash when clearing floats during SVG load.
|
| - <div id="log"><span style='color: red;'>FAIL:</span> Did not complete test</div>
|
| - <svg xmlns="http://www.w3.org/2000/svg">
|
| - <g>
|
| - <text style="float:right"></text>
|
| - <text></text>
|
| - </g>
|
| - </svg>
|
| - <script>
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| - var log = document.getElementById("log");
|
| - while (log.childNodes.length)
|
| - log.removeChild(log.firstChild);
|
| - var msg = document.createElementNS("http://www.w3.org/1999/xhtml", "span");
|
| - msg.style.color = "green";
|
| - msg.appendChild(document.createTextNode("PASS:"));
|
| - log.appendChild(msg);
|
| - log.appendChild(document.createTextNode(" Did not crash while rendering the SVG."));
|
| - </script>
|
| - </body>
|
| -</html>
|
| -
|
| +<html xmlns="http://www.w3.org/1999/xhtml">
|
| + <body>
|
| + This test is to ensure that we do not crash when clearing floats during SVG load.
|
| + <div id="log"><span style='color: red;'>FAIL:</span> Did not complete test</div>
|
| + <svg xmlns="http://www.w3.org/2000/svg">
|
| + <g>
|
| + <text style="float:right"></text>
|
| + <text></text>
|
| + </g>
|
| + </svg>
|
| + <script>
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| + var log = document.getElementById("log");
|
| + while (log.childNodes.length)
|
| + log.removeChild(log.firstChild);
|
| + var msg = document.createElementNS("http://www.w3.org/1999/xhtml", "span");
|
| + msg.style.color = "green";
|
| + msg.appendChild(document.createTextNode("PASS:"));
|
| + log.appendChild(msg);
|
| + log.appendChild(document.createTextNode(" Did not crash while rendering the SVG."));
|
| + </script>
|
| + </body>
|
| +</html>
|
| +
|
|
|