Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/apple-security
/
.
/
LayoutTests
/
fast
/
loader
/
resources
/
animated-image.html
blob: 7b2a30da28bfb24d95364f8e8dd6cf9d2697a672 [
file
] [
edit
]
<iframe
src
=
"animated-image-subframe.html"
></iframe>
<script>
window
.
onload
=
function
()
{
window
.
opener
.
testPassed
(
"Opened animated-image.html"
);
window
.
opener
.
step2
();
}
</script>