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

Side by Side 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, 1 month 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 unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Bug 12145: Illegal color Syntax rendered (quirks mode)</title> 3 <title>Bug 12145: Illegal color Syntax rendered (quirks mode)</title>
4 <style type="text/css"> 4 <style type="text/css">
5 .example { color: ff0000 } 5 .example { color: ff0000 }
6 .example2 { color: 0000ff } 6 .example2 { color: 0100ff }
7 </style> 7 </style>
8 </head> 8 </head>
9 <body> 9 <body>
10 <p class="example">this should be red</p> 10 <p class="example">this should be red</p>
11 <p class="example2">this should be blue</p> 11 <p class="example2">this should be blue</p>
12 </body> 12 </body>
13 </html> 13 </html>
OLDNEW
« 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