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
/
fast
/
css
/
css-keyframe-style-mutate-crash.html
blob
a577c402ce14a662e017855b5b5a4c113f9c1d90
1
<style>
2
@-webkit-keyframes foo {
1
% { color: initial; } }
3
</style>
4
This test passes if it does not CRASH.
5
<script>
6
window
.
document
.
styleSheets
[
0
].
cssRules
[
0
][
0
].
style
.
color
=
0
;
7
if
(
window
.
testRunner
)
8
testRunner
.
dumpAsText
();
9
</script>