blob: 223152a7c410f37c5875e768ddb6d63322e758f9 [file] [log] [blame]
<head>
<title>Width is value in "x = width=400"</title>
<meta name="viewport" content="x = width=400">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(document, 1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">