Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Tests that we don't crash when a media element that has text tracks is destructe d. | |
| 2 | |
| 3 Create video and add text tracks. | |
| 4 EXPECTED (tracks.length == '1000') OK | |
| 5 | |
| 6 Destroy the video and force a garbage collection. | |
| 7 SUCCESS: Did not crash | |
| 8 END OF TEST | |
| 9 | |
| OLD | NEW |