Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / pseudo-element-animation-with-marker-crash.html
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.