Pass | focusing on a focusable element fires a focus event at the element | Asserts runPass | assert_true(true, "focus event is trusted")
at Test.<anonymous> ( /html/interaction/focus/focus-management/focus-events.html:18:5) | Pass | assert_false(false, "focus event doesn't bubble")
at Test.<anonymous> ( /html/interaction/focus/focus-management/focus-events.html:19:5) | Pass | assert_false(false, "focus event is not cancelable")
at Test.<anonymous> ( /html/interaction/focus/focus-management/focus-events.html:20:5) | Pass | assert_equals(Element node <input type="text" id="i2"></input>, Element node <input type="text" id="i2"></input>)
at Test.<anonymous> ( /html/interaction/focus/focus-management/focus-events.html:21:5) |
|
Pass | focusing on a focusable element fires a blur event at the previous focussed element | Asserts runPass | assert_true(true, "blur event is trusted")
at Test.<anonymous> ( /html/interaction/focus/focus-management/focus-events.html:25:5) | Pass | assert_false(false, "blur event doesn't bubble")
at Test.<anonymous> ( /html/interaction/focus/focus-management/focus-events.html:26:5) | Pass | assert_false(false, "blur event is not cancelable")
at Test.<anonymous> ( /html/interaction/focus/focus-management/focus-events.html:27:5) | Pass | assert_equals(Element node <body><div id="log">Running, 0 complete, 2 remain</div> <..., Element node <body><div id="log">Running, 0 complete, 2 remain</div> <...)
at Test.<anonymous> ( /html/interaction/focus/focus-management/focus-events.html:28:5) |
|