| Index: LayoutTests/fast/media/mq-invalid-syntax-03.html
|
| diff --git a/LayoutTests/fast/media/mq-invalid-syntax-03.html b/LayoutTests/fast/media/mq-invalid-syntax-03.html
|
| index 0c34d5be357d4d9d5d9f6af6e0ff8d474e78e05d..58dafcca0f738502ddccf1798d64bbd66cc7ba17 100644
|
| --- a/LayoutTests/fast/media/mq-invalid-syntax-03.html
|
| +++ b/LayoutTests/fast/media/mq-invalid-syntax-03.html
|
| @@ -1,7 +1,8 @@
|
| <html>
|
| <head>
|
| -<title>CSS3 media query test: syntactically invalid media query inside css rule should eval to false. Using style element, css import rule.</title>
|
| -<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/" />
|
| +<title>CSS3 media query test: syntactically invalid media query inside css rule should eval to false.</title>
|
| +<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/">
|
| +
|
| <style type="text/css">
|
| p { color: green }
|
| </style>
|
| @@ -11,6 +12,6 @@ p { color: green }
|
|
|
| </head>
|
| <body>
|
| -<p> This text should be green.</p>
|
| +<p>This text should be green.</p>
|
| </body>
|
| </html>
|
|
|