blob: f085b962096fb21aac0609d2690c44a8ed86bf1f [file] [edit]
<head>
<title>Check that device dimensions are adapted due to the heigher DPI.</title>
<meta name="viewport" content="width=device-width">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(document, 1.5, 480, 564, 480, 534));
}
}
</script>
</head>
<body onload="test();">