blob: 633ec985c209ccb190b753c3f8ca6cda4b314c9e [file] [log] [blame]
Tests that an audio file in a video element should not have a fullscreen button
** Playing the video **
RUN(video.play())
** Testing if the fullscreen button is hidden **
EXPECTED (fullscreenButton.classList.contains('hidden') == 'true') OK