diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/inert | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/inert')
17 files changed, 51 insertions, 0 deletions
diff --git a/testing/web-platform/meta/inert/__dir__.ini b/testing/web-platform/meta/inert/__dir__.ini new file mode 100644 index 0000000000..e21ffb816f --- /dev/null +++ b/testing/web-platform/meta/inert/__dir__.ini @@ -0,0 +1 @@ +prefs: [html5.inert.enabled:true, dom.focus.fixup:true] diff --git a/testing/web-platform/meta/inert/inert-computed-style.html.ini b/testing/web-platform/meta/inert/inert-computed-style.html.ini new file mode 100644 index 0000000000..ae73d99eee --- /dev/null +++ b/testing/web-platform/meta/inert/inert-computed-style.html.ini @@ -0,0 +1,3 @@ +[inert-computed-style.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/inert/inert-does-not-match-disabled-selector.html.ini b/testing/web-platform/meta/inert/inert-does-not-match-disabled-selector.html.ini new file mode 100644 index 0000000000..a565ce243d --- /dev/null +++ b/testing/web-platform/meta/inert/inert-does-not-match-disabled-selector.html.ini @@ -0,0 +1,3 @@ +[inert-does-not-match-disabled-selector.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/inert/inert-iframe-hittest.html.ini b/testing/web-platform/meta/inert/inert-iframe-hittest.html.ini new file mode 100644 index 0000000000..a02f1573b3 --- /dev/null +++ b/testing/web-platform/meta/inert/inert-iframe-hittest.html.ini @@ -0,0 +1,3 @@ +[inert-iframe-hittest.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/inert/inert-iframe-tabbing.html.ini b/testing/web-platform/meta/inert/inert-iframe-tabbing.html.ini new file mode 100644 index 0000000000..4677938052 --- /dev/null +++ b/testing/web-platform/meta/inert/inert-iframe-tabbing.html.ini @@ -0,0 +1,5 @@ +[inert-iframe-tabbing.html] + [Sequential navigation can move within an inert iframe] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL] + if (os == "mac") and not debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/inert/inert-in-shadow-dom.html.ini b/testing/web-platform/meta/inert/inert-in-shadow-dom.html.ini new file mode 100644 index 0000000000..dff0bb2f44 --- /dev/null +++ b/testing/web-platform/meta/inert/inert-in-shadow-dom.html.ini @@ -0,0 +1,3 @@ +[inert-in-shadow-dom.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/inert/inert-inlines.html.ini b/testing/web-platform/meta/inert/inert-inlines.html.ini new file mode 100644 index 0000000000..b49b6e9ea4 --- /dev/null +++ b/testing/web-platform/meta/inert/inert-inlines.html.ini @@ -0,0 +1,3 @@ +[inert-inlines.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/inert/inert-label-focus.html.ini b/testing/web-platform/meta/inert/inert-label-focus.html.ini new file mode 100644 index 0000000000..b6141f17c6 --- /dev/null +++ b/testing/web-platform/meta/inert/inert-label-focus.html.ini @@ -0,0 +1,3 @@ +[inert-label-focus.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/inert/inert-node-is-uneditable.html.ini b/testing/web-platform/meta/inert/inert-node-is-uneditable.html.ini new file mode 100644 index 0000000000..36a7e15d00 --- /dev/null +++ b/testing/web-platform/meta/inert/inert-node-is-uneditable.html.ini @@ -0,0 +1,3 @@ +[inert-node-is-uneditable.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/inert/inert-node-is-unfocusable.html.ini b/testing/web-platform/meta/inert/inert-node-is-unfocusable.html.ini new file mode 100644 index 0000000000..13904409a8 --- /dev/null +++ b/testing/web-platform/meta/inert/inert-node-is-unfocusable.html.ini @@ -0,0 +1,3 @@ +[inert-node-is-unfocusable.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/inert/inert-node-is-unselectable.html.ini b/testing/web-platform/meta/inert/inert-node-is-unselectable.html.ini new file mode 100644 index 0000000000..bd87048bcf --- /dev/null +++ b/testing/web-platform/meta/inert/inert-node-is-unselectable.html.ini @@ -0,0 +1,3 @@ +[inert-node-is-unselectable.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/inert/inert-on-non-html.html.ini b/testing/web-platform/meta/inert/inert-on-non-html.html.ini new file mode 100644 index 0000000000..da7844967e --- /dev/null +++ b/testing/web-platform/meta/inert/inert-on-non-html.html.ini @@ -0,0 +1,3 @@ +[inert-on-non-html.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/inert/inert-on-slots.html.ini b/testing/web-platform/meta/inert/inert-on-slots.html.ini new file mode 100644 index 0000000000..7a9d6040d4 --- /dev/null +++ b/testing/web-platform/meta/inert/inert-on-slots.html.ini @@ -0,0 +1,3 @@ +[inert-on-slots.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/inert/inert-pseudo-element-hittest.html.ini b/testing/web-platform/meta/inert/inert-pseudo-element-hittest.html.ini new file mode 100644 index 0000000000..863065b922 --- /dev/null +++ b/testing/web-platform/meta/inert/inert-pseudo-element-hittest.html.ini @@ -0,0 +1,3 @@ +[inert-pseudo-element-hittest.html] + expected: + if os == "mac": ERROR diff --git a/testing/web-platform/meta/inert/inert-svg-hittest.html.ini b/testing/web-platform/meta/inert/inert-svg-hittest.html.ini new file mode 100644 index 0000000000..c40d19d916 --- /dev/null +++ b/testing/web-platform/meta/inert/inert-svg-hittest.html.ini @@ -0,0 +1,3 @@ +[inert-svg-hittest.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/inert/inert-with-modal-dialog-001.html.ini b/testing/web-platform/meta/inert/inert-with-modal-dialog-001.html.ini new file mode 100644 index 0000000000..526dab9c66 --- /dev/null +++ b/testing/web-platform/meta/inert/inert-with-modal-dialog-001.html.ini @@ -0,0 +1,3 @@ +[inert-with-modal-dialog-001.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/inert/inert-with-modal-dialog-002.html.ini b/testing/web-platform/meta/inert/inert-with-modal-dialog-002.html.ini new file mode 100644 index 0000000000..46a37519e0 --- /dev/null +++ b/testing/web-platform/meta/inert/inert-with-modal-dialog-002.html.ini @@ -0,0 +1,3 @@ +[inert-with-modal-dialog-002.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |