blob: e0906d118ffa2cb8900a20f82b6713aad7e80a83 [file] [log] [blame]
Test that muted video has an unmute button.
RUN(video.muted = true)
RUN(video.load())
EVENT(canplaythrough)
EXPECTED (video.muted == 'true') OK
EXPECTED (getComputedStyle(muteButton).display != 'none') OK
END OF TEST