[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / fast / media / mq-invalid-media-feature-02.html
1 <html>
2 <head>
3 <title>CSS3 media query test: syntactically correct query with invalid media feature should eval false  (all and (invalid)). Using link element, media attribute.</title>
4 <link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/" />
5 <style type="text/css">
6 p { color: green }
7 </style>
8 <link rel="stylesheet" type="text/css" media="all and (invalid)" href="import-p-red.css" />
9 </head>
10 <body>
11 <p> This text should be green.</p>
12 </body>
13 </html>