Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Actions registered with setTimeout should not be cleared with clearInterval (and vice versa). | |
| 2 | |
| 3 | |
| 4 PASS Actions created with setTimeout should not be cleared by clearInterval. | |
| 5 PASS Actions created with setInterval should not be cleared by clearTimeout. | |
| 6 | |
| OLD | NEW |