haikuwebkit/LayoutTests/fast/viewport/viewport-legacy-mobileoptim...

14 lines
372 B
HTML

<head>
<title>MobileOptimized Meta with "0".</title>
<meta name="MobileOptimized" content="0">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">