Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(318)

Unified Diff: LayoutTests/fast/media/media-descriptor-syntax-04.html

Issue 16325005: Remove the Media Query "forward compatibly syntax" support in alignment with HTML5 spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/media/media-descriptor-syntax-04.html
diff --git a/LayoutTests/fast/media/media-descriptor-syntax-04.html b/LayoutTests/fast/media/media-descriptor-syntax-04.html
index bd227954fbb737468e852761e8f091caeaaf8545..5ad42fa3926d815e093aea126b2e8ba170229909 100644
--- a/LayoutTests/fast/media/media-descriptor-syntax-04.html
+++ b/LayoutTests/fast/media/media-descriptor-syntax-04.html
@@ -1,13 +1,15 @@
<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 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=",,,,">
-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>

Powered by Google App Engine
This is Rietveld 408576698