Sign in
webkit
/
WebKit
/
49c45f529348e27f11122daecbee33e4fa730919
/
.
/
LayoutTests
/
webanimations
/
marker-opacity-animation-no-effect.html
blob: c95e40f10237b57fbf53c4a5f39a521afd75dc36 [
file
] [
log
] [
blame
]
<style>
@
keyframes animate-marker
{
from
{
opacity
:
0.5
}
to
{
opacity
:
0.5
}
}
::
marker
{
animation
:
animate-marker
1s
infinite
;
}
</style>
<li>
Hello
</li>