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
8 PASS document.activeElement is document.body
9 PASS The focusTarget element lost focus.
11 ===> Setting visibility:hidden
13 PASS document.activeElement is document.body
14 PASS The focusTarget element lost focus.
16 PASS successfullyParsed is true