| Index: LayoutTests/fast/css/parse-color-int-or-percent-crash.html
|
| diff --git a/LayoutTests/fast/css/parse-color-int-or-percent-crash.html b/LayoutTests/fast/css/parse-color-int-or-percent-crash.html
|
| index de7c9ce2e032228986ac261cc4a7e9369f0db256..8b4fb3046fc3a35b41b151a5c5764ac5e2d47ff8 100644
|
| --- a/LayoutTests/fast/css/parse-color-int-or-percent-crash.html
|
| +++ b/LayoutTests/fast/css/parse-color-int-or-percent-crash.html
|
| @@ -1,15 +1,15 @@
|
| -<html>
|
| - <body>
|
| - <script>
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| - var stopElement = document.createElementNS("http://www.w3.org/2000/svg", "stop");
|
| - stopElement.style.stopColor = "blue";
|
| -
|
| - var colorString = "rgb(00000000000000000000";
|
| - stopElement.style.setProperty("stop-color", colorString);
|
| - document.body.innerHTML = stopElement.style.stopColor == "#0000ff" ? "PASS" : "FAIL";
|
| - </script>
|
| - </body>
|
| -</html>
|
| +<html>
|
| + <body>
|
| + <script>
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +
|
| + var stopElement = document.createElementNS("http://www.w3.org/2000/svg", "stop");
|
| + stopElement.style.stopColor = "blue";
|
| +
|
| + var colorString = "rgb(00000000000000000000";
|
| + stopElement.style.setProperty("stop-color", colorString);
|
| + document.body.innerHTML = stopElement.style.stopColor == "#0000ff" ? "PASS" : "FAIL";
|
| + </script>
|
| + </body>
|
| +</html>
|
|
|