blob: ae804ba3d791f5d66fe9fe7c543d2602d0872fa9 [file] [log] [blame]
<!-- webkit-test-runner [ enableModernMediaControls=false ] -->
<html>
<script>
function startTest() {
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.setBackingScaleFactor(2, finishTest);
}
}
function finishTest() {
setTimeout(function() { testRunner.notifyDone(); }, 0);
}
</script>
</head>
<body onload="startTest();">
<div>This test passes if the video controls are non-blurry and properly positioned in HiDPI.</div>
<video controls></video>
</body>
</html>