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