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

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

Issue 16325005: Remove the Media Query "forward compatibly syntax" support in alignment with HTML5 spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>HTML4 media descriptor test: parsing style element media attribute, forwa rd-compatible syntax</title> 3 <title>HTML5 media descriptor test: parsing style element media attribute (repla ces HTML4 forward-compatible 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/css3-mediaqueries/">
5 <link rel="help" href="http://www.w3.org/TR/REC-html40/types.html#h-6.13">
6
5 <style type="text/css" media=",,,,"> 7 <style type="text/css" media=",,,,">
6 p { color: green } 8 p { color: red }
7 </style> 9 </style>
8 10
9 </head> 11 </head>
10 <body> 12 <body>
11 <p> This text should be green.</p> 13 <p>This text should not be red.</p>
12 </body> 14 </body>
13 </html> 15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698