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

Side by Side Diff: LayoutTests/fast/media/media-descriptor-syntax-01.html

Issue 14065029: Improved parse error handling for CSSMQ. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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 unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>HTML4 media descriptors test: parsing style element media attribute, forw ard-compatible syntax</title> 3 <title>HTML5 media attribute test: parsing style element media attribute, media queries syntax</title>
4 <link rel="help" href="http://www.w3.org/TR/REC-html40/types.html#h-6.13" /> 4 <link rel="help" href="http://www.w3.org/TR/html5/document-metadata.html#attr-st yle-media" />
5 5
6 <style type="text/css" media="3d-glasses, screen and resolution > 40dpi, braille "> 6 <style type="text/css" media="3d-glasses, screen and resolution > 40dpi, braille ">
7 p { color: green } 7 p { color: red }
8 </style> 8 </style>
9 9
10 </head> 10 </head>
11 <body> 11 <body>
12 </body> 12 </body>
13 <p> This text should be green. </p> 13 <p> This text should not be red. </p>
14 </html> 14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698