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 --- .../tests/webmessaging/with-options/broken-origin.html | 12 ++++++++++++ .../webmessaging/with-options/host-specific-origin.html | 14 ++++++++++++++ .../with-options/message-channel-transferable.html | 15 +++++++++++++++ .../tests/webmessaging/with-options/no-target-origin.html | 14 ++++++++++++++ .../tests/webmessaging/with-options/null-transfer.html | 10 ++++++++++ .../tests/webmessaging/with-options/one-arg.html | 13 +++++++++++++ .../tests/webmessaging/with-options/slash-origin.html | 14 ++++++++++++++ .../webmessaging/with-options/undefined-transferable.html | 14 ++++++++++++++ .../webmessaging/with-options/unknown-parameter.html | 14 ++++++++++++++ 9 files changed, 120 insertions(+) create mode 100644 testing/web-platform/tests/webmessaging/with-options/broken-origin.html create mode 100644 testing/web-platform/tests/webmessaging/with-options/host-specific-origin.html create mode 100644 testing/web-platform/tests/webmessaging/with-options/message-channel-transferable.html create mode 100644 testing/web-platform/tests/webmessaging/with-options/no-target-origin.html create mode 100644 testing/web-platform/tests/webmessaging/with-options/null-transfer.html create mode 100644 testing/web-platform/tests/webmessaging/with-options/one-arg.html create mode 100644 testing/web-platform/tests/webmessaging/with-options/slash-origin.html create mode 100644 testing/web-platform/tests/webmessaging/with-options/undefined-transferable.html create mode 100644 testing/web-platform/tests/webmessaging/with-options/unknown-parameter.html (limited to 'testing/web-platform/tests/webmessaging/with-options') diff --git a/testing/web-platform/tests/webmessaging/with-options/broken-origin.html b/testing/web-platform/tests/webmessaging/with-options/broken-origin.html new file mode 100644 index 0000000000..795404b0ec --- /dev/null +++ b/testing/web-platform/tests/webmessaging/with-options/broken-origin.html @@ -0,0 +1,12 @@ + +resolving broken url + + +
+ diff --git a/testing/web-platform/tests/webmessaging/with-options/host-specific-origin.html b/testing/web-platform/tests/webmessaging/with-options/host-specific-origin.html new file mode 100644 index 0000000000..5003bcc807 --- /dev/null +++ b/testing/web-platform/tests/webmessaging/with-options/host-specific-origin.html @@ -0,0 +1,14 @@ + +resolving url with stuff in host-specific + + +
+ diff --git a/testing/web-platform/tests/webmessaging/with-options/message-channel-transferable.html b/testing/web-platform/tests/webmessaging/with-options/message-channel-transferable.html new file mode 100644 index 0000000000..d42db10695 --- /dev/null +++ b/testing/web-platform/tests/webmessaging/with-options/message-channel-transferable.html @@ -0,0 +1,15 @@ + +message channel as ports + + +
+ diff --git a/testing/web-platform/tests/webmessaging/with-options/no-target-origin.html b/testing/web-platform/tests/webmessaging/with-options/no-target-origin.html new file mode 100644 index 0000000000..517466cc4c --- /dev/null +++ b/testing/web-platform/tests/webmessaging/with-options/no-target-origin.html @@ -0,0 +1,14 @@ + +no targetOrigin + + +
+ diff --git a/testing/web-platform/tests/webmessaging/with-options/null-transfer.html b/testing/web-platform/tests/webmessaging/with-options/null-transfer.html new file mode 100644 index 0000000000..2ea09eb7ab --- /dev/null +++ b/testing/web-platform/tests/webmessaging/with-options/null-transfer.html @@ -0,0 +1,10 @@ + +null transfer + + +
+ diff --git a/testing/web-platform/tests/webmessaging/with-options/one-arg.html b/testing/web-platform/tests/webmessaging/with-options/one-arg.html new file mode 100644 index 0000000000..8246e55f31 --- /dev/null +++ b/testing/web-platform/tests/webmessaging/with-options/one-arg.html @@ -0,0 +1,13 @@ + +just one argument + + +
+ diff --git a/testing/web-platform/tests/webmessaging/with-options/slash-origin.html b/testing/web-platform/tests/webmessaging/with-options/slash-origin.html new file mode 100644 index 0000000000..8bfde73774 --- /dev/null +++ b/testing/web-platform/tests/webmessaging/with-options/slash-origin.html @@ -0,0 +1,14 @@ + +special value '/' + + +
+ diff --git a/testing/web-platform/tests/webmessaging/with-options/undefined-transferable.html b/testing/web-platform/tests/webmessaging/with-options/undefined-transferable.html new file mode 100644 index 0000000000..a123b7d9bd --- /dev/null +++ b/testing/web-platform/tests/webmessaging/with-options/undefined-transferable.html @@ -0,0 +1,14 @@ + +undefined as transferable + + +
+ diff --git a/testing/web-platform/tests/webmessaging/with-options/unknown-parameter.html b/testing/web-platform/tests/webmessaging/with-options/unknown-parameter.html new file mode 100644 index 0000000000..de050e74f5 --- /dev/null +++ b/testing/web-platform/tests/webmessaging/with-options/unknown-parameter.html @@ -0,0 +1,14 @@ + +unknown parameter + + +
+ -- cgit v1.2.3