Sign in
◑
Theme
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
fast
/
loader
/
resources
/
animated-image2.html
blob: 718eb383f5afa01a3fcaf2941c95de120794867e [
file
]
<iframe
src
=
"animated-image-subframe.html"
></iframe>
<script>
window
.
onload
=
function
()
{
window
.
opener
.
testPassed
(
"Opened animated-image2.html"
);
window
.
opener
.
step3
();
}
</script>