Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLDocument / active-element-gets-unforcusable-expected.txt
blob4e180bfbfca455b4e6b68284b483d44e62f893d3
1 Making a focused element invisible should make it blur.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 ===> Setting display:none
7 Event: blur
8 PASS document.activeElement is document.body
9 PASS The focusTarget element lost focus.
11 ===> Setting visibility:hidden
12 Event: blur
13 PASS document.activeElement is document.body
14 PASS The focusTarget element lost focus.
16 PASS successfullyParsed is true
18 TEST COMPLETE