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