blob: a42c91cc8ae8c777d8adfc317a22a484ecf55093 [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