Sign in
webkit
/
WebKit
/
86a62b4e10b5eafe5b671747e523f663338fb1b5
/
.
/
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>