blob: 90790ac9a32221515143fecf8969a64b6e22816e [file] [log] [blame]
Testing that muting a video element should result in page's audio playing state to become false
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS window.internals.isPagePlayingAudio() became true
PASS window.internals.isPagePlayingAudio() became false
PASS window.internals.isPagePlayingAudio() became true
PASS successfullyParsed is true
TEST COMPLETE
RUN(video.muted = true)
RUN(video.muted = false)