blob: 1251517a9ac14569b49d3bf222038675191d8172 [file] [log] [blame]
<!DOCTYPE html>
<div>This test passes if the broken image icon appears high-resolution in HiDPI and if the outline is of the appropriate size.</div>
<img src="not-there.png">
<script>
function finishTest() {
setTimeout(function() { testRunner.notifyDone(); }, 0);
}
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.setBackingScaleFactor(2, finishTest);
}
</script>