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

Unified Diff: Source/web/tests/data/fixed_layout.html

Issue 40423003: Experimental viewport meta tag support for desktop, Blink-side. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase again Created 7 years, 1 month 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 | « Source/web/tests/WebFrameTest.cpp ('k') | Source/web/tests/data/no_viewport_tag.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/fixed_layout.html
diff --git a/Source/web/tests/data/fixed_layout.html b/Source/web/tests/data/fixed_layout.html
index a89cecae928e75e15edddfad11e1d97d6ded65c7..a3576b4ddc7510603b3755e273c7d3246f2f7360 100644
--- a/Source/web/tests/data/fixed_layout.html
+++ b/Source/web/tests/data/fixed_layout.html
@@ -1 +1,10 @@
+<head>
+ <style>
+ /* Since tests are built with desktop viewport settings set the viewport
+ to behave like Android */
+ @viewport {
+ min-width: 980px;
+ }
+ </style>
+</head>
<body>Ordinary non-mobile page</body>
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | Source/web/tests/data/no_viewport_tag.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698