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

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

Issue 14065029: Improved parse error handling for CSSMQ. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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-01.html
diff --git a/LayoutTests/fast/media/media-descriptor-syntax-01.html b/LayoutTests/fast/media/media-descriptor-syntax-01.html
index 3c5ca9f09d5755c317052fe78e19faa4a5e89825..7d366ae6e7a3139931599897ef0e724cc7a2172a 100644
--- a/LayoutTests/fast/media/media-descriptor-syntax-01.html
+++ b/LayoutTests/fast/media/media-descriptor-syntax-01.html
@@ -1,14 +1,14 @@
<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 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="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>

Powered by Google App Engine
This is Rietveld 408576698