summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/shadow-dom/focus
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:47:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:47:29 +0000
commit0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch)
treea31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /testing/web-platform/meta/shadow-dom/focus
parentInitial commit. (diff)
downloadfirefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz
firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/shadow-dom/focus')
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/__dir__.ini1
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/click-focus-delegatesFocus-tabindex-varies.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-autofocus.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-click-on-shadow-host.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-method-delegatesFocus-nested-browsing-context.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-method-delegatesFocus.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-method-with-delegatesFocus.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-pseudo-matches-on-shadow-host.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-selector-delegatesFocus.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-shadowhost-display-none.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-tab-on-shadow-host.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-negative-delegatesFocus.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-negative.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-slot-one.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-varying-delegatesFocus.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-varying-tabindex-2.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-varying-tabindex-3.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-varying-tabindex.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-delegatesFocus.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-host-negative.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-host-not-set-scrollable.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-host-not-set.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-host-one.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-host-scrollable.html.ini3
-rw-r--r--testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero.html.ini3
25 files changed, 73 insertions, 0 deletions
diff --git a/testing/web-platform/meta/shadow-dom/focus/__dir__.ini b/testing/web-platform/meta/shadow-dom/focus/__dir__.ini
new file mode 100644
index 0000000000..73ab88dae9
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/__dir__.ini
@@ -0,0 +1 @@
+prefs: [dom.focus.fixup:true]
diff --git a/testing/web-platform/meta/shadow-dom/focus/click-focus-delegatesFocus-tabindex-varies.html.ini b/testing/web-platform/meta/shadow-dom/focus/click-focus-delegatesFocus-tabindex-varies.html.ini
new file mode 100644
index 0000000000..216a821023
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/click-focus-delegatesFocus-tabindex-varies.html.ini
@@ -0,0 +1,3 @@
+[click-focus-delegatesFocus-tabindex-varies.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-autofocus.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-autofocus.html.ini
new file mode 100644
index 0000000000..6ec5a9e096
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-autofocus.html.ini
@@ -0,0 +1,3 @@
+[focus-autofocus.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-click-on-shadow-host.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-click-on-shadow-host.html.ini
new file mode 100644
index 0000000000..18d6614d86
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-click-on-shadow-host.html.ini
@@ -0,0 +1,3 @@
+[focus-click-on-shadow-host.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-method-delegatesFocus-nested-browsing-context.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-method-delegatesFocus-nested-browsing-context.html.ini
new file mode 100644
index 0000000000..a1d4e7952a
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-method-delegatesFocus-nested-browsing-context.html.ini
@@ -0,0 +1,3 @@
+[focus-method-delegatesFocus-nested-browsing-context.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-method-delegatesFocus.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-method-delegatesFocus.html.ini
new file mode 100644
index 0000000000..a0322c22fc
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-method-delegatesFocus.html.ini
@@ -0,0 +1,3 @@
+[focus-method-delegatesFocus.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-method-with-delegatesFocus.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-method-with-delegatesFocus.html.ini
new file mode 100644
index 0000000000..70fe25f5c1
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-method-with-delegatesFocus.html.ini
@@ -0,0 +1,3 @@
+[focus-method-with-delegatesFocus.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-pseudo-matches-on-shadow-host.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-pseudo-matches-on-shadow-host.html.ini
new file mode 100644
index 0000000000..3166fa4a95
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-pseudo-matches-on-shadow-host.html.ini
@@ -0,0 +1,3 @@
+[focus-pseudo-matches-on-shadow-host.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-selector-delegatesFocus.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-selector-delegatesFocus.html.ini
new file mode 100644
index 0000000000..5962215195
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-selector-delegatesFocus.html.ini
@@ -0,0 +1,3 @@
+[focus-selector-delegatesFocus.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-shadowhost-display-none.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-shadowhost-display-none.html.ini
new file mode 100644
index 0000000000..51442726e2
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-shadowhost-display-none.html.ini
@@ -0,0 +1,3 @@
+[focus-shadowhost-display-none.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-tab-on-shadow-host.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-tab-on-shadow-host.html.ini
new file mode 100644
index 0000000000..9f1b32ab9d
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-tab-on-shadow-host.html.ini
@@ -0,0 +1,3 @@
+[focus-tab-on-shadow-host.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-negative-delegatesFocus.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-negative-delegatesFocus.html.ini
new file mode 100644
index 0000000000..7a0e35ee9c
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-negative-delegatesFocus.html.ini
@@ -0,0 +1,3 @@
+[focus-tabindex-order-shadow-negative-delegatesFocus.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-negative.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-negative.html.ini
new file mode 100644
index 0000000000..3a64ffb13e
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-negative.html.ini
@@ -0,0 +1,3 @@
+[focus-tabindex-order-shadow-negative.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-slot-one.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-slot-one.html.ini
new file mode 100644
index 0000000000..a3840b4d20
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-slot-one.html.ini
@@ -0,0 +1,3 @@
+[focus-tabindex-order-shadow-slot-one.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-varying-delegatesFocus.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-varying-delegatesFocus.html.ini
new file mode 100644
index 0000000000..f0e6b9af27
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-varying-delegatesFocus.html.ini
@@ -0,0 +1,3 @@
+[focus-tabindex-order-shadow-varying-delegatesFocus.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-varying-tabindex-2.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-varying-tabindex-2.html.ini
new file mode 100644
index 0000000000..d1b88fdb33
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-varying-tabindex-2.html.ini
@@ -0,0 +1,3 @@
+[focus-tabindex-order-shadow-varying-tabindex-2.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-varying-tabindex-3.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-varying-tabindex-3.html.ini
new file mode 100644
index 0000000000..53d9a206ba
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-varying-tabindex-3.html.ini
@@ -0,0 +1,3 @@
+[focus-tabindex-order-shadow-varying-tabindex-3.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-varying-tabindex.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-varying-tabindex.html.ini
new file mode 100644
index 0000000000..4a466283f8
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-varying-tabindex.html.ini
@@ -0,0 +1,3 @@
+[focus-tabindex-order-shadow-varying-tabindex.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-delegatesFocus.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-delegatesFocus.html.ini
new file mode 100644
index 0000000000..dbb4740674
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-delegatesFocus.html.ini
@@ -0,0 +1,3 @@
+[focus-tabindex-order-shadow-zero-delegatesFocus.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-host-negative.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-host-negative.html.ini
new file mode 100644
index 0000000000..1cc131482c
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-host-negative.html.ini
@@ -0,0 +1,3 @@
+[focus-tabindex-order-shadow-zero-host-negative.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-host-not-set-scrollable.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-host-not-set-scrollable.html.ini
new file mode 100644
index 0000000000..42a837bef2
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-host-not-set-scrollable.html.ini
@@ -0,0 +1,3 @@
+[focus-tabindex-order-shadow-zero-host-not-set-scrollable.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-host-not-set.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-host-not-set.html.ini
new file mode 100644
index 0000000000..44a9961f9d
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-host-not-set.html.ini
@@ -0,0 +1,3 @@
+[focus-tabindex-order-shadow-zero-host-not-set.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-host-one.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-host-one.html.ini
new file mode 100644
index 0000000000..780467c936
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-host-one.html.ini
@@ -0,0 +1,3 @@
+[focus-tabindex-order-shadow-zero-host-one.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-host-scrollable.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-host-scrollable.html.ini
new file mode 100644
index 0000000000..3d67131f00
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero-host-scrollable.html.ini
@@ -0,0 +1,3 @@
+[focus-tabindex-order-shadow-zero-host-scrollable.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero.html.ini b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero.html.ini
new file mode 100644
index 0000000000..809cb75fd0
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/focus/focus-tabindex-order-shadow-zero.html.ini
@@ -0,0 +1,3 @@
+[focus-tabindex-order-shadow-zero.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]