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