Pass | Removing a popover while it is opening and force closing another popover should throw an exception. | Asserts runPass | 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) |
|