blob: c5f0aec235b60f23b400d4172604d3dac97bacac [file] [log] [blame]
Testing that control are shown in fullscreen when the controls attribute is not present.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS media.webkitDisplayingFullscreen is false
PASS getComputedStyle(window.internals.shadowRoot(media).querySelector('.media-controls-container')).webkitCursorVisibility is "auto"
PASS media.webkitDisplayingFullscreen became true
PASS getComputedStyle(window.internals.shadowRoot(media).querySelector('.media-controls-container')).webkitCursorVisibility is "auto-hide"
PASS successfullyParsed is true
TEST COMPLETE