Sign in
chromium
/
chromium
/
src.git
/
130ee686f
/
.
/
third_party
/
WebKit
/
LayoutTests
/
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.