haikuwebkit/LayoutTests/fast/viewport/viewport-113.html

14 lines
408 B
HTML

<head>
<title>Width not recognized in "=x hei og hopp width=400"</title>
<meta name="viewport" content="=x hei og hopp width=400">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">