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

Unified Diff: LayoutTests/fast/media/mq-js-stylesheet-media-02-expected.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
« no previous file with comments | « LayoutTests/fast/media/mq-js-stylesheet-media-02.html ('k') | Source/core/css/CSSGrammar.y.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/media/mq-js-stylesheet-media-02-expected.html
diff --git a/LayoutTests/fast/media/mq-js-stylesheet-media-02-expected.html b/LayoutTests/fast/media/mq-js-stylesheet-media-02-expected.html
index d74de5d554d9e9e9e2c5c306bd93181d99fdcc5f..a9f8a4ed93c33e6489b4823dc427e566ad729723 100644
--- a/LayoutTests/fast/media/mq-js-stylesheet-media-02-expected.html
+++ b/LayoutTests/fast/media/mq-js-stylesheet-media-02-expected.html
@@ -1,6 +1,6 @@
<html>
<body>
-<p>The text below should be green and contain "braille, media, screen and (color) and (grid: 0), tty".</p>
-<p style="color: green">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 style="color: green">braille, not all, screen and (color) and (grid: 0), not all</p>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/media/mq-js-stylesheet-media-02.html ('k') | Source/core/css/CSSGrammar.y.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698