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 --- .../csp/applied-to-target-dynamic.sub.html | 26 ++++++++++++++++++ .../import-maps/csp/applied-to-target.sub.html | 31 ++++++++++++++++++++++ .../tests/import-maps/csp/hash-failure.html | 24 +++++++++++++++++ .../web-platform/tests/import-maps/csp/hash.html | 24 +++++++++++++++++ .../tests/import-maps/csp/nonce-failure.html | 27 +++++++++++++++++++ .../web-platform/tests/import-maps/csp/nonce.html | 20 ++++++++++++++ .../tests/import-maps/csp/unsafe-inline.html | 20 ++++++++++++++ 7 files changed, 172 insertions(+) create mode 100644 testing/web-platform/tests/import-maps/csp/applied-to-target-dynamic.sub.html create mode 100644 testing/web-platform/tests/import-maps/csp/applied-to-target.sub.html create mode 100644 testing/web-platform/tests/import-maps/csp/hash-failure.html create mode 100644 testing/web-platform/tests/import-maps/csp/hash.html create mode 100644 testing/web-platform/tests/import-maps/csp/nonce-failure.html create mode 100644 testing/web-platform/tests/import-maps/csp/nonce.html create mode 100644 testing/web-platform/tests/import-maps/csp/unsafe-inline.html (limited to 'testing/web-platform/tests/import-maps/csp') diff --git a/testing/web-platform/tests/import-maps/csp/applied-to-target-dynamic.sub.html b/testing/web-platform/tests/import-maps/csp/applied-to-target-dynamic.sub.html new file mode 100644 index 0000000000..2c73803206 --- /dev/null +++ b/testing/web-platform/tests/import-maps/csp/applied-to-target-dynamic.sub.html @@ -0,0 +1,26 @@ + + + + + + + + diff --git a/testing/web-platform/tests/import-maps/csp/applied-to-target.sub.html b/testing/web-platform/tests/import-maps/csp/applied-to-target.sub.html new file mode 100644 index 0000000000..e6bbfecd0d --- /dev/null +++ b/testing/web-platform/tests/import-maps/csp/applied-to-target.sub.html @@ -0,0 +1,31 @@ + + + + + + + + + + + + diff --git a/testing/web-platform/tests/import-maps/csp/hash-failure.html b/testing/web-platform/tests/import-maps/csp/hash-failure.html new file mode 100644 index 0000000000..4bab1ed917 --- /dev/null +++ b/testing/web-platform/tests/import-maps/csp/hash-failure.html @@ -0,0 +1,24 @@ + + + + + + + + + + + diff --git a/testing/web-platform/tests/import-maps/csp/hash.html b/testing/web-platform/tests/import-maps/csp/hash.html new file mode 100644 index 0000000000..868c5beb81 --- /dev/null +++ b/testing/web-platform/tests/import-maps/csp/hash.html @@ -0,0 +1,24 @@ + + + + + + + + + + + diff --git a/testing/web-platform/tests/import-maps/csp/nonce-failure.html b/testing/web-platform/tests/import-maps/csp/nonce-failure.html new file mode 100644 index 0000000000..a1661a432a --- /dev/null +++ b/testing/web-platform/tests/import-maps/csp/nonce-failure.html @@ -0,0 +1,27 @@ + + + + + + + + diff --git a/testing/web-platform/tests/import-maps/csp/nonce.html b/testing/web-platform/tests/import-maps/csp/nonce.html new file mode 100644 index 0000000000..858c572214 --- /dev/null +++ b/testing/web-platform/tests/import-maps/csp/nonce.html @@ -0,0 +1,20 @@ + + + + + + + diff --git a/testing/web-platform/tests/import-maps/csp/unsafe-inline.html b/testing/web-platform/tests/import-maps/csp/unsafe-inline.html new file mode 100644 index 0000000000..101c33cf84 --- /dev/null +++ b/testing/web-platform/tests/import-maps/csp/unsafe-inline.html @@ -0,0 +1,20 @@ + + + + + + + -- cgit v1.2.3