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