| Index: LayoutTests/fast/media/media-descriptor-syntax-06.html
 | 
| diff --git a/LayoutTests/fast/media/media-descriptor-syntax-06.html b/LayoutTests/fast/media/media-descriptor-syntax-06.html
 | 
| index b73a5cb86cfcd8b2c52f4e87b11b303493cfbfe9..02694fc7545bb91ff78a4907670dfb94b989f3d4 100644
 | 
| --- a/LayoutTests/fast/media/media-descriptor-syntax-06.html
 | 
| +++ b/LayoutTests/fast/media/media-descriptor-syntax-06.html
 | 
| @@ -4,11 +4,11 @@
 | 
|  <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="     ">
 | 
| -p { color: red }
 | 
| +p { color: green }
 | 
|  </style>
 | 
|  
 | 
|  </head>
 | 
|  <body>
 | 
| -<p>This text should not be red.</p>
 | 
| +<p>This text should be green.</p>
 | 
|  </body>
 | 
|  </html>
 | 
| 
 |