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

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

Issue 15094019: Fixing inconsistency with Media Query append/deleteMedium. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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-03-expected.html
diff --git a/LayoutTests/fast/media/mq-js-stylesheet-media-03-expected.html b/LayoutTests/fast/media/mq-js-stylesheet-media-03-expected.html
index 932e32c88abbc2115099d2735029b2064bd9b076..e92608cf359b094f44333dd7e4a0b348cf6be737 100644
--- a/LayoutTests/fast/media/mq-js-stylesheet-media-03-expected.html
+++ b/LayoutTests/fast/media/mq-js-stylesheet-media-03-expected.html
@@ -1,7 +1,7 @@
<html>
<body>
<p style="color: green">This text should be green and below should read "braille, not screen, screen and (color)".</p>
-<p style="color: green">braille, not screen, screen and (color), not screen</p>
-<p style="color: green">expected to fail (24.07.2005)</p>
+<p style="color: green">braille, not screen, screen and (color)</p>
</body>
</html>
+

Powered by Google App Engine
This is Rietveld 408576698