blob: 32207d6ffd5a5faad7de539d5c76a6b498d1a92e [file] [log] [blame]
This tests that a mouse click event will not cause a media element to gain focus.
Click on the center of the video element.
EXPECTED (document.activeElement.id != 'video') OK
Click on the play button.
EXPECTED (document.activeElement.id != 'video') OK
END OF TEST