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

Side by Side Diff: Source/web/tests/data/viewport-initial-scale-and-user-scalable-no.html

Issue 53053002: [Android WebView] Add a legacy quirk for 'user-scalable=no' case (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Moved min/max scale reset under the quirk condition, rebased 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <meta name='viewport' content='width=device-width,target-densitydpi=device-d pi,initial-scale=0.25' /> 3 <meta name='viewport' content='width=device-width,target-densitydpi=device-d pi,initial-scale=2,user-scalable=no' />
4 </head> 4 </head>
5 <body> 5 <body>
6 A page with a viewport set to device-dpi and device width, scale < 1. 6 A page with a viewport set to device-dpi and device width, scale 2, non user -scalable.
7 </body> 7 </body>
8 </html> 8 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698