| Index: LayoutTests/fast/media/media-descriptor-syntax-01.html
|
| diff --git a/LayoutTests/fast/media/media-descriptor-syntax-01.html b/LayoutTests/fast/media/media-descriptor-syntax-01.html
|
| index 3c5ca9f09d5755c317052fe78e19faa4a5e89825..ae4ffcca192497d13825f11e7607f5749e41cb85 100644
|
| --- a/LayoutTests/fast/media/media-descriptor-syntax-01.html
|
| +++ b/LayoutTests/fast/media/media-descriptor-syntax-01.html
|
| @@ -1,14 +1,15 @@
|
| <html>
|
| <head>
|
| -<title>HTML4 media descriptors test: parsing style element media attribute, forward-compatible syntax</title>
|
| -<link rel="help" href="http://www.w3.org/TR/REC-html40/types.html#h-6.13" />
|
| +<title>HTML5 media descriptor test: parsing style element media attribute (replaces HTML4 forward-compatible syntax)</title>
|
| +<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/">
|
| +<link rel="help" href="http://www.w3.org/TR/REC-html40/types.html#h-6.13">
|
|
|
| <style type="text/css" media="3d-glasses, screen and resolution > 40dpi, braille">
|
| -p { color: green }
|
| +p { color: red }
|
| </style>
|
|
|
| </head>
|
| <body>
|
| </body>
|
| -<p> This text should be green. </p>
|
| +<p>This text should not be red.</p>
|
| </html>
|
|
|