From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../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 +++++++++++++++ 29 files changed, 982 insertions(+) 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/user-activation') 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