Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: LayoutTests/fast/css/parse-color-int-or-percent-crash.html

Issue 1219153003: Unify handling of <color> for SVG/non-SVG properties (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/inspector/animation/animation-timeline-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/inspector/animation/animation-timeline-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698