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

Side by Side Diff: LayoutTests/fast/media/mq-invalid-syntax-03.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>CSS3 media query test: syntactically invalid media query inside css rule should eval to false. Using style element, css import rule.</title> 3 <title>CSS3 media query test: syntactically invalid media query inside css rule should eval to false.</title>
4 <link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/" /> 4 <link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/">
5
5 <style type="text/css"> 6 <style type="text/css">
6 p { color: green } 7 p { color: green }
7 </style> 8 </style>
8 <style type="text/css"> 9 <style type="text/css">
9 @import url(import-p-red.css) all and invalid; 10 @import url(import-p-red.css) all and invalid;
10 </style> 11 </style>
11 12
12 </head> 13 </head>
13 <body> 14 <body>
14 <p> This text should be green.</p> 15 <p>This text should be green.</p>
15 </body> 16 </body>
16 </html> 17 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/media/mq-invalid-syntax-02-expected.html ('k') | LayoutTests/fast/media/mq-invalid-syntax-05.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698