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