blob: d4c20e9b835558ae95efb78b4fbaa86e1eca30f4 [file] [log] [blame]
<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(1.5, 480, 564, 480, 534));
}
}
</script>
</head>
<body onload="test();">