Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / animations / pseudo-element-animation-with-marker-crash.html
blob4b6736314887c463b04fd81e086f34dde8745e61
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.