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

Unified Diff: Source/WebKit/chromium/tests/data/viewport-2x-initial-scale.html

Issue 13880019: [Android WebView] Update viewport size and scale calculation to match WebView Classic (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased correctly Created 7 years, 8 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
Index: Source/WebKit/chromium/tests/data/viewport-2x-initial-scale.html
diff --git a/Source/WebKit/chromium/tests/data/viewport-2x-initial-scale.html b/Source/WebKit/chromium/tests/data/viewport-2x-initial-scale.html
index 16159e08c10209813e61d6ad082d2f0e663f1980..1948d7ac0383f3183b4c8f9d66605ac1abf8e5db 100644
--- a/Source/WebKit/chromium/tests/data/viewport-2x-initial-scale.html
+++ b/Source/WebKit/chromium/tests/data/viewport-2x-initial-scale.html
@@ -1,6 +1,6 @@
<html>
<head>
- <meta name='viewport' content='width=3000, initial-scale=2' />
+ <meta name='viewport' content='initial-scale=2' />
</head>
<body>
A page with the viewport set to 2x scale.

Powered by Google App Engine
This is Rietveld 408576698