blob: 46801c75fbc3a6e0f9c8e8453649d7abdc885ddb [file] [log] [blame]
<head>
<title>Viewport, HandheldFriendly Meta.</title>
<meta name="viewport" content="width=300">
<meta name="HandheldFriendly" content="true">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">