Summary

Harness status: OK

Found 199 tests

Details

ResultTest NameMessage
PassA <a popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <a> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <abbr popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <abbr> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <address popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <address> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <article popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <article> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <aside popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <aside> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <b popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <b> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <bdi popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <bdi> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <bdo popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <bdo> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <blockquote popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <blockquote> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <body popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <body> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <button popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <button> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <canvas popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <canvas> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <caption popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <caption> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-caption", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-caption", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-caption", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-caption", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <cite popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <cite> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <code popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <code> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <col popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <col> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-column", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-column", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-column", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-column", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <colgroup popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <colgroup> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-column-group", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-column-group", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-column-group", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-column-group", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <data popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <data> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <dd popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <dd> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <del popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <del> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <details popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <details> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <dfn popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <dfn> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <div popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <div> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <dl popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <dl> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <dt popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <dt> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <em popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <em> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <fieldset popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <fieldset> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <figcaption popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <figcaption> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <figure popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <figure> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <footer popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <footer> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <form popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <form> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <h1 popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <h1> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <h2 popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <h2> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <h3 popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <h3> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <h4 popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <h4> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <h5 popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <h5> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <h6 popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <h6> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <header popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <header> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <hr popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <hr> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <html popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <html> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <i popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <i> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <iframe popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <iframe> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <img popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <img> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <input popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <input> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <ins popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <ins> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <kbd popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <kbd> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <label popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <label> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <legend popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <legend> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <li popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("list-item", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("list-item", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("list-item", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("list-item", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <li> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("list-item", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("list-item", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("list-item", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("list-item", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <main popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <main> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <map popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <map> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <mark popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <mark> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <menu popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <menu> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <meter popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <meter> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <nav popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <nav> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <object popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <object> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <ol popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <ol> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <output popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <output> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <p popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <p> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <pre popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <pre> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <progress popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <progress> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <q popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <q> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <rt popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <rt> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <ruby popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block ruby", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block ruby", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block ruby", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block ruby", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <ruby> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("ruby", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("ruby", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("ruby", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("ruby", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <s popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <s> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <samp popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <samp> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <section popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <section> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <select popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <select> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <small popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <small> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <source popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <source> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <span popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <span> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <strong popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <strong> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <sub popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <sub> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <sup popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <sup> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <summary popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <summary> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <table popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <table> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <tbody popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <tbody> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-row-group", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-row-group", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-row-group", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-row-group", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <td popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <td> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-cell", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-cell", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-cell", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-cell", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <textarea popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <textarea> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline-block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <tfoot popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <tfoot> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-footer-group", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-footer-group", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-footer-group", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-footer-group", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <th popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <th> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-cell", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-cell", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-cell", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-cell", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <thead popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <thead> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-header-group", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-header-group", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-header-group", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-header-group", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <time popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <time> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <tr popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <tr> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-row", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-row", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-row", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("table-row", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <track popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <track> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <u popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <u> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <ul popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <ul> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <var popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <var> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <video popover> element should behave as a popover.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After showPopover(), a popover should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After hidePopover(), a popover should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After hidePopover(), a popover should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After hidePopover(), a popover should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover() on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover() on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover() on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on hidden popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("block", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(true, true, "After togglePopover(true) on visible popover, it should be visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_equals(false, false, "After togglePopover(false) on visible popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on visible popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_equals(false, false, "After togglePopover(false) on hidden popover, it should be hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "After togglePopover(false) on hidden popover, it should be hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <video> element should *not* behave as a popover.
Asserts run
Pass
assert_equals(true, true, "A non-popover should start out visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "A non-popover should start out visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.showPopover()", "Calling showPopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:139:3)
Pass
assert_equals(true, true, "Calling showPopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling showPopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.hidePopover()", "Calling hidePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:141:3)
Pass
assert_equals(true, true, "Calling hidePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling hidePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
Pass
assert_throws_dom("NotSupportedError", function "() => nonPopover.togglePopover()", "Calling togglePopover on a non-popover should throw NotSupported")
    at assertNotAPopover ( /html/semantics/popovers/resources/popover-utils.js:143:3)
Pass
assert_equals(true, true, "Calling togglePopover on a non-popover should leave it visible: Expected this element to be visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_not_equals("inline", "none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:98:5)
Pass
assert_equals(false, false, "Calling togglePopover on a non-popover should leave it visible: Visible popovers should match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:99:5)
PassA <area popover> element should not be rendered.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <audio popover> element should not be rendered.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <base popover> element should not be rendered.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <br popover> element should not be rendered.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <datalist popover> element should not be rendered.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <dialog popover> element should not be rendered.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <embed popover> element should not be rendered.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <head popover> element should not be rendered.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <link popover> element should not be rendered.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <meta popover> element should not be rendered.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <noscript popover> element should not be rendered.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <optgroup popover> element should not be rendered.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <option popover> element should not be rendered.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <param popover> element should not be rendered.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <rp popover> element should not be rendered.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <script popover> element should not be rendered.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <slot popover> element should not be rendered.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <style popover> element should not be rendered.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <template popover> element should not be rendered.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <title popover> element should not be rendered.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)
PassA <wbr popover> element should not be rendered.
Asserts run
Pass
assert_equals(false, false, "A popover should start out hidden: Expected this element to be not visible")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:95:3)
Pass
assert_equals("none", "none", "A popover should start out hidden: Non-showing popovers should have display:none")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:101:5)
Pass
assert_false(false, "A popover should start out hidden: Non-showing popovers should *not* match :popover-open")
    at assertPopoverVisibility ( /html/semantics/popovers/resources/popover-utils.js:102:5)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.showPopover()", "Calling showPopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:128:3)
Pass
assert_throws_dom("InvalidStateError", function "() => popover.togglePopover()", "Calling hidePopover on a disconnected popover should throw InvalidStateError")
    at assertIsFunctionalPopover ( /html/semantics/popovers/resources/popover-utils.js:130:3)