summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.tentative.html.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
commit43a97878ce14b72f0981164f87f2e35e14151312 (patch)
tree620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.tentative.html.ini
parentInitial commit. (diff)
downloadfirefox-upstream.tar.xz
firefox-upstream.zip
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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.ini69
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