Sign in
webkit
/
WebKit
/
c6951ff6f7d972427c05df8e7c39e3f2d74bf29c
/
.
/
LayoutTests
/
webanimations
/
resources
/
web-animation-leak-iframe.html
blob: 63f269f526492bddb193bc31bc502938c2a315ff [
file
] [
log
] [
blame
]
<div></div>
<script
type
=
"text/javascript"
>
document
.
querySelector
(
"div"
).
animate
({
marginLeft
:
[
"0"
,
"100px"
]
},
1000
);
</script>