1 This tests that a mouse click event will not cause a media element to gain focus.
3 Click on the center of the video element.
4 EXPECTED (document.activeElement.id != 'video') OK
5 Click on the play button.
6 EXPECTED (document.activeElement.id != 'video') OK