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