p3
p4

Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassMoving popovers between documents while showing should throw an exception.
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "() => p1.showPopover()")
    at Test.<anonymous> ( /html/semantics/popovers/popover-move-documents.html:34:3)
PassMoving popovers between documents while hiding should not throw an exception.
Asserts run
Pass
assert_true(true, "The popover should be open after calling showPopover()")
    at Test.<anonymous> ( /html/semantics/popovers/popover-move-documents.html:48:3)
Pass
assert_false(false, "The popover should be closed after moving it between documents.")
    at Test.<anonymous> ( /html/semantics/popovers/popover-move-documents.html:52:3)
PassMoving popovers between documents during light dismiss should throw an exception.
Asserts run
Pass
assert_true(true, "p3 should be open after calling showPopover on it.")
    at Test.<anonymous> ( /html/semantics/popovers/popover-move-documents.html:79:3)
Pass
assert_true(true, "p4 should be open after calling showPopover on it.")
    at Test.<anonymous> ( /html/semantics/popovers/popover-move-documents.html:81:3)
Pass
assert_throws_dom("InvalidStateError", function "() => p5.showPopover()")
    at Test.<anonymous> ( /html/semantics/popovers/popover-move-documents.html:85:3)
Pass
assert_true(true, "p3 should be showing in the event handler.")
    at HTMLDivElement.<anonymous> ( /html/semantics/popovers/popover-move-documents.html:70:7)
Pass
assert_true(true, "p4 should be showing in the event handler.")
    at HTMLDivElement.<anonymous> ( /html/semantics/popovers/popover-move-documents.html:72:7)
Pass
assert_equals(Element node <div id="p4" popover="auto">p4</div>, Element node <div id="p4" popover="auto">p4</div>, "The events target should be p4.")
    at HTMLDivElement.<anonymous> ( /html/semantics/popovers/popover-move-documents.html:74:7)
Pass
assert_false(false, "p5 should be closed after moving it between documents.")
    at Test.<anonymous> ( /html/semantics/popovers/popover-move-documents.html:86:3)