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