Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Test that a detached TextTrackList can still be used without crashing. | |
| 2 | |
| 3 ** Register an event handler on video element's TextTrackList. | |
| 4 | |
| 5 ** Force garbage collection. | |
| 6 ** Inspect and invoke the handler. | |
| 7 EXPECTED (tracks.onaddtrack == 'function handler() { consoleWrite("PASS (no cras h)"); }') OK | |
| 8 PASS (no crash) | |
| 9 | |
| 10 END OF TEST | |
| 11 | |
| OLD | NEW |