[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / fast / media / mq-invalid-syntax-03.html
1 <html>
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>
4 <link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/" />
5 <style type="text/css">
6 p { color: green }
7 </style>
8 <style type="text/css">
9 @import url(import-p-red.css) all and invalid;
10 </style>
11
12 </head>
13 <body>
14 <p> This text should be green.</p>
15 </body>
16 </html>