summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/close-watcher/esc-key.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/close-watcher/esc-key.html.ini')
-rw-r--r--testing/web-platform/meta/close-watcher/esc-key.html.ini15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/meta/close-watcher/esc-key.html.ini b/testing/web-platform/meta/close-watcher/esc-key.html.ini
new file mode 100644
index 0000000000..465129d21d
--- /dev/null
+++ b/testing/web-platform/meta/close-watcher/esc-key.html.ini
@@ -0,0 +1,15 @@
+[esc-key.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
+
+ [A keydown listener can prevent the Esc keypress from being interpreted as a close request]
+ expected: FAIL
+
+ [A keyup listener can prevent the Esc keypress from being interpreted as a close request]
+ expected: FAIL
+
+ [A keypress listener can prevent the Esc keypress from being interpreted as a close request]
+ expected: FAIL
+
+ [close via synthesized Esc key must not work]
+ expected: FAIL