Index: LayoutTests/fast/media/media-descriptor-syntax-02.html |
diff --git a/LayoutTests/fast/media/media-descriptor-syntax-02.html b/LayoutTests/fast/media/media-descriptor-syntax-02.html |
index d3cb208f6653dcfbfbad9523bc124282ad4bfbf1..2ac5996c1a42cd0e2afedd3b14263e3090f1f95e 100644 |
--- a/LayoutTests/fast/media/media-descriptor-syntax-02.html |
+++ b/LayoutTests/fast/media/media-descriptor-syntax-02.html |
@@ -1,15 +1,14 @@ |
<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" /> |
-<!-- actual testcase from http://www.hixie.ch/tests/evil/css/import/extra/styleexoticmedia.html --> |
+<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="screen;braille"> |
-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> |