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

Unified Diff: LayoutTests/fast/media/media-query-and-expected.html

Issue 134893002: Revert "Explicit space required around NOT/ONLY/AND in CSS MQ." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/media-query-and.html ('k') | LayoutTests/fast/media/media-query-only-not.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/media/media-query-and-expected.html
diff --git a/LayoutTests/fast/media/media-query-and-expected.html b/LayoutTests/fast/media/media-query-and-expected.html
index 134fc39fe0595b4c167c1b62a46f6323c6aac8b5..d9fe36045d0121b7355e5d9ed1a6fe1c28a2ce9a 100644
--- a/LayoutTests/fast/media/media-query-and-expected.html
+++ b/LayoutTests/fast/media/media-query-and-expected.html
@@ -1,3 +1,3 @@
<!DOCTYPE html>
-<p>You should see a green rectangle below.</p>
-<div style="background-color: green; width: 150px; height: 400px;"></div>
+<p>You should see a green square below.</p>
+<div style="background-color: green; width: 150px; height: 150px;"></div>
« no previous file with comments | « LayoutTests/fast/media/media-query-and.html ('k') | LayoutTests/fast/media/media-query-only-not.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698