blob: 7b2a30da28bfb24d95364f8e8dd6cf9d2697a672 [file] [log] [blame]
jonlee@apple.com37fbb622012-05-17 00:09:07 +00001<iframe src="animated-image-subframe.html"></iframe>
2<script>
3window.onload = function() {
4 window.opener.testPassed("Opened animated-image.html");
5 window.opener.step2();
6}
7</script>