From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../close-watcher/closewatcher-dialog-popover.html | 98 ---------- .../web-platform/tests/close-watcher/esc-key.html | 77 -------- .../tests/close-watcher/esc-key/README.md | 4 + .../tests/close-watcher/esc-key/keydown.html | 21 +++ .../tests/close-watcher/esc-key/keypress.html | 21 +++ .../tests/close-watcher/esc-key/keyup.html | 21 +++ .../close-watcher/esc-key/not-user-activation.html | 19 ++ .../esc-key/synthetic-keyboard-event.html | 28 +++ .../popover-closewatcher-multiple-plus-free.html | 43 ----- .../tests/close-watcher/popover-closewatcher.html | 64 ------- .../tests/close-watcher/resources/helpers.js | 14 ++ .../user-activation-CloseWatcher.html | 75 -------- .../user-activation-multiple-plus-free.html | 32 ---- .../close-watcher/user-activation-shared.html | 201 --------------------- .../user-activation/n-activate-preventDefault.html | 31 ++++ .../close-watcher/user-activation/n-activate.html | 27 +++ .../user-activation/n-closerequest-n.html | 30 +++ .../close-watcher/user-activation/n-destroy-n.html | 31 ++++ .../tests/close-watcher/user-activation/n.html | 25 +++ .../user-activation/nn-activate-CloseWatcher.html | 30 +++ .../user-activation/nn-activate-dialog.html | 40 ++++ .../tests/close-watcher/user-activation/nn.html | 26 +++ .../nnn-CloseWatcher-dialog-popover.html | 35 ++++ .../user-activation/nnn-popovers.html | 37 ++++ .../tests/close-watcher/user-activation/nnn.html | 27 +++ .../ny-activate-preventDefault.html | 37 ++++ .../tests/close-watcher/user-activation/ny.html | 30 +++ .../user-activation/nyn-popovers.html | 43 +++++ .../tests/close-watcher/user-activation/nyn.html | 30 +++ .../user-activation/nynn-destroy.html | 33 ++++ .../tests/close-watcher/user-activation/nynn.html | 31 ++++ .../tests/close-watcher/user-activation/nyyn.html | 36 ++++ .../tests/close-watcher/user-activation/nyyyn.html | 40 ++++ .../tests/close-watcher/user-activation/y.html | 25 +++ .../close-watcher/user-activation/yn-activate.html | 32 ++++ .../tests/close-watcher/user-activation/yn.html | 30 +++ .../tests/close-watcher/user-activation/ynn.html | 31 ++++ .../tests/close-watcher/user-activation/yy.html | 30 +++ .../tests/close-watcher/user-activation/yyn.html | 35 ++++ .../yyy-CloseWatcher-dialog-popover.html | 46 +++++ .../yyy-activate-CloseWatcher-dialog-popover.html | 49 +++++ .../user-activation/yyy-popovers.html | 50 +++++ .../tests/close-watcher/user-activation/yyy.html | 35 ++++ 43 files changed, 1110 insertions(+), 590 deletions(-) delete mode 100644 testing/web-platform/tests/close-watcher/closewatcher-dialog-popover.html delete mode 100644 testing/web-platform/tests/close-watcher/esc-key.html create mode 100644 testing/web-platform/tests/close-watcher/esc-key/README.md create mode 100644 testing/web-platform/tests/close-watcher/esc-key/keydown.html create mode 100644 testing/web-platform/tests/close-watcher/esc-key/keypress.html create mode 100644 testing/web-platform/tests/close-watcher/esc-key/keyup.html create mode 100644 testing/web-platform/tests/close-watcher/esc-key/not-user-activation.html create mode 100644 testing/web-platform/tests/close-watcher/esc-key/synthetic-keyboard-event.html delete mode 100644 testing/web-platform/tests/close-watcher/popover-closewatcher-multiple-plus-free.html delete mode 100644 testing/web-platform/tests/close-watcher/popover-closewatcher.html delete mode 100644 testing/web-platform/tests/close-watcher/user-activation-CloseWatcher.html delete mode 100644 testing/web-platform/tests/close-watcher/user-activation-multiple-plus-free.html delete mode 100644 testing/web-platform/tests/close-watcher/user-activation-shared.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/n-activate-preventDefault.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/n-activate.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/n-closerequest-n.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/n-destroy-n.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/n.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/nn-activate-CloseWatcher.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/nn-activate-dialog.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/nn.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/nnn-CloseWatcher-dialog-popover.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/nnn-popovers.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/nnn.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/ny-activate-preventDefault.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/ny.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/nyn-popovers.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/nyn.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/nynn-destroy.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/nynn.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/nyyn.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/nyyyn.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/y.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/yn-activate.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/yn.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/ynn.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/yy.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/yyn.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/yyy-CloseWatcher-dialog-popover.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/yyy-activate-CloseWatcher-dialog-popover.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/yyy-popovers.html create mode 100644 testing/web-platform/tests/close-watcher/user-activation/yyy.html (limited to 'testing/web-platform/tests/close-watcher') diff --git a/testing/web-platform/tests/close-watcher/closewatcher-dialog-popover.html b/testing/web-platform/tests/close-watcher/closewatcher-dialog-popover.html deleted file mode 100644 index 50d5cb7a4c..0000000000 --- a/testing/web-platform/tests/close-watcher/closewatcher-dialog-popover.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - - - - - -
popover
-
- - diff --git a/testing/web-platform/tests/close-watcher/esc-key.html b/testing/web-platform/tests/close-watcher/esc-key.html deleted file mode 100644 index 16fcce6917..0000000000 --- a/testing/web-platform/tests/close-watcher/esc-key.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - - - diff --git a/testing/web-platform/tests/close-watcher/esc-key/README.md b/testing/web-platform/tests/close-watcher/esc-key/README.md new file mode 100644 index 0000000000..817edc09ab --- /dev/null +++ b/testing/web-platform/tests/close-watcher/esc-key/README.md @@ -0,0 +1,4 @@ +Tests in this directory are around the interaction of the Esc key specifically, +not the general concept of close requests. Ideally, all other tests would work +as-is if you changed the implementation of `sendCloseRequest()`. These tests +assume that Esc is the close request for the platform being tested. diff --git a/testing/web-platform/tests/close-watcher/esc-key/keydown.html b/testing/web-platform/tests/close-watcher/esc-key/keydown.html new file mode 100644 index 0000000000..cb0ddf0638 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/esc-key/keydown.html @@ -0,0 +1,21 @@ + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/esc-key/keypress.html b/testing/web-platform/tests/close-watcher/esc-key/keypress.html new file mode 100644 index 0000000000..8dd58b064d --- /dev/null +++ b/testing/web-platform/tests/close-watcher/esc-key/keypress.html @@ -0,0 +1,21 @@ + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/esc-key/keyup.html b/testing/web-platform/tests/close-watcher/esc-key/keyup.html new file mode 100644 index 0000000000..341012d6bc --- /dev/null +++ b/testing/web-platform/tests/close-watcher/esc-key/keyup.html @@ -0,0 +1,21 @@ + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/esc-key/not-user-activation.html b/testing/web-platform/tests/close-watcher/esc-key/not-user-activation.html new file mode 100644 index 0000000000..ac29f84f06 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/esc-key/not-user-activation.html @@ -0,0 +1,19 @@ + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/esc-key/synthetic-keyboard-event.html b/testing/web-platform/tests/close-watcher/esc-key/synthetic-keyboard-event.html new file mode 100644 index 0000000000..37b5507ac4 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/esc-key/synthetic-keyboard-event.html @@ -0,0 +1,28 @@ + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/popover-closewatcher-multiple-plus-free.html b/testing/web-platform/tests/close-watcher/popover-closewatcher-multiple-plus-free.html deleted file mode 100644 index 4913b1454e..0000000000 --- a/testing/web-platform/tests/close-watcher/popover-closewatcher-multiple-plus-free.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - -
- - -
- - -
p3
-
-
- - diff --git a/testing/web-platform/tests/close-watcher/popover-closewatcher.html b/testing/web-platform/tests/close-watcher/popover-closewatcher.html deleted file mode 100644 index b40ea2ec7c..0000000000 --- a/testing/web-platform/tests/close-watcher/popover-closewatcher.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - -
- - -
- - -
p3
-
-
- - diff --git a/testing/web-platform/tests/close-watcher/resources/helpers.js b/testing/web-platform/tests/close-watcher/resources/helpers.js index 97a62309cd..dd9e191c4d 100644 --- a/testing/web-platform/tests/close-watcher/resources/helpers.js +++ b/testing/web-platform/tests/close-watcher/resources/helpers.js @@ -38,6 +38,14 @@ window.createBlessedRecordingCloseWatcher = async (t, events, name, type, parent return createRecordingCloseWatcher(t, events, name, type, parentWatcher); }; +window.destroyCloseWatcher = (watcher) => { + if (watcher instanceof HTMLElement) { + watcher.remove(); + } else { + watcher.destroy(); + } +}; + window.sendEscKey = () => { // Esc is \uE00C, *not* \uu001B; see https://w3c.github.io/webdriver/#keyboard-actions. // @@ -59,3 +67,9 @@ window.maybeTopLayerBless = (watcher) => { } return test_driver.bless(); }; + +window.waitForPotentialCloseEvent = () => { + // CloseWatchers fire close events synchronously, but dialog elements wait + // for a rAF before firing them. + return new Promise(requestAnimationFrame); +}; diff --git a/testing/web-platform/tests/close-watcher/user-activation-CloseWatcher.html b/testing/web-platform/tests/close-watcher/user-activation-CloseWatcher.html deleted file mode 100644 index 70435993f5..0000000000 --- a/testing/web-platform/tests/close-watcher/user-activation-CloseWatcher.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - diff --git a/testing/web-platform/tests/close-watcher/user-activation-multiple-plus-free.html b/testing/web-platform/tests/close-watcher/user-activation-multiple-plus-free.html deleted file mode 100644 index a94b47904a..0000000000 --- a/testing/web-platform/tests/close-watcher/user-activation-multiple-plus-free.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - diff --git a/testing/web-platform/tests/close-watcher/user-activation-shared.html b/testing/web-platform/tests/close-watcher/user-activation-shared.html deleted file mode 100644 index 77e748532a..0000000000 --- a/testing/web-platform/tests/close-watcher/user-activation-shared.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - - - - - - - diff --git a/testing/web-platform/tests/close-watcher/user-activation/n-activate-preventDefault.html b/testing/web-platform/tests/close-watcher/user-activation/n-activate-preventDefault.html new file mode 100644 index 0000000000..531ef42599 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/n-activate-preventDefault.html @@ -0,0 +1,31 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/n-activate.html b/testing/web-platform/tests/close-watcher/user-activation/n-activate.html new file mode 100644 index 0000000000..babcf54c3c --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/n-activate.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/n-closerequest-n.html b/testing/web-platform/tests/close-watcher/user-activation/n-closerequest-n.html new file mode 100644 index 0000000000..2424af7820 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/n-closerequest-n.html @@ -0,0 +1,30 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/n-destroy-n.html b/testing/web-platform/tests/close-watcher/user-activation/n-destroy-n.html new file mode 100644 index 0000000000..c26f87dd6f --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/n-destroy-n.html @@ -0,0 +1,31 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/n.html b/testing/web-platform/tests/close-watcher/user-activation/n.html new file mode 100644 index 0000000000..fe04e0dc1b --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/n.html @@ -0,0 +1,25 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/nn-activate-CloseWatcher.html b/testing/web-platform/tests/close-watcher/user-activation/nn-activate-CloseWatcher.html new file mode 100644 index 0000000000..8045f30b48 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/nn-activate-CloseWatcher.html @@ -0,0 +1,30 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/nn-activate-dialog.html b/testing/web-platform/tests/close-watcher/user-activation/nn-activate-dialog.html new file mode 100644 index 0000000000..5cc866044c --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/nn-activate-dialog.html @@ -0,0 +1,40 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/nn.html b/testing/web-platform/tests/close-watcher/user-activation/nn.html new file mode 100644 index 0000000000..beb63f1b4f --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/nn.html @@ -0,0 +1,26 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/nnn-CloseWatcher-dialog-popover.html b/testing/web-platform/tests/close-watcher/user-activation/nnn-CloseWatcher-dialog-popover.html new file mode 100644 index 0000000000..f8b9061d01 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/nnn-CloseWatcher-dialog-popover.html @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + +
popover
+
+ + diff --git a/testing/web-platform/tests/close-watcher/user-activation/nnn-popovers.html b/testing/web-platform/tests/close-watcher/user-activation/nnn-popovers.html new file mode 100644 index 0000000000..ed5d15598f --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/nnn-popovers.html @@ -0,0 +1,37 @@ + + + + + + + + + + + + +
+ + +
+ + +
p3
+
+
+ + diff --git a/testing/web-platform/tests/close-watcher/user-activation/nnn.html b/testing/web-platform/tests/close-watcher/user-activation/nnn.html new file mode 100644 index 0000000000..9b604e91db --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/nnn.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/ny-activate-preventDefault.html b/testing/web-platform/tests/close-watcher/user-activation/ny-activate-preventDefault.html new file mode 100644 index 0000000000..5ffb64b113 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/ny-activate-preventDefault.html @@ -0,0 +1,37 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/ny.html b/testing/web-platform/tests/close-watcher/user-activation/ny.html new file mode 100644 index 0000000000..226912233e --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/ny.html @@ -0,0 +1,30 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/nyn-popovers.html b/testing/web-platform/tests/close-watcher/user-activation/nyn-popovers.html new file mode 100644 index 0000000000..b6df610ae0 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/nyn-popovers.html @@ -0,0 +1,43 @@ + + + + + + + + + + + + +
+ + +
+ + +
p3
+
+
+ + diff --git a/testing/web-platform/tests/close-watcher/user-activation/nyn.html b/testing/web-platform/tests/close-watcher/user-activation/nyn.html new file mode 100644 index 0000000000..ec5153c767 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/nyn.html @@ -0,0 +1,30 @@ + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/nynn-destroy.html b/testing/web-platform/tests/close-watcher/user-activation/nynn-destroy.html new file mode 100644 index 0000000000..8519c8a2a9 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/nynn-destroy.html @@ -0,0 +1,33 @@ + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/nynn.html b/testing/web-platform/tests/close-watcher/user-activation/nynn.html new file mode 100644 index 0000000000..f6e74a0ba1 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/nynn.html @@ -0,0 +1,31 @@ + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/nyyn.html b/testing/web-platform/tests/close-watcher/user-activation/nyyn.html new file mode 100644 index 0000000000..f3987c1a21 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/nyyn.html @@ -0,0 +1,36 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/nyyyn.html b/testing/web-platform/tests/close-watcher/user-activation/nyyyn.html new file mode 100644 index 0000000000..6cb8f3a445 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/nyyyn.html @@ -0,0 +1,40 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/y.html b/testing/web-platform/tests/close-watcher/user-activation/y.html new file mode 100644 index 0000000000..ee58a92293 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/y.html @@ -0,0 +1,25 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/yn-activate.html b/testing/web-platform/tests/close-watcher/user-activation/yn-activate.html new file mode 100644 index 0000000000..af7289aa28 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/yn-activate.html @@ -0,0 +1,32 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/yn.html b/testing/web-platform/tests/close-watcher/user-activation/yn.html new file mode 100644 index 0000000000..8f7e90e2d8 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/yn.html @@ -0,0 +1,30 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/ynn.html b/testing/web-platform/tests/close-watcher/user-activation/ynn.html new file mode 100644 index 0000000000..8cc7f5bfb6 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/ynn.html @@ -0,0 +1,31 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/yy.html b/testing/web-platform/tests/close-watcher/user-activation/yy.html new file mode 100644 index 0000000000..0aa03cdd05 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/yy.html @@ -0,0 +1,30 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/yyn.html b/testing/web-platform/tests/close-watcher/user-activation/yyn.html new file mode 100644 index 0000000000..b87cf7a7e3 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/yyn.html @@ -0,0 +1,35 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/close-watcher/user-activation/yyy-CloseWatcher-dialog-popover.html b/testing/web-platform/tests/close-watcher/user-activation/yyy-CloseWatcher-dialog-popover.html new file mode 100644 index 0000000000..f0a1cb06d1 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/yyy-CloseWatcher-dialog-popover.html @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + +
popover
+
+ + diff --git a/testing/web-platform/tests/close-watcher/user-activation/yyy-activate-CloseWatcher-dialog-popover.html b/testing/web-platform/tests/close-watcher/user-activation/yyy-activate-CloseWatcher-dialog-popover.html new file mode 100644 index 0000000000..ed41d1bc32 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/yyy-activate-CloseWatcher-dialog-popover.html @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + +
popover
+
+ + diff --git a/testing/web-platform/tests/close-watcher/user-activation/yyy-popovers.html b/testing/web-platform/tests/close-watcher/user-activation/yyy-popovers.html new file mode 100644 index 0000000000..6f1b739465 --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/yyy-popovers.html @@ -0,0 +1,50 @@ + + + + + + + + + + + + +
+ + +
+ + +
p3
+
+
+ + diff --git a/testing/web-platform/tests/close-watcher/user-activation/yyy.html b/testing/web-platform/tests/close-watcher/user-activation/yyy.html new file mode 100644 index 0000000000..f16767a86b --- /dev/null +++ b/testing/web-platform/tests/close-watcher/user-activation/yyy.html @@ -0,0 +1,35 @@ + + + + + + + + + + + + + -- cgit v1.2.3