Pass | Calling focus() on an inert label should still send focus to its target. | Asserts runPass | 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) |
|
Pass | Clicking on an inert label should send focus to document.body. | Asserts runNo asserts ran |
Pass | Calling focus() on a label for a control which is in an inert subtree should have no effect. | Asserts runPass | 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) |
|