Pass | A <a popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <a> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <abbr popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <abbr> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <address popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <address> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <article popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <article> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <aside popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <aside> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <b popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <b> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <bdi popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <bdi> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <bdo popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <bdo> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <blockquote popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <blockquote> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <body popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <body> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <button popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <button> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <canvas popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <canvas> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <caption popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <caption> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <cite popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <cite> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <code popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <code> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <col popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <col> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <colgroup popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <colgroup> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <data popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <data> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <dd popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <dd> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <del popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <del> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <details popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <details> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <dfn popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <dfn> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <div popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <div> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <dl popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <dl> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <dt popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <dt> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <em popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <em> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <fieldset popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <fieldset> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <figcaption popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <figcaption> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <figure popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <figure> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <footer popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <footer> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <form popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <form> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <h1 popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <h1> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <h2 popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <h2> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <h3 popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <h3> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <h4 popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <h4> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <h5 popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <h5> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <h6 popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <h6> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <header popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <header> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <hr popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <hr> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <html popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <html> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <i popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <i> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <iframe popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <iframe> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <img popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <img> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <input popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <input> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <ins popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <ins> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <kbd popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <kbd> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <label popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <label> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <legend popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <legend> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <li popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <li> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <main popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <main> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <map popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <map> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <mark popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <mark> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <menu popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <menu> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <meter popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <meter> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <nav popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <nav> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <object popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <object> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <ol popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <ol> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <output popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <output> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <p popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <p> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <pre popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <pre> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <progress popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <progress> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <q popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <q> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <rt popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <rt> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <ruby popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <ruby> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <s popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <s> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <samp popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <samp> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <section popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <section> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <select popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <select> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <small popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <small> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <source popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <source> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <span popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <span> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <strong popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <strong> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <sub popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <sub> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <sup popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <sup> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <summary popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <summary> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <table popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <table> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <tbody popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <tbody> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <td popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <td> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <textarea popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <textarea> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <tfoot popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <tfoot> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <th popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <th> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <thead popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <thead> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <time popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <time> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <tr popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <tr> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <track popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <track> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <u popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <u> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <ul popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <ul> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <var popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <var> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <video popover> element should behave as a popover. | Asserts runPass | 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) |
|
Pass | A <video> element should *not* behave as a popover. | Asserts runPass | 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) |
|
Pass | A <area popover> element should not be rendered. | Asserts runPass | 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) |
|
Pass | A <audio popover> element should not be rendered. | Asserts runPass | 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) |
|
Pass | A <base popover> element should not be rendered. | Asserts runPass | 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) |
|
Pass | A <br popover> element should not be rendered. | Asserts runPass | 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) |
|
Pass | A <datalist popover> element should not be rendered. | Asserts runPass | 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) |
|
Pass | A <dialog popover> element should not be rendered. | Asserts runPass | 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) |
|
Pass | A <embed popover> element should not be rendered. | Asserts runPass | 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) |
|
Pass | A <head popover> element should not be rendered. | Asserts runPass | 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) |
|
Pass | A <link popover> element should not be rendered. | Asserts runPass | 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) |
|
Pass | A <meta popover> element should not be rendered. | Asserts runPass | 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) |
|
Pass | A <noscript popover> element should not be rendered. | Asserts runPass | 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) |
|
Pass | A <optgroup popover> element should not be rendered. | Asserts runPass | 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) |
|
Pass | A <option popover> element should not be rendered. | Asserts runPass | 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) |
|
Pass | A <param popover> element should not be rendered. | Asserts runPass | 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) |
|
Pass | A <rp popover> element should not be rendered. | Asserts runPass | 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) |
|
Pass | A <script popover> element should not be rendered. | Asserts runPass | 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) |
|
Pass | A <slot popover> element should not be rendered. | Asserts runPass | 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) |
|
Pass | A <style popover> element should not be rendered. | Asserts runPass | 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) |
|
Pass | A <template popover> element should not be rendered. | Asserts runPass | 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) |
|
Pass | A <title popover> element should not be rendered. | Asserts runPass | 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) |
|
Pass | A <wbr popover> element should not be rendered. | Asserts runPass | 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) |
|