blob: 465129d21d1ac9fe80d4617f9e2dde567a964465 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|