Sign in
webkit
/
WebKit
/
d85f267a3f6158bd6569db31763779a1370bec9a
/
.
/
LayoutTests
/
imported
/
blink
/
animations
/
pseudo-element-animation-with-marker-crash.html
blob: 4b6736314887c463b04fd81e086f34dde8745e61 [
file
] [
log
] [
blame
]
<style>
@
keyframes test
{
0%
{
marker
:
url
(
"crash"
);
}
}
body
:
before
{
animation-name
:
test
;
}
</style>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
Test passes if it doesn't crash.