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