Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / animations / pseudo-element-animation-with-color-crash.html
blobce81c8388d9aadbbbf429bca80df4f13df2daffc
1 <style>
2 @keyframes A { 0% { color: red; } }
3 a:before, b:before { animation-name: A; }
4 </style>
5 <a href="#"><b></b></a>
7 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
10 </script>
11 Test passes if it doesn't crash.