1 Tests focusing of an inert label for a non-inert target. label.focus() should send focus to the target, but clicking the label should be the same as clicking on the document body.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Testing that calling focus() on label sends focus to its target.
7 PASS document.activeElement is document.querySelector('#submit')
8 Testing that clicking on the label sends focus to document.body.
9 PASS document.activeElement is document.body
10 PASS successfullyParsed is true