| Index: LayoutTests/fast/media/media-descriptor-syntax-05.html
 | 
| diff --git a/LayoutTests/fast/media/media-descriptor-syntax-05.html b/LayoutTests/fast/media/media-descriptor-syntax-05.html
 | 
| index 805fa23f344c70969a72b2f7a1ae0d1aabd1f7bb..5a1f8def1670c78dc1e58b2bae0a0247a8037537 100644
 | 
| --- a/LayoutTests/fast/media/media-descriptor-syntax-05.html
 | 
| +++ b/LayoutTests/fast/media/media-descriptor-syntax-05.html
 | 
| @@ -1,13 +1,13 @@
 | 
|  <html>
 | 
|  <head>
 | 
| -<title>HTML4 media descriptor 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 attribute test: parsing style element media attribute, media queries syntax</title>
 | 
| +<link rel="help" href="http://www.w3.org/TR/html5/document-metadata.html#attr-style-media" />
 | 
|  <style type="text/css" media="*****|{}- |[|">
 | 
| -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>
 | 
| 
 |