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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
animations
/
pseudo-element-animation-with-color-crash.html
blob
ce81c8388d9aadbbbf429bca80df4f13df2daffc
1
<style>
2
@keyframes A {
0
% { color: red; } }
3
a:before, b:before { animation-name: A; }
4
</style>
5
<a
href
=
"#"
><b></b></a>
6
7
<script>
8
if
(
window
.
testRunner
)
9
testRunner
.
dumpAsText
();
10
</script>
11
Test passes if it doesn't crash.