| Index: LayoutTests/fast/media/mq-invalid-syntax-01.html
|
| diff --git a/LayoutTests/fast/media/mq-invalid-syntax-01.html b/LayoutTests/fast/media/mq-invalid-syntax-01.html
|
| index 9baddbf90c3724fe4e39fbc4a048c1b515c15d0f..615c5980f587e570efc248b4a0cae18bdcd4cf09 100644
|
| --- a/LayoutTests/fast/media/mq-invalid-syntax-01.html
|
| +++ b/LayoutTests/fast/media/mq-invalid-syntax-01.html
|
| @@ -1,14 +1,14 @@
|
| <html>
|
| <head>
|
| -<title>CSS3 media query test: syntactically invalid media query inside html element should be treated as html media descriptor. Using style element, media attribute.</title>
|
| +<title>CSS3 media query test: syntactically invalid media query inside html element should be treated as 'not all'. Using style element, media attribute.</title>
|
| <link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/" />
|
|
|
| <style type="text/css" media="all and invalid">
|
| -p { color: green }
|
| +p { color: red }
|
| </style>
|
|
|
| </head>
|
| <body>
|
| -<p> This text should be green.</p>
|
| +<p> This text should not be red.</p>
|
| </body>
|
| </html>
|
|
|