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

Unified Diff: LayoutTests/fast/media/mq-invalid-syntax-02.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-02.html
diff --git a/LayoutTests/fast/media/mq-invalid-syntax-02.html b/LayoutTests/fast/media/mq-invalid-syntax-02.html
index 69a9b340418632e59123ad3cb6df1b6d4ee9814d..5052978fd60a381ceeda9253d02f3f8d57b8d2b3 100644
--- a/LayoutTests/fast/media/mq-invalid-syntax-02.html
+++ b/LayoutTests/fast/media/mq-invalid-syntax-02.html
@@ -1,12 +1,12 @@
<html>
<head>
-<title>CSS3 media query test: syntactically invalid media query inside html element should be treated as media descriptor. Using link element, media attribute.</title>
+<title>CSS3 media query test: syntactically invalid media query inside html element should be treated as 'not all'. Using link element, media attribute.</title>
<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/" />
-<link rel="stylesheet" type="text/css" media="all and invalid" href="import-p-green.css" />
+<link rel="stylesheet" type="text/css" media="all and invalid" href="import-p-red.css" />
</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/mq-invalid-syntax-01-expected.html ('k') | LayoutTests/fast/media/mq-invalid-syntax-02-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698