| 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 9aae9223aa44dc1681134679f020888afee44b41..fc1dac185edbcd6e0cbc92ff1a0a85910212bdb5 100644
|
| --- a/LayoutTests/fast/css/parse-color-int-or-percent-crash.html
|
| +++ b/LayoutTests/fast/css/parse-color-int-or-percent-crash.html
|
| @@ -9,7 +9,7 @@
|
|
|
| var colorString = "rgb(00000000000000000000";
|
| stopElement.style.setProperty("stop-color", colorString);
|
| - document.body.innerHTML = stopElement.style.stopColor == "rgb(0, 0, 255)" ? "PASS" : "FAIL";
|
| + document.body.innerHTML = stopElement.style.stopColor == "blue" ? "PASS" : "FAIL";
|
| </script>
|
| </body>
|
| </html>
|
|
|