<head> | |
<title>Missing value should produce an error.</title> | |
<meta name="viewport" content="width="> | |
<script> | |
function test() { | |
if (window.layoutTestController) { | |
layoutTestController.dumpAsText(); | |
layoutTestController.dumpConfigurationForViewport(160, 320, 480, 320, 352); | |
} | |
} | |
</script> | |
</head> | |
<body onload="test();"> |