<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();"> |