Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
LayoutTests
/
fast
/
animation
/
css-animation-marker-crash.html
blob: 403416445dbe463ce46922b6ddfdff448000fdf0 [
file
] [
log
] [
blame
]
<style>
@
keyframes a0
{
from
{
opacity
:
0
;
}
}
::
marker
{
animation-name
:
a0
;
animation-duration
:
1ms
;
}
li
{
columns
:
3
;
}
</style>
<li>
PASS if this doesn't crash
</li>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>