summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/close-watcher/user-activation.html.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
commit36d22d82aa202bb199967e9512281e9a53db42c9 (patch)
tree105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/close-watcher/user-activation.html.ini
parentInitial commit. (diff)
downloadfirefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz
firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/close-watcher/user-activation.html.ini')
-rw-r--r--testing/web-platform/meta/close-watcher/user-activation.html.ini50
1 files changed, 50 insertions, 0 deletions
diff --git a/testing/web-platform/meta/close-watcher/user-activation.html.ini b/testing/web-platform/meta/close-watcher/user-activation.html.ini
new file mode 100644
index 0000000000..d1a2f24fe9
--- /dev/null
+++ b/testing/web-platform/meta/close-watcher/user-activation.html.ini
@@ -0,0 +1,50 @@
+[user-activation.html]
+ expected:
+ if (os == "android") and fission: [TIMEOUT, OK]
+ [CloseWatchers created without user activation, but close()d via user activation, fires cancel]
+ expected: FAIL
+
+ [CloseWatchers created without user activation, but close()d via user activation, fires cancel, which can be preventDefault()ed]
+ expected: FAIL
+
+ [CloseWatchers created without user activation, but closed via a close signal after user activation, fires cancel]
+ expected: FAIL
+
+ [CloseWatchers created without user activation, but closed via a close signal after user activation, fires cancel, which can be preventDefault()ed]
+ expected: FAIL
+
+ [Multiple CloseWatchers created without user activation close together (with no cancel)]
+ expected: FAIL
+
+ [Creating a CloseWatcher from user activation keeps it separate from the free CloseWatcher, but they don't fire cancel]
+ expected: FAIL
+
+ [Creating a CloseWatcher from user activation, and close()ing CloseWatchers with user activation, fires cancel]
+ expected: FAIL
+
+ [Creating a CloseWatcher from user activation, and closing CloseWatchers with a close signal after user activation, fires cancel]
+ expected: FAIL
+
+ [Multiple CloseWatchers created with user activation close in reverse order]
+ expected: FAIL
+
+ [3 user activations let you have 3 + 1 = 4 ungrouped close watchers/0 cancel events]
+ expected: FAIL
+
+ [3 user activations let you have 2 close watchers with 1 cancel event, even if the first cancel event is prevented]
+ expected: FAIL
+
+ [destroy()ing the free CloseWatcher allows a new free one to be created without user activation, and it receives the close signal]
+ expected: FAIL
+
+ [close()ing the free CloseWatcher allows a new free one to be created without user activation, and it receives the close signal]
+ expected: FAIL
+
+ [closing the free CloseWatcher via a close signal allows a new free one to be created without user activation, and it receives a second close signal]
+ expected: FAIL
+
+ [The second watcher can be the free watcher, if the first is created with user activation]
+ expected: FAIL
+
+ [The third watcher can be the free watcher, if the first two are created with user activation]
+ expected: FAIL