blob: 9f1dd6f0fd68cd1c4a1a6702dcb0b955db0313b2 [file] [log] [blame]
<body>
<img id="img" width="500px" height="500px">
<script>
internals.settings.setIncompleteImageBorderEnabled(true);
setTimeout(function () {
img.src = "http://127.0.0.1:8000/resources/load-and-stall.php?name=../../../fast/images/resources/green-400x400.png&mimeType=image%2Fpng&stallAt=0&stallFor=100";
testRunner.notifyDone();
}, 0);
testRunner.waitUntilDone();
</script>
</body>