From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../tests/portals/xfo/portals-xfo-deny.sub.html | 43 ++++++++++++++++++++++ .../tests/portals/xfo/portals-xfo-sameorigin.html | 18 +++++++++ .../tests/portals/xfo/resources/xfo-deny.asis | 8 ++++ .../portals/xfo/resources/xfo-sameorigin.asis | 8 ++++ 4 files changed, 77 insertions(+) create mode 100644 testing/web-platform/tests/portals/xfo/portals-xfo-deny.sub.html create mode 100644 testing/web-platform/tests/portals/xfo/portals-xfo-sameorigin.html create mode 100644 testing/web-platform/tests/portals/xfo/resources/xfo-deny.asis create mode 100644 testing/web-platform/tests/portals/xfo/resources/xfo-sameorigin.asis (limited to 'testing/web-platform/tests/portals/xfo') diff --git a/testing/web-platform/tests/portals/xfo/portals-xfo-deny.sub.html b/testing/web-platform/tests/portals/xfo/portals-xfo-deny.sub.html new file mode 100644 index 0000000000..efc925276c --- /dev/null +++ b/testing/web-platform/tests/portals/xfo/portals-xfo-deny.sub.html @@ -0,0 +1,43 @@ + + + + + + + diff --git a/testing/web-platform/tests/portals/xfo/portals-xfo-sameorigin.html b/testing/web-platform/tests/portals/xfo/portals-xfo-sameorigin.html new file mode 100644 index 0000000000..2482476782 --- /dev/null +++ b/testing/web-platform/tests/portals/xfo/portals-xfo-sameorigin.html @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/testing/web-platform/tests/portals/xfo/resources/xfo-deny.asis b/testing/web-platform/tests/portals/xfo/resources/xfo-deny.asis new file mode 100644 index 0000000000..7779830852 --- /dev/null +++ b/testing/web-platform/tests/portals/xfo/resources/xfo-deny.asis @@ -0,0 +1,8 @@ +HTTP/1.1 200 OK +Content-Type: text/html +X-Frame-Options: DENY + + + diff --git a/testing/web-platform/tests/portals/xfo/resources/xfo-sameorigin.asis b/testing/web-platform/tests/portals/xfo/resources/xfo-sameorigin.asis new file mode 100644 index 0000000000..8f3982bd84 --- /dev/null +++ b/testing/web-platform/tests/portals/xfo/resources/xfo-sameorigin.asis @@ -0,0 +1,8 @@ +HTTP/1.1 200 OK +Content-Type: text/html +X-Frame-Options: SAMEORIGIN + + + -- cgit v1.2.3