Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
fast
/
css
/
css-keyframe-style-mutate-crash.html
blob: a577c402ce14a662e017855b5b5a4c113f9c1d90 [
file
] [
log
] [
blame
]
<style>
@-
webkit-keyframes foo
{
1%
{
color
:
initial
;
}
}
</style>
This test passes if it does not CRASH.
<script>
window
.
document
.
styleSheets
[
0
].
cssRules
[
0
][
0
].
style
.
color
=
0
;
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>