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

Unified Diff: LayoutTests/fast/media/mq-invalid-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/mq-invalid-syntax-01.html
diff --git a/LayoutTests/fast/media/mq-invalid-syntax-01.html b/LayoutTests/fast/media/mq-invalid-syntax-01.html
index 9baddbf90c3724fe4e39fbc4a048c1b515c15d0f..615c5980f587e570efc248b4a0cae18bdcd4cf09 100644
--- a/LayoutTests/fast/media/mq-invalid-syntax-01.html
+++ b/LayoutTests/fast/media/mq-invalid-syntax-01.html
@@ -1,14 +1,14 @@
<html>
<head>
-<title>CSS3 media query test: syntactically invalid media query inside html element should be treated as html media descriptor. Using style element, media attribute.</title>
+<title>CSS3 media query test: syntactically invalid media query inside html element should be treated as 'not all'. Using style element, media attribute.</title>
<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/" />
<style type="text/css" media="all and invalid">
-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>
« no previous file with comments | « LayoutTests/fast/media/media-query-list-syntax-expected.txt ('k') | LayoutTests/fast/media/mq-invalid-syntax-01-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698