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

Side by Side Diff: LayoutTests/fast/viewport/viewport-91.html

Issue 14813025: Refactor viewport initialization logic out of WebViewImpl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix webkit_unit_tests Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <head>
2 <title>Check that device dimensions are adapted due to the heigher DPI.</tit le>
3 <meta name="viewport" content="width=device-width">
4 <script>
5 function test() {
6 if (window.testRunner) {
7 testRunner.dumpAsText();
8 alert(internals.configurationForViewport(document, 1.5, 480, 564 , 480, 534));
9 }
10 }
11 </script>
12 </head>
13 <body onload="test();">
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698