popover1

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassRemoving a popover while it is opening and force closing another popover should throw an exception.
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "() => popover2.showPopover()", "popover1's beforetoggle event handler removes popover2 so showPopover should throw.")
    at Test.<anonymous> ( /html/semantics/popovers/hide-other-popover-side-effects.html:17:3)
Pass
assert_false(false, "popover2 should not match :popover-open once it is closed.")
    at Test.<anonymous> ( /html/semantics/popovers/hide-other-popover-side-effects.html:19:3)