Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <style> | |
| 2 @keyframes A { 0% { color: red; } } | |
| 3 a:before, b:before { animation-name: A; } | |
| 4 </style> | |
| 5 <a href="#"><b></b></a> | |
| 6 | |
| 7 <script> | |
| 8 if (window.testRunner) | |
| 9 testRunner.dumpAsText(); | |
| 10 </script> | |
| 11 Test passes if it doesn't crash. | |
| OLD | NEW |