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

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

Issue 130823003: Merge 164913 "Revert "Explicit space required around NOT/ONLY/AN..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1700/
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
===================================================================
--- LayoutTests/fast/media/media-query-and-expected.html (revision 164913)
+++ LayoutTests/fast/media/media-query-and-expected.html (working copy)
@@ -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