blob: b7a59570587f2df1e910f482e39ce37c89f8083f [file] [log] [blame]
<head>
<title>Viewport META with "width=700".</title>
<meta name="viewport" content="width=700">
<script>
function test() {
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.dumpConfigurationForViewport(160, 320, 480, 320, 352);
}
}
</script>
</head>
<body onload="test();">