blob: fb343a3a3162d1e1adccb70551aead09f1ae635d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Invalid value should be truncated.</title>
<meta name="viewport" content="width=123&#x0130;">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">
</body>
</html>