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

Unified Diff: LayoutTests/fast/media/mq-js-stylesheet-media-02.html

Issue 16325005: Remove the Media Query "forward compatibly syntax" support in alignment with HTML5 spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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 8e9980ab467c033153f96683dadbeb6738b44b3c..95148b1440b6564ba5f206b843a6f7ed704ba965 100644
--- a/LayoutTests/fast/media/mq-js-stylesheet-media-02.html
+++ b/LayoutTests/fast/media/mq-js-stylesheet-media-02.html
@@ -22,7 +22,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