Sign in
webkit
/
WebKit
/
896f2e1627ae91d975ee73fd9010259c3dd716cd
/
.
/
LayoutTests
/
fast
/
lists
/
list-marker-image-changed.html
blob: 648e8b0ede002a167cd8ab7c466d807b7b6ac2a9 [
file
] [
log
] [
blame
]
<style>
@
keyframes a0
{
from
{
-webkit-mask-box-image-source
:
url
()
}
}
:
not
(:
target
)::
marker
{
animation-name
:
a0
;
animation-duration
:
1ms
;
}
</style>
<li>
PASS
</li>
<script>
if
(
window
.
testRunner
)
{
testRunner
.
dumpAsText
();
}
</script>