blob: 37c53ed7705531284e5fc0703dc2f3b86c7787ce [file] [log] [blame]
<head>
<title>Check that negative width is translated to auto.</title>
<meta name="viewport" content="width=-100">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(document, 1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">