Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassCalling focus() on an inert label should still send focus to its target.
Asserts run
Pass
assert_equals(Element node <input id="submit" type="submit"></input>, Element node <input id="submit" type="submit"></input>)
    at Test.<anonymous> ( /inert/inert-label-focus.html:27:9)
PassClicking on an inert label should send focus to document.body.
Asserts runNo asserts ran
PassCalling focus() on a label for a control which is in an inert subtree should have no effect.
Asserts run
Pass
assert_equals(Element node <input id="text" type="text"></input>, Element node <input id="text" type="text"></input>)
    at Test.<anonymous> ( /inert/inert-label-focus.html:49:9)