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

Unified Diff: Source/web/tests/data/viewport-initial-scale-1.html

Issue 55073002: [Android WebView] Add a quirk to clobber initial scale in certain cases (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed checking against device-width 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') | public/web/WebSettings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/viewport-initial-scale-1.html
diff --git a/Source/web/tests/data/viewport-initial-scale-1.html b/Source/web/tests/data/viewport-initial-scale-1.html
new file mode 100644
index 0000000000000000000000000000000000000000..b326f2242f0fb205fe4bc42e9c58b565f141a074
--- /dev/null
+++ b/Source/web/tests/data/viewport-initial-scale-1.html
@@ -0,0 +1,9 @@
+<html>
+ <head>
+ <meta name='viewport' content='initial-scale=1.0' />
+ </head>
+ <body>
+ A page with a viewport set to initial-scale 1.
+ <div style="width:1000px">Very wide div</div>
+ </body>
+</html>
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | public/web/WebSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698