repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
animations
/
pseudo-element-animation-with-marker-crash.html
blob
4b6736314887c463b04fd81e086f34dde8745e61
1
<style>
2
@keyframes test {
0
% { marker: url(
"crash"
); } }
3
body:before { animation-name: test; }
4
</style>
5
<script>
6
if
(
window
.
testRunner
)
7
testRunner
.
dumpAsText
();
8
</script>
9
Test passes if it doesn't crash.