blob: 5d2c59d6f3343036b8e74b9bad2d64c272dc98c2 [file] [log] [blame]
<div id=test><img onload="runTest()" src="../images/resources/green-24x24.jpg"></div>
<script>
async function runTest() {
await new Promise(requestAnimationFrame);
test.appendChild(document.createTextNode("text"));
}
</script>