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