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

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

Issue 15679021: Parse media attributes and CSSOM media text as media_query_list. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed review issues. 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-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>

Powered by Google App Engine
This is Rietveld 408576698