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

Unified Diff: LayoutTests/fast/media/mq-js-stylesheet-media-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-js-stylesheet-media-02.html
diff --git a/LayoutTests/fast/media/mq-js-stylesheet-media-02.html b/LayoutTests/fast/media/mq-js-stylesheet-media-02.html
index bc7ff033038bb1df01475b4cde7c7a262c7f017e..2d9385544d7ea50c0a94bcfacdaa11a3a9a76756 100644
--- a/LayoutTests/fast/media/mq-js-stylesheet-media-02.html
+++ b/LayoutTests/fast/media/mq-js-stylesheet-media-02.html
@@ -21,7 +21,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