From 5166bdd894a02be00508458275732fc1f50793e4 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Wed, 20 Nov 2024 18:05:25 +0000 Subject: [PATCH] Bug 1930930 [wpt PR 49138] - HTML: Consume user activation for window.open (multi-global test), a=testonly Automatic update from web-platform-tests HTML: Consume user activation for window.open (multi-global test) See https://github.com/whatwg/html/pull/10547 -- wpt-commits: 5ec8ba6d68f27d49a056cbf940e3bc9a8324c538 wpt-pr: 49138 --- .../support/current.html | 11 +++++ .../support/incumbent.html | 35 ++++++++++++++ .../support/relevant.html | 11 +++++ .../window-open-multi-global.html | 48 +++++++++++++++++++ .../consume-user-activation/window-open.html | 19 ++++++++ 5 files changed, 124 insertions(+) create mode 100644 testing/web-platform/tests/html/browsers/windows/consume-user-activation/support/current.html create mode 100644 testing/web-platform/tests/html/browsers/windows/consume-user-activation/support/incumbent.html create mode 100644 testing/web-platform/tests/html/browsers/windows/consume-user-activation/support/relevant.html create mode 100644 testing/web-platform/tests/html/browsers/windows/consume-user-activation/window-open-multi-global.html create mode 100644 testing/web-platform/tests/html/browsers/windows/consume-user-activation/window-open.html diff --git a/testing/web-platform/tests/html/browsers/windows/consume-user-activation/support/current.html b/testing/web-platform/tests/html/browsers/windows/consume-user-activation/support/current.html new file mode 100644 index 0000000000000..52bcc455e2abd --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/consume-user-activation/support/current.html @@ -0,0 +1,11 @@ + +Current page used as a test helper + + diff --git a/testing/web-platform/tests/html/browsers/windows/consume-user-activation/support/incumbent.html b/testing/web-platform/tests/html/browsers/windows/consume-user-activation/support/incumbent.html new file mode 100644 index 0000000000000..a6ddd7ae4b016 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/consume-user-activation/support/incumbent.html @@ -0,0 +1,35 @@ + +Incumbent page used as a test helper + + diff --git a/testing/web-platform/tests/html/browsers/windows/consume-user-activation/support/relevant.html b/testing/web-platform/tests/html/browsers/windows/consume-user-activation/support/relevant.html new file mode 100644 index 0000000000000..fa809b2d779d9 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/consume-user-activation/support/relevant.html @@ -0,0 +1,11 @@ + +Relevant page used as a test helper + + diff --git a/testing/web-platform/tests/html/browsers/windows/consume-user-activation/window-open-multi-global.html b/testing/web-platform/tests/html/browsers/windows/consume-user-activation/window-open-multi-global.html new file mode 100644 index 0000000000000..ac8ed8a126480 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/consume-user-activation/window-open-multi-global.html @@ -0,0 +1,48 @@ + +window.open() and consuming user activation with multiple globals in play + + + + + + + + + + + diff --git a/testing/web-platform/tests/html/browsers/windows/consume-user-activation/window-open.html b/testing/web-platform/tests/html/browsers/windows/consume-user-activation/window-open.html new file mode 100644 index 0000000000000..8328d99a1de07 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/windows/consume-user-activation/window-open.html @@ -0,0 +1,19 @@ + +window.open() and consuming user activation + + + + + +