Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / css-keyframe-style-mutate-crash.html
bloba577c402ce14a662e017855b5b5a4c113f9c1d90
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>