blob: d113639b0c81b04aab13a6b58862c3ee3bb02279 [file] [log] [blame]
<!DOCTYPE html>
<div>This test passes if the resize corner icon appears high-resolution in HiDPI.</div>
<textarea style="resize: both"></textarea>
<script>
function finishTest() {
setTimeout(function() { testRunner.notifyDone(); }, 0);
}
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.setBackingScaleFactor(2, finishTest);
}
</script>