summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/user-activation
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/html/user-activation')
-rw-r--r--testing/web-platform/meta/html/user-activation/__dir__.ini2
-rw-r--r--testing/web-platform/meta/html/user-activation/activation-trigger-pointerevent.html.ini18
-rw-r--r--testing/web-platform/meta/html/user-activation/message-event-activation-api-iframe-cross-origin.sub.tentative.html.ini4
-rw-r--r--testing/web-platform/meta/html/user-activation/message-event-init.tentative.html.ini6
-rw-r--r--testing/web-platform/meta/html/user-activation/navigation-state-reset-crossorigin.sub.html.ini10
-rw-r--r--testing/web-platform/meta/html/user-activation/propagation-crossorigin.sub.html.ini10
-rw-r--r--testing/web-platform/meta/html/user-activation/propagation-same-and-cross-origin.sub.html.ini10
7 files changed, 60 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/user-activation/__dir__.ini b/testing/web-platform/meta/html/user-activation/__dir__.ini
new file mode 100644
index 0000000000..92c9657ce9
--- /dev/null
+++ b/testing/web-platform/meta/html/user-activation/__dir__.ini
@@ -0,0 +1,2 @@
+implementation-status: backlog
+bug: 1591902 \ No newline at end of file
diff --git a/testing/web-platform/meta/html/user-activation/activation-trigger-pointerevent.html.ini b/testing/web-platform/meta/html/user-activation/activation-trigger-pointerevent.html.ini
new file mode 100644
index 0000000000..61e1775992
--- /dev/null
+++ b/testing/web-platform/meta/html/user-activation/activation-trigger-pointerevent.html.ini
@@ -0,0 +1,18 @@
+[activation-trigger-pointerevent.html?touch]
+ # A webdriver bug (Bug 1856991) does not emit touch click events internally as expected
+ bug: 1856991
+ expected:
+ if os == "linux": [TIMEOUT, OK]
+ if os == "android": [TIMEOUT, OK]
+ [TIMEOUT, OK, FAIL]
+ [Activation through touch pointerevent click]
+ expected: [FAIL, TIMEOUT]
+
+
+[activation-trigger-pointerevent.html?pen]
+ # Pen touch type is not supported by webdriver
+ [Activation through pen pointerevent click]
+ expected: FAIL
+
+
+[activation-trigger-pointerevent.html?mouse]
diff --git a/testing/web-platform/meta/html/user-activation/message-event-activation-api-iframe-cross-origin.sub.tentative.html.ini b/testing/web-platform/meta/html/user-activation/message-event-activation-api-iframe-cross-origin.sub.tentative.html.ini
new file mode 100644
index 0000000000..b56a31c632
--- /dev/null
+++ b/testing/web-platform/meta/html/user-activation/message-event-activation-api-iframe-cross-origin.sub.tentative.html.ini
@@ -0,0 +1,4 @@
+[message-event-activation-api-iframe-cross-origin.sub.tentative.html]
+ [Message propagates values on post]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/html/user-activation/message-event-init.tentative.html.ini b/testing/web-platform/meta/html/user-activation/message-event-init.tentative.html.ini
new file mode 100644
index 0000000000..ba4a18c537
--- /dev/null
+++ b/testing/web-platform/meta/html/user-activation/message-event-init.tentative.html.ini
@@ -0,0 +1,6 @@
+[message-event-init.tentative.html]
+ [MessageEventInit user activation not set]
+ expected: FAIL
+
+ [MessageEventInit user activation set]
+ expected: FAIL
diff --git a/testing/web-platform/meta/html/user-activation/navigation-state-reset-crossorigin.sub.html.ini b/testing/web-platform/meta/html/user-activation/navigation-state-reset-crossorigin.sub.html.ini
new file mode 100644
index 0000000000..45f6ab4750
--- /dev/null
+++ b/testing/web-platform/meta/html/user-activation/navigation-state-reset-crossorigin.sub.html.ini
@@ -0,0 +1,10 @@
+[navigation-state-reset-crossorigin.sub.html]
+ expected:
+ if not fission: OK
+ if os == "android": OK
+ TIMEOUT
+ [Post-navigation state reset.]
+ expected:
+ if not fission: PASS
+ if os == "android": PASS
+ TIMEOUT
diff --git a/testing/web-platform/meta/html/user-activation/propagation-crossorigin.sub.html.ini b/testing/web-platform/meta/html/user-activation/propagation-crossorigin.sub.html.ini
new file mode 100644
index 0000000000..ed71c3d5fb
--- /dev/null
+++ b/testing/web-platform/meta/html/user-activation/propagation-crossorigin.sub.html.ini
@@ -0,0 +1,10 @@
+[propagation-crossorigin.sub.html]
+ expected:
+ if not fission: OK
+ if os == "android": OK
+ TIMEOUT
+ [Propagation test]
+ expected:
+ if not fission: PASS
+ if os == "android": PASS
+ NOTRUN
diff --git a/testing/web-platform/meta/html/user-activation/propagation-same-and-cross-origin.sub.html.ini b/testing/web-platform/meta/html/user-activation/propagation-same-and-cross-origin.sub.html.ini
new file mode 100644
index 0000000000..87e51309ee
--- /dev/null
+++ b/testing/web-platform/meta/html/user-activation/propagation-same-and-cross-origin.sub.html.ini
@@ -0,0 +1,10 @@
+[propagation-same-and-cross-origin.sub.html]
+ expected:
+ if not fission: OK
+ if os == "android": OK
+ TIMEOUT
+ [Clicking on the cross-origin navigable activates parent navigable.]
+ expected:
+ if not fission: PASS
+ if os == "android": PASS
+ TIMEOUT