Sign in
webkit
/
WebKit
/
0ca788bf563f34bd338e377ca7fc85a2952edf1c
/
.
/
LayoutTests
/
webanimations
/
resources
/
css-animation-leak-iframe.html
blob: 47c30a97fa41e85e3ab9dab80962e97b1248e49f [
file
] [
log
] [
blame
]
<style>
div
{
animation
:
animation
1000s
;
}
@
keyframes animation
{
to
{
margin-left
:
100px
}
}
</style>
<div></div>