From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../generic/subresource-test/area-navigate.html | 39 ++++++++++++++++++++ .../attr-referrer-invalid-value.html | 25 +++++++++++++ .../generic/subresource-test/fetch-messaging.html | 42 ++++++++++++++++++++++ .../generic/subresource-test/iframe-messaging.html | 38 ++++++++++++++++++++ .../generic/subresource-test/image-decoding.html | 38 ++++++++++++++++++++ .../generic/subresource-test/link-navigate.html | 38 ++++++++++++++++++++ .../generic/subresource-test/script-messaging.html | 38 ++++++++++++++++++++ .../generic/subresource-test/worker-messaging.html | 38 ++++++++++++++++++++ .../generic/subresource-test/xhr-messaging.html | 38 ++++++++++++++++++++ 9 files changed, 334 insertions(+) create mode 100644 testing/web-platform/tests/referrer-policy/generic/subresource-test/area-navigate.html create mode 100644 testing/web-platform/tests/referrer-policy/generic/subresource-test/attr-referrer-invalid-value.html create mode 100644 testing/web-platform/tests/referrer-policy/generic/subresource-test/fetch-messaging.html create mode 100644 testing/web-platform/tests/referrer-policy/generic/subresource-test/iframe-messaging.html create mode 100644 testing/web-platform/tests/referrer-policy/generic/subresource-test/image-decoding.html create mode 100644 testing/web-platform/tests/referrer-policy/generic/subresource-test/link-navigate.html create mode 100644 testing/web-platform/tests/referrer-policy/generic/subresource-test/script-messaging.html create mode 100644 testing/web-platform/tests/referrer-policy/generic/subresource-test/worker-messaging.html create mode 100644 testing/web-platform/tests/referrer-policy/generic/subresource-test/xhr-messaging.html (limited to 'testing/web-platform/tests/referrer-policy/generic/subresource-test') diff --git a/testing/web-platform/tests/referrer-policy/generic/subresource-test/area-navigate.html b/testing/web-platform/tests/referrer-policy/generic/subresource-test/area-navigate.html new file mode 100644 index 0000000000..2a4f29654d --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/generic/subresource-test/area-navigate.html @@ -0,0 +1,39 @@ + + + + + Area Link messaging - cross-origin Area Link navigation + + + + + + +

Area Link messaging - cross-origin Area Link navigation

+

If you can read JSON encoded HTTP request headers of the Area link below, + the messaging works as expected.

+ +
Running...
+ + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/generic/subresource-test/attr-referrer-invalid-value.html b/testing/web-platform/tests/referrer-policy/generic/subresource-test/attr-referrer-invalid-value.html new file mode 100644 index 0000000000..bfdf1166ce --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/generic/subresource-test/attr-referrer-invalid-value.html @@ -0,0 +1,25 @@ + + + + Invalid referrerPolicy attribute value + + + + +

Invalid referrerPolicy attribute value

+
Running...
+ + + + diff --git a/testing/web-platform/tests/referrer-policy/generic/subresource-test/fetch-messaging.html b/testing/web-platform/tests/referrer-policy/generic/subresource-test/fetch-messaging.html new file mode 100644 index 0000000000..2678af822e --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/generic/subresource-test/fetch-messaging.html @@ -0,0 +1,42 @@ + + + + + Fetch messaging - same-origin Fetch request + + + + + + +

Fetch messaging - same-origin Fetch request

+

If you can read JSON encoded HTTP request headers of the Fetch below, + the messaging works as expected.

+ +
Running...
+ + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/generic/subresource-test/iframe-messaging.html b/testing/web-platform/tests/referrer-policy/generic/subresource-test/iframe-messaging.html new file mode 100644 index 0000000000..b8bdb0e5e0 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/generic/subresource-test/iframe-messaging.html @@ -0,0 +1,38 @@ + + + + + Iframe messaging - cross-origin iframe request + + + + + + +

Iframe messaging - cross-origin iframe request

+

If you can read JSON encoded HTTP request headers of the iframe below, + the messaging works as expected.

+ +
Running...
+ + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/generic/subresource-test/image-decoding.html b/testing/web-platform/tests/referrer-policy/generic/subresource-test/image-decoding.html new file mode 100644 index 0000000000..76ce0e263a --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/generic/subresource-test/image-decoding.html @@ -0,0 +1,38 @@ + + + + + Image decoding - cross-origin image request + + + + + + +

Image decoding - cross-origin image request

+

If you can read JSON encoded HTTP headers of the image below, + the decoding works as expected.

+ +
Running...
+ + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/generic/subresource-test/link-navigate.html b/testing/web-platform/tests/referrer-policy/generic/subresource-test/link-navigate.html new file mode 100644 index 0000000000..21783d3e31 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/generic/subresource-test/link-navigate.html @@ -0,0 +1,38 @@ + + + + + Link messaging - cross-origin Link navigation + + + + + + +

Link messaging - cross-origin Link navigation

+

If you can read JSON encoded HTTP request headers of the Link below, + the messaging works as expected.

+ +
Running...
+ + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/generic/subresource-test/script-messaging.html b/testing/web-platform/tests/referrer-policy/generic/subresource-test/script-messaging.html new file mode 100644 index 0000000000..1bc0ba13ef --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/generic/subresource-test/script-messaging.html @@ -0,0 +1,38 @@ + + + + + Script messaging - cross-origin Script request + + + + + + +

Script messaging - cross-origin Script request

+

If you can read JSON encoded HTTP request headers of the Script below, + the messaging works as expected.

+ +
Running...
+ + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/generic/subresource-test/worker-messaging.html b/testing/web-platform/tests/referrer-policy/generic/subresource-test/worker-messaging.html new file mode 100644 index 0000000000..c2db8fe845 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/generic/subresource-test/worker-messaging.html @@ -0,0 +1,38 @@ + + + + + Worker messaging - same-origin Worker request + + + + + + +

Worker messaging - same-origin Worker request

+

If you can read JSON encoded HTTP request headers of the Worker below, + the messaging works as expected.

+ +
Running...
+ + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/generic/subresource-test/xhr-messaging.html b/testing/web-platform/tests/referrer-policy/generic/subresource-test/xhr-messaging.html new file mode 100644 index 0000000000..c1f89919ca --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/generic/subresource-test/xhr-messaging.html @@ -0,0 +1,38 @@ + + + + + XHR messaging - cross-origin XHR request + + + + + + +

XHR messaging - cross-origin XHR request

+

If you can read JSON encoded HTTP request headers of the XHR below, + the messaging works as expected.

+ +
Running...
+ + + +
+ + -- cgit v1.2.3