blob: 6ae82c5232520c7e5593b0f44e001f479d6db251 [file] [log] [blame]
<head>
<title>Width recognized in "width=device-width=" because '=' is a separator</title>
<meta name="viewport" content="width=device-width=">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">