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