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..51bcf5d7ee70eedd34f0933750840ddecfc97cd5 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 == "#0000ff" ? "PASS" : "FAIL"; |
+ document.body.innerHTML = stopElement.style.stopColor == "rgb(0, 0, 255)" ? "PASS" : "FAIL"; |
</script> |
</body> |
</html> |