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

Unified Diff: LayoutTests/fast/media/mq-invalid-syntax-05.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/mq-invalid-syntax-05.html
diff --git a/LayoutTests/fast/media/mq-invalid-syntax-05.html b/LayoutTests/fast/media/mq-invalid-syntax-05.html
index bd5db8404f8ab4e58f32ec7287a2d1b1206a6dca..5f11b294f418ca70b2edac25587857ce315a7727 100644
--- a/LayoutTests/fast/media/mq-invalid-syntax-05.html
+++ b/LayoutTests/fast/media/mq-invalid-syntax-05.html
@@ -1,8 +1,9 @@
<html>
<head>
<title>CSS3 media query test: syntactically invalid media query inside css rule should eval to false (,,,,). Using style element, css import rule.</title>
-<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/" />
-<!-- this test shows slight disconnect between css media queries and html4 media descriptors -->
+<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/">
+
+<!-- this test shows that there is no disconnect between CSS media queries and HTML5 media descriptors -->
<style type="text/css" media=",,,,,,">
p { color: green }
</styl>
@@ -12,6 +13,6 @@ p { color: green }
</style>
</head>
<body>
-<p> This text should be green.</p>
+<p> This text should be neither green nor red.</p>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/media/mq-invalid-syntax-03.html ('k') | LayoutTests/fast/media/mq-invalid-syntax-05-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698