Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <link rel="match" href="dispose-previous-expected.html"/> | |
| 2 <img id="apng" src=resources/crbug722072.png /> | |
| 3 <script> | |
| 4 if (window.testRunner) { | |
| 5 window.onload = function() { | |
| 6 testRunner.waitUntilDone(); | |
| 7 | |
| 8 // Jump to the final frame. | |
| 9 for (var i = 0; i < 3; i++) | |
| 10 window.internals.advanceImageAnimation(apng); | |
| 11 | |
| 12 requestAnimationFrame(function() { | |
| 13 testRunner.notifyDone(); | |
| 14 }); | |
| 15 } | |
| 16 } | |
| 17 </script> | |
| OLD | NEW |