blob: 1e8256d879fdb6105efd8fa6a71fbf8f70b8a646 [file] [log] [blame]
<head>
<title>width=400% gives 400 pixels.</title>
<meta name="viewport" content="width=400%">
<script>
function test() {
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.dumpConfigurationForViewport(320, 352);
}
}
</script>
</head>
<body onload="test();">