blob: 47facdffcde5b18257dd37499184b96a20e0b2cc [file] [log] [blame]
kenneth@webkit.org8a9df012010-09-13 10:37:28 +00001<head>
2 <title>Viewport META with "height=200, initial-scale=0.5".</title>
3 <meta name="viewport" content="height=200, initial-scale=0.5">
4 <script>
5 function test() {
rniwa@webkit.org224c8b52012-08-04 01:13:22 +00006 if (window.testRunner) {
7 testRunner.dumpAsText();
abarth@webkit.org41d97fb2012-07-10 07:55:50 +00008 alert(internals.configurationForViewport(document, 1, 320, 480, 320, 352));
kenneth@webkit.org8a9df012010-09-13 10:37:28 +00009 }
10 }
11 </script>
12</head>
13<body onload="test();">