Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <img src="resources/css-animation.svg"> | |
| 3 <script> | |
| 4 if (window.testRunner) | |
| 5 testRunner.waitUntilDone(); | |
| 6 document.querySelector('img').onload = function() { | |
| 7 window.setTimeout(function() { | |
| 8 if (window.testRunner) | |
| 9 testRunner.notifyDone(); | |
| 10 }, 50); | |
| 11 } | |
| 12 </script> | |
| OLD | NEW |