haikuwebkit/LayoutTests/media/video-src-invalid-remove-ex...

11 lines
180 B
Plaintext

Test that removing 'src' attribute does NOT trigger load of <source> elements
EVENT(error)
EXPECTED (video.error.code == '4') OK
RUN(video.removeAttribute('src'))
END OF TEST