Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / media / video-mouse-focus-expected.txt
blob32207d6ffd5a5faad7de539d5c76a6b498d1a92e
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
7 END OF TEST