blob: ee21e52689f7d852be0d36e61f28378f75d0468e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that 3x device scale ratio is enabled.</title>
</head>
<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.write("The user interface scale factor is " + window.devicePixelRatio + ".");
</script>
</body>
</html>