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

Unified Diff: LayoutTests/fast/media/mq-js-stylesheet-media-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-js-stylesheet-media-01.html
diff --git a/LayoutTests/fast/media/mq-js-stylesheet-media-01.html b/LayoutTests/fast/media/mq-js-stylesheet-media-01.html
index 13b21c4c0d784dcd67424944caa58c7a2cc81a94..0adf65909d9a2bcfcfd773d22e1c3a9000c262f0 100644
--- a/LayoutTests/fast/media/mq-js-stylesheet-media-01.html
+++ b/LayoutTests/fast/media/mq-js-stylesheet-media-01.html
@@ -17,7 +17,7 @@ function test() {
</head>
<body onload="test()">
-<p> The text below should be green and contain "braille, media, screen and (color) and (grid: 0), tty". </p>
+<p> The text below should be green and contain "braille, not all, screen and (color) and (grid: 0), not all". </p>
<p id="result">Failure: test not run</p>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698