Sign in
webkit
/
WebKit
/
40d9a847568ff9976450dcc37c680efd7351c7ed
/
.
/
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>