Sign in
webkit
/
WebKit
/
2b7db40d04e23e466c35ac26a2cac6ea07d1f8ff
/
.
/
LayoutTests
/
fast
/
loader
/
resources
/
animated-image2.html
blob: 718eb383f5afa01a3fcaf2941c95de120794867e [
file
] [
log
] [
blame
]
<iframe
src
=
"animated-image-subframe.html"
></iframe>
<script>
window
.
onload
=
function
()
{
window
.
opener
.
testPassed
(
"Opened animated-image2.html"
);
window
.
opener
.
step3
();
}
</script>