| Index: LayoutTests/fast/media/mq-js-stylesheet-media-01-expected.html
|
| diff --git a/LayoutTests/fast/media/mq-js-stylesheet-media-01-expected.html b/LayoutTests/fast/media/mq-js-stylesheet-media-01-expected.html
|
| index d74de5d554d9e9e9e2c5c306bd93181d99fdcc5f..d6ced42c0fa04b1209c9711fdb217c490dc4d079 100644
|
| --- a/LayoutTests/fast/media/mq-js-stylesheet-media-01-expected.html
|
| +++ b/LayoutTests/fast/media/mq-js-stylesheet-media-01-expected.html
|
| @@ -1,6 +1,6 @@
|
| <html>
|
| <body>
|
| -<p>The text below should be green and contain "braille, media, screen and (color) and (grid: 0), tty".</p>
|
| -<p style="color: green">braille, media, screen and (color) and (grid: 0), tty</p>
|
| +<p>The text below should not be red and it should contain "braille, not all, print and (color) and (grid: 0), not all".</p>
|
| +<p>braille, not all, print and (color) and (grid: 0), not all</p>
|
| </body>
|
| </html>
|
|
|