| Testing the controls bar appears when the mouse enters and disappears when the mouse leaves 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 become faded when the auto-hide timer elapses. |
| PASS shadowRoot.querySelector('.media-controls').classList.contains('faded') became true |
| |
| Mouse moved over the media, controls bar should become visible again. |
| PASS shadowRoot.querySelector('.media-controls').classList.contains('faded') became false |
| |
| Mouse moved out of the media, controls bar should become faded. |
| PASS shadowRoot.querySelector('.media-controls').classList.contains('faded') became true |
| |
| PASS successfullyParsed is true |
| |
| TEST COMPLETE |
| |