summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/popovers
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
commitdef92d1b8e9d373e2f6f27c366d578d97d8960c6 (patch)
tree2ef34b9ad8bb9a9220e05d60352558b15f513894 /testing/web-platform/meta/html/semantics/popovers
parentAdding debian version 125.0.3-1. (diff)
downloadfirefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.tar.xz
firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/html/semantics/popovers')
-rw-r--r--testing/web-platform/meta/html/semantics/popovers/button-type-reset-popovertarget.tentative.html.ini3
-rw-r--r--testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.html.ini9
-rw-r--r--testing/web-platform/meta/html/semantics/popovers/popover-top-layer-nesting-anchor.tentative.html.ini7
-rw-r--r--testing/web-platform/meta/html/semantics/popovers/popover-top-layer-nesting-hints.tentative.html.ini3
-rw-r--r--testing/web-platform/meta/html/semantics/popovers/popover-top-layer-nesting.tentative.html.ini35
5 files changed, 9 insertions, 48 deletions
diff --git a/testing/web-platform/meta/html/semantics/popovers/button-type-reset-popovertarget.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/button-type-reset-popovertarget.tentative.html.ini
new file mode 100644
index 0000000000..4557bb8cf8
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/popovers/button-type-reset-popovertarget.tentative.html.ini
@@ -0,0 +1,3 @@
+[button-type-reset-popovertarget.tentative.html]
+ [Button type=reset and type=submit should not run popover algorithms when in a form.]
+ expected: FAIL
diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.html.ini
index e5750a0e6a..471a9a22a4 100644
--- a/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.html.ini
+++ b/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.html.ini
@@ -1,6 +1,9 @@
[popover-light-dismiss.html]
[Scrolling within a popover should not close the popover]
expected:
- if (os == "linux") and not fission and debug and not swgl: [PASS, FAIL]
- if (os == "linux") and not fission and not debug and not asan: [PASS, FAIL]
- if (os == "linux") and fission and asan: [PASS, FAIL]
+ if (os == "linux") and not tsan and fission and asan: [PASS, FAIL]
+ if (os == "linux") and not tsan and not fission: [PASS, FAIL]
+ if (os == "linux") and tsan: [PASS, FAIL]
+
+ [Pointer down inside invoker and up outside that invoker shouldn't dismiss popover]
+ expected: FAIL
diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-top-layer-nesting-anchor.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-top-layer-nesting-anchor.tentative.html.ini
index 0d5f002b16..215da4659e 100644
--- a/testing/web-platform/meta/html/semantics/popovers/popover-top-layer-nesting-anchor.tentative.html.ini
+++ b/testing/web-platform/meta/html/semantics/popovers/popover-top-layer-nesting-anchor.tentative.html.ini
@@ -4,9 +4,6 @@
[Single popover=auto ancestor with dialog, anchor attribute]
expected: FAIL
- [Single popover=auto ancestor with fullscreen]
- expected: FAIL
-
[Single popover=auto ancestor with fullscreen, anchor attribute]
expected: FAIL
@@ -16,7 +13,6 @@
[Single popover=manual ancestor with fullscreen]
expected:
if (os == "mac") and not debug: [TIMEOUT, FAIL]
- FAIL
[Single popover=manual ancestor with fullscreen, anchor attribute]
expected:
@@ -35,7 +31,6 @@
[Nested popover=auto ancestors with fullscreen]
expected:
if (os == "mac") and not debug: NOTRUN
- FAIL
[Nested popover=auto ancestors with fullscreen, anchor attribute]
expected:
@@ -54,7 +49,6 @@
[Nested popover=auto ancestors, target is outer with fullscreen]
expected:
if (os == "mac") and not debug: NOTRUN
- FAIL
[Nested popover=auto ancestors, target is outer with fullscreen, anchor attribute]
expected:
@@ -73,7 +67,6 @@
[Top layer inside of nested element with fullscreen]
expected:
if (os == "mac") and not debug: NOTRUN
- FAIL
[Top layer inside of nested element with fullscreen, anchor attribute]
expected:
diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-top-layer-nesting-hints.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-top-layer-nesting-hints.tentative.html.ini
index 95a888b6ee..e3f80b25d6 100644
--- a/testing/web-platform/meta/html/semantics/popovers/popover-top-layer-nesting-hints.tentative.html.ini
+++ b/testing/web-platform/meta/html/semantics/popovers/popover-top-layer-nesting-hints.tentative.html.ini
@@ -1,7 +1,4 @@
[popover-top-layer-nesting-hints.tentative.html]
- [Nested auto/hint ancestors with fullscreen]
- expected: FAIL
-
[Nested auto/hint ancestors, target is auto with dialog]
expected: FAIL
diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-top-layer-nesting.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-top-layer-nesting.tentative.html.ini
deleted file mode 100644
index 2247450a29..0000000000
--- a/testing/web-platform/meta/html/semantics/popovers/popover-top-layer-nesting.tentative.html.ini
+++ /dev/null
@@ -1,35 +0,0 @@
-[popover-top-layer-nesting.tentative.html]
- [Single popover=auto ancestor with fullscreen]
- expected: FAIL
-
- [Single popover=manual ancestor with fullscreen]
- expected: FAIL
-
- [Nested popover=auto ancestors with fullscreen]
- expected: FAIL
-
- [Nested popover=auto ancestors, target is outer with fullscreen]
- expected: FAIL
-
- [Top layer inside of nested element with fullscreen]
- expected: FAIL
-
- [Nested popover=auto ancestors, target is outer with fullscreen, top layer element *is* a popover]
- expected:
- if (os == "mac") and debug: [PASS, FAIL]
-
- [Nested popover=auto ancestors with fullscreen, top layer element *is* a popover]
- expected:
- if (os == "mac") and debug: [PASS, FAIL]
-
- [Single popover=auto ancestor with fullscreen, top layer element *is* a popover]
- expected:
- if (os == "mac") and debug: [PASS, FAIL]
-
- [Single popover=manual ancestor with fullscreen, top layer element *is* a popover]
- expected:
- if (os == "mac") and debug: [PASS, FAIL]
-
- [Top layer inside of nested element with fullscreen, top layer element *is* a popover]
- expected:
- if (os == "mac") and debug: [PASS, FAIL]