From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../broadcastchannel-current.sub.html | 45 ++++++++++++++++++++++ .../broadcastchannel-incumbent.sub.html | 34 ++++++++++++++++ .../multi-globals/messageport-current.html | 39 +++++++++++++++++++ .../multi-globals/messageport-incumbent.html | 35 +++++++++++++++++ .../support/current-document-domain.sub.html | 10 +++++ .../multi-globals/support/current.html | 5 +++ .../support/incumbent-document-domain.sub.html | 14 +++++++ .../multi-globals/support/incumbent.html | 13 +++++++ 8 files changed, 195 insertions(+) create mode 100644 testing/web-platform/tests/webmessaging/multi-globals/broadcastchannel-current.sub.html create mode 100644 testing/web-platform/tests/webmessaging/multi-globals/broadcastchannel-incumbent.sub.html create mode 100644 testing/web-platform/tests/webmessaging/multi-globals/messageport-current.html create mode 100644 testing/web-platform/tests/webmessaging/multi-globals/messageport-incumbent.html create mode 100644 testing/web-platform/tests/webmessaging/multi-globals/support/current-document-domain.sub.html create mode 100644 testing/web-platform/tests/webmessaging/multi-globals/support/current.html create mode 100644 testing/web-platform/tests/webmessaging/multi-globals/support/incumbent-document-domain.sub.html create mode 100644 testing/web-platform/tests/webmessaging/multi-globals/support/incumbent.html (limited to 'testing/web-platform/tests/webmessaging/multi-globals') diff --git a/testing/web-platform/tests/webmessaging/multi-globals/broadcastchannel-current.sub.html b/testing/web-platform/tests/webmessaging/multi-globals/broadcastchannel-current.sub.html new file mode 100644 index 0000000000..ae2369394e --- /dev/null +++ b/testing/web-platform/tests/webmessaging/multi-globals/broadcastchannel-current.sub.html @@ -0,0 +1,45 @@ + + +The current page being cross-origin must prevent the BroadcastChannel message from being seen + + + + + + + + + diff --git a/testing/web-platform/tests/webmessaging/multi-globals/broadcastchannel-incumbent.sub.html b/testing/web-platform/tests/webmessaging/multi-globals/broadcastchannel-incumbent.sub.html new file mode 100644 index 0000000000..31a4221c1d --- /dev/null +++ b/testing/web-platform/tests/webmessaging/multi-globals/broadcastchannel-incumbent.sub.html @@ -0,0 +1,34 @@ + + +The incumbent page being cross-origin must not prevent the BroadcastChannel message from being seen + + + + + + + + + diff --git a/testing/web-platform/tests/webmessaging/multi-globals/messageport-current.html b/testing/web-platform/tests/webmessaging/multi-globals/messageport-current.html new file mode 100644 index 0000000000..ee172c6138 --- /dev/null +++ b/testing/web-platform/tests/webmessaging/multi-globals/messageport-current.html @@ -0,0 +1,39 @@ + + +Making the current page become non-active must prevent message transmission + + + + + + + + + diff --git a/testing/web-platform/tests/webmessaging/multi-globals/messageport-incumbent.html b/testing/web-platform/tests/webmessaging/multi-globals/messageport-incumbent.html new file mode 100644 index 0000000000..4d47fb8124 --- /dev/null +++ b/testing/web-platform/tests/webmessaging/multi-globals/messageport-incumbent.html @@ -0,0 +1,35 @@ + + +Making the incumbent page become non-active must not prevent message transmission + + + + + + + + + diff --git a/testing/web-platform/tests/webmessaging/multi-globals/support/current-document-domain.sub.html b/testing/web-platform/tests/webmessaging/multi-globals/support/current-document-domain.sub.html new file mode 100644 index 0000000000..1b15f72ca4 --- /dev/null +++ b/testing/web-platform/tests/webmessaging/multi-globals/support/current-document-domain.sub.html @@ -0,0 +1,10 @@ + + +Current page used as a test helper + +

Current

+ + diff --git a/testing/web-platform/tests/webmessaging/multi-globals/support/current.html b/testing/web-platform/tests/webmessaging/multi-globals/support/current.html new file mode 100644 index 0000000000..d05709dd43 --- /dev/null +++ b/testing/web-platform/tests/webmessaging/multi-globals/support/current.html @@ -0,0 +1,5 @@ + + +Current page used as a test helper + +

Current

diff --git a/testing/web-platform/tests/webmessaging/multi-globals/support/incumbent-document-domain.sub.html b/testing/web-platform/tests/webmessaging/multi-globals/support/incumbent-document-domain.sub.html new file mode 100644 index 0000000000..4791c29be7 --- /dev/null +++ b/testing/web-platform/tests/webmessaging/multi-globals/support/incumbent-document-domain.sub.html @@ -0,0 +1,14 @@ + + +Incumbent page used as a test helper + +

Incumbent

+ + diff --git a/testing/web-platform/tests/webmessaging/multi-globals/support/incumbent.html b/testing/web-platform/tests/webmessaging/multi-globals/support/incumbent.html new file mode 100644 index 0000000000..a06e93c7ab --- /dev/null +++ b/testing/web-platform/tests/webmessaging/multi-globals/support/incumbent.html @@ -0,0 +1,13 @@ + + +Incumbent page used as a test helper + +

Incumbent

+ + -- cgit v1.2.3