Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / media / video-controls-focus-movement-on-hide-expected.txt
blobc1ce00a3447ee79976a443a7d967b305119e56fa
1 Test that focus moves to the <body>/document when controls fade out with a button focused.
3 EXPECTED (document.activeElement == '[object HTMLBodyElement]') OK
4 EXPECTED (document.activeElement == '[object HTMLVideoElement]') OK
5 EXPECTED (getComputedStyle(controls).opacity == '0') OK
6 EXPECTED (document.activeElement == '[object HTMLBodyElement]') OK
8 END OF TEST