blob: f5e911dafacec253896a6bb239ab7e866a85b8e7 [file] [log] [blame]
EVENT(loadedmetadata)
EXPECTED (stripExtension(relativeURL(video.currentSrc)) == 'content/test') OK
EXPECTED (isNaN(video.duration) == 'false') OK
RUN(video.removeAttribute('src'))
EXPECTED (stripExtension(relativeURL(video.currentSrc)) == 'content/test') OK
EXPECTED (isNaN(video.duration) == 'false') OK
END OF TEST
Test that removing valid 'src' attribute DOES NOT trigger load of <source> elements