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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/color-quirk.html

Issue 1415953002: Move two color related properties into CSSPropertyParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch for landing Created 5 years, 2 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
Index: third_party/WebKit/LayoutTests/fast/css/color-quirk.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/color-quirk.html b/third_party/WebKit/LayoutTests/fast/css/color-quirk.html
index 51d8ad52a26b528f714d7f9e81000d55ed134739..61ada3869be37543db71f24379b723ba9acaaa7b 100644
--- a/third_party/WebKit/LayoutTests/fast/css/color-quirk.html
+++ b/third_party/WebKit/LayoutTests/fast/css/color-quirk.html
@@ -3,7 +3,7 @@
<title>Bug 12145: Illegal color Syntax rendered (quirks mode)</title>
<style type="text/css">
.example { color: ff0000 }
- .example2 { color: 0000ff }
+ .example2 { color: 0100ff }
</style>
</head>
<body>
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698