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