blob: 72f92473d8abdd179b0574d5ab98e43447e24474 [file] [log] [blame]
Fading in the controls when entering fullscreen.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
We should not fade the controls in when showing them inline the first time
PASS mediaControls.classList.contains('fade-in') is false
Clicking on the fullscreen button
PASS internals.isChangingPresentationMode(media) became false
Obtained a webkitfullscreenchange event
PASS media.webkitDisplayingFullscreen is true
We should fade the controls in when showing them fullscreen
PASS mediaControls.classList.contains('fade-in') is true
PASS successfullyParsed is true
TEST COMPLETE