diff options
Diffstat (limited to 'testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.tentative.html.ini')
-rw-r--r-- | testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.tentative.html.ini | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.tentative.html.ini new file mode 100644 index 0000000000..fc26d70325 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.tentative.html.ini @@ -0,0 +1,69 @@ +[popover-light-dismiss.tentative.html] + expected: + if (os == "android") and fission: [ERROR, TIMEOUT] + ERROR + [Clicking outside a popover will dismiss the popover] + expected: FAIL + + [Clicking inside a popover does not close that popover] + expected: FAIL + + [Popovers close on pointerup, not pointerdown] + expected: FAIL + + [Clicking inside a child popover shouldn't close either popover] + expected: FAIL + + [Clicking inside a parent popover should close child popover] + expected: FAIL + + [Clicking on invoking element, after using it for activation, shouldn't close its popover] + expected: FAIL + + [Clicking on invoking element, after using it for activation, shouldn't close its popover (nested case)] + expected: FAIL + + [Clicking on invoking element, after using it for activation, shouldn't close its popover (nested case, not used for invocation)] + expected: FAIL + + [Clicking on invoking element, even if it wasn't used for activation, shouldn't close its popover] + expected: FAIL + + [Clicking on popovertoggletarget element, even if it wasn't used for activation, should hide it exactly once] + expected: FAIL + + [Dragging from an open popover outside an open popover should leave the popover open] + expected: FAIL + + [An invoking element that was not used to invoke the popover can still be part of the ancestor chain] + expected: FAIL + + [Scrolling within a popover should not close the popover] + expected: FAIL + + [Moving focus back to the anchor element should not dismiss the popover] + expected: FAIL + + [Ensure circular/convoluted ancestral relationships are functional] + expected: FAIL + + [Ensure circular/convoluted ancestral relationships are functional, with a direct showPopover()] + expected: FAIL + + [Hide the target popover during "hide all popovers until"] + expected: FAIL + + [Moving focus outside the popover should not dismiss the popover] + expected: FAIL + + [Synthetic events can't close popovers] + expected: FAIL + + [Canceling pointer events should not keep clicks from light dismissing popovers] + expected: FAIL + + [Clicking on anchor element (that isn't an invoking element) shouldn't prevent its popover from being closed] + expected: FAIL + + [A popover inside an invoking element doesn't participate in that invoker's ancestor chain] + expected: FAIL |