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