chromium/third_party/blink/web_tests/fast/loader/resources/animated-image2.html

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