Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Test that Audio() object loads the resource after src attribute is set and load( ) is called. | |
| 2 | |
| 3 EXPECTED (audio instanceof HTMLAudioElement == 'true') OK | |
| 4 RUN(audio.load()) | |
| 5 EVENT(loadstart) | |
| 6 EXPECTED (relativeURL(audio.currentSrc) == 'content/test.wav') OK | |
| 7 EVENT(canplaythrough) | |
| 8 END OF TEST | |
| 9 | |
| OLD | NEW |