Bug 1883556 [wpt PR 44927] - CloseWatcher: fix Esc key tests, a=testonly
[gecko.git] / testing / web-platform / meta / close-watcher / esc-key.html.ini
blob465129d21d1ac9fe80d4617f9e2dde567a964465
1 [esc-key.html]
2 [Esc key does not count as user activation, so if it is the sole user interaction, that fires close but not cancel]
3 expected: FAIL
5 [A keydown listener can prevent the Esc keypress from being interpreted as a close request]
6 expected: FAIL
8 [A keyup listener can prevent the Esc keypress from being interpreted as a close request]
9 expected: FAIL
11 [A keypress listener can prevent the Esc keypress from being interpreted as a close request]
12 expected: FAIL
14 [close via synthesized Esc key must not work]
15 expected: FAIL