<!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> |