haikuwebkit/LayoutTests/fast/loader/resources/animated-image3.html

7 lines
184 B
HTML

<iframe src="animated-image-subframe.html"></iframe>
<script>
window.onload = function() {
window.opener.testPassed("Opened animated-image3.html");
window.opener.step4();
}
</script>