OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <title>CSS3 media query test: syntactically invalid media query inside html elem
ent should be treated as media descriptor. Using link element, media attribute.<
/title> | 3 <title>CSS3 media query test: syntactically invalid media query inside html elem
ent should be treated as 'not all'. Using link element, media attribute.</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 |
6 <link rel="stylesheet" type="text/css" media="all and invalid" href="import-p-gr
een.css" /> | 6 <link rel="stylesheet" type="text/css" media="all and invalid" href="import-p-re
d.css" /> |
7 | 7 |
8 </head> | 8 </head> |
9 <body> | 9 <body> |
10 <p> This text should be green.</p> | 10 <p> This text should not be red.</p> |
11 </body> | 11 </body> |
12 </html> | 12 </html> |
OLD | NEW |