blob: 58f24accd27c73d575828d3059169021d2093541 [file] [log] [blame]
Test that Audio() object loads the resource after src attribute is set and load() is called.
TEST(audio instanceof HTMLAudioElement) OK
RUN(audio.load())
EVENT(begin) TEST(relativeURL(audio.currentSrc)=='content/test.wav') OK
EVENT(load)
END OF TEST