diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
commit | 40a355a42d4a9444dc753c04c6608dade2f06a23 (patch) | |
tree | 871fc667d2de662f171103ce5ec067014ef85e61 /testing/web-platform/meta/close-watcher/esc-key | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-upstream/125.0.1.tar.xz firefox-upstream/125.0.1.zip |
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/close-watcher/esc-key')
5 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/meta/close-watcher/esc-key/keydown.html.ini b/testing/web-platform/meta/close-watcher/esc-key/keydown.html.ini new file mode 100644 index 0000000000..ccc258c451 --- /dev/null +++ b/testing/web-platform/meta/close-watcher/esc-key/keydown.html.ini @@ -0,0 +1,3 @@ +[keydown.html] + [A keydown listener can prevent the Esc keypress from being interpreted as a close request] + expected: FAIL diff --git a/testing/web-platform/meta/close-watcher/esc-key/keypress.html.ini b/testing/web-platform/meta/close-watcher/esc-key/keypress.html.ini new file mode 100644 index 0000000000..a54d388824 --- /dev/null +++ b/testing/web-platform/meta/close-watcher/esc-key/keypress.html.ini @@ -0,0 +1,3 @@ +[keypress.html] + [A keypress listener can NOT prevent the Esc keypress from being interpreted as a close request] + expected: FAIL diff --git a/testing/web-platform/meta/close-watcher/esc-key/keyup.html.ini b/testing/web-platform/meta/close-watcher/esc-key/keyup.html.ini new file mode 100644 index 0000000000..7e702bd125 --- /dev/null +++ b/testing/web-platform/meta/close-watcher/esc-key/keyup.html.ini @@ -0,0 +1,3 @@ +[keyup.html] + [A keyup listener can NOT prevent the Esc keypress from being interpreted as a close request] + expected: FAIL diff --git a/testing/web-platform/meta/close-watcher/esc-key/not-user-activation.html.ini b/testing/web-platform/meta/close-watcher/esc-key/not-user-activation.html.ini new file mode 100644 index 0000000000..33dbd15697 --- /dev/null +++ b/testing/web-platform/meta/close-watcher/esc-key/not-user-activation.html.ini @@ -0,0 +1,3 @@ +[not-user-activation.html] + [Esc key does not count as user activation, so if it is the sole user interaction, that fires close but not cancel] + expected: FAIL diff --git a/testing/web-platform/meta/close-watcher/esc-key/synthetic-keyboard-event.html.ini b/testing/web-platform/meta/close-watcher/esc-key/synthetic-keyboard-event.html.ini new file mode 100644 index 0000000000..56ca549f9b --- /dev/null +++ b/testing/web-platform/meta/close-watcher/esc-key/synthetic-keyboard-event.html.ini @@ -0,0 +1,3 @@ +[synthetic-keyboard-event.html] + [close via synthesized Esc key must not work] + expected: FAIL |