blob: 36f9cef7b8b9ceae55362b99615b3c8a20bc08ab [file] [log] [blame]
Testing the controls bar reappears when the mouse enters the media.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS !!shadowRoot.querySelector('.media-controls') became true
Video started playing, controls bar should become visible by default.
PASS shadowRoot.querySelector('.media-controls').classList.contains('faded') became false
Controls bar should fade when the auto-hide timer has elapsed.
PASS shadowRoot.querySelector('.media-controls').classList.contains('faded') became true
Mouse moved over the media, controls bar should become visible.
PASS shadowRoot.querySelector('.media-controls').classList.contains('faded') became false
Controls bar should fade when the auto-hide timer has elapsed.
PASS shadowRoot.querySelector('.media-controls').classList.contains('faded') became true
PASS successfullyParsed is true
TEST COMPLETE