From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../meta/content-security-policy/frame-ancestors/__dir__.ini | 2 ++ .../frame-ancestors-from-serviceworker.https.html.ini | 9 +++++++++ .../frame-ancestors-nested-cross-in-cross-none-block.html.ini | 8 ++++++++ .../frame-ancestors-nested-cross-in-cross-self-block.html.ini | 8 ++++++++ .../frame-ancestors-nested-cross-in-cross-star-allow.html.ini | 3 +++ .../frame-ancestors-nested-cross-in-cross-url-allow.html.ini | 3 +++ .../frame-ancestors-nested-cross-in-cross-url-block.html.ini | 8 ++++++++ .../frame-ancestors-nested-cross-in-same-none-block.html.ini | 8 ++++++++ .../frame-ancestors-nested-cross-in-same-self-block.html.ini | 8 ++++++++ .../frame-ancestors-nested-cross-in-same-star-allow.html.ini | 3 +++ .../frame-ancestors-nested-cross-in-same-url-allow.html.ini | 3 +++ .../frame-ancestors-nested-cross-in-same-url-block.html.ini | 8 ++++++++ ...-ancestors-nested-cross-in-sandboxed-cross-url-block.html.ini | 3 +++ .../frame-ancestors-nested-same-in-cross-none-block.html.ini | 8 ++++++++ .../frame-ancestors-nested-same-in-cross-self-block.html.ini | 8 ++++++++ .../frame-ancestors-nested-same-in-cross-star-allow.html.ini | 3 +++ .../frame-ancestors-nested-same-in-cross-url-allow.html.ini | 3 +++ .../frame-ancestors-nested-same-in-cross-url-block.html.ini | 8 ++++++++ .../frame-ancestors-nested-same-in-same-none-block.html.ini | 8 ++++++++ .../frame-ancestors-nested-same-in-same-self-allow.html.ini | 3 +++ .../frame-ancestors-nested-same-in-same-star-allow.html.ini | 3 +++ .../frame-ancestors-nested-same-in-same-url-allow.html.ini | 3 +++ .../frame-ancestors-nested-same-in-same-url-block.html.ini | 8 ++++++++ .../frame-ancestors/frame-ancestors-none-block.html.ini | 8 ++++++++ .../frame-ancestors/frame-ancestors-overrides-xfo.html.ini | 8 ++++++++ .../frame-ancestors-sandbox-same-origin-self.html.ini | 3 +++ .../frame-ancestors/frame-ancestors-self-allow.html.ini | 3 +++ .../frame-ancestors/frame-ancestors-self-block.html.ini | 8 ++++++++ .../frame-ancestors-star-allow-crossorigin.html.ini | 3 +++ .../frame-ancestors-star-allow-sameorigin.html.ini | 3 +++ .../frame-ancestors/frame-ancestors-url-allow.sub.html.ini | 3 +++ .../frame-ancestors/frame-ancestors-url-block.html.ini | 8 ++++++++ .../frame-ancestors/report-blocked-frame.sub.html.ini | 3 +++ .../frame-ancestors/report-only-frame.sub.html.ini | 3 +++ 34 files changed, 182 insertions(+) create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/__dir__.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-from-serviceworker.https.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-none-block.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-self-block.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-star-allow.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-url-allow.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-url-block.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-none-block.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-self-block.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-star-allow.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-url-allow.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-url-block.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-sandboxed-cross-url-block.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-none-block.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-self-block.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-star-allow.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-url-allow.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-url-block.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-none-block.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-self-allow.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-star-allow.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-url-allow.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-url-block.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-none-block.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-overrides-xfo.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-sandbox-same-origin-self.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-self-allow.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-self-block.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-star-allow-crossorigin.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-star-allow-sameorigin.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-url-allow.sub.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-url-block.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/report-blocked-frame.sub.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/frame-ancestors/report-only-frame.sub.html.ini (limited to 'testing/web-platform/meta/content-security-policy/frame-ancestors') diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/__dir__.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/__dir__.ini new file mode 100644 index 0000000000..3b0e8936db --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/__dir__.ini @@ -0,0 +1,2 @@ +lsan-allowed: [Alloc, AllocateProtoAndIfaceCache, alloc::raw_vec::finish_grow, mozilla::detail::HashTable, mozilla::dom::Performance::CreateForMainThread, mozilla::dom::PerformanceMainThread::CreateNavigationTimingEntry, mozilla::dom::ProtoAndIfaceCache::PageTableCache::EntrySlotOrCreate, mozilla::intl::FluentBundle::Constructor, mozilla::intl::FluentResource::Constructor, mozilla::net::nsStandardURL::TemplatedMutator, nsDynamicAtom::Create, nsPresContext::NotifyContentfulPaint] +leak-threshold: [tab:409600] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-from-serviceworker.https.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-from-serviceworker.https.html.ini new file mode 100644 index 0000000000..1f3b994d86 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-from-serviceworker.https.html.ini @@ -0,0 +1,9 @@ +[frame-ancestors-from-serviceworker.https.html] + expected: + if (os == "linux") and asan and not fission: [OK, CRASH] + if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] + [A 'frame-ancestors' CSP directive set from a serviceworker response with a value 'none' should block rendering.] + expected: + if (os == "mac") and not debug: [PASS, TIMEOUT] + if (os == "android") and not debug: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-none-block.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-none-block.html.ini new file mode 100644 index 0000000000..1e9d094c5f --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-none-block.html.ini @@ -0,0 +1,8 @@ +[frame-ancestors-nested-cross-in-cross-none-block.html] + expected: + if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] + [A 'frame-ancestors' CSP directive with a value 'none' should block rendering in nested frames.] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + if (os == "android") and not debug: [PASS, NOTRUN] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-self-block.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-self-block.html.ini new file mode 100644 index 0000000000..b7c2b0bb97 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-self-block.html.ini @@ -0,0 +1,8 @@ +[frame-ancestors-nested-cross-in-cross-self-block.html] + expected: + if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] + [A 'frame-ancestors' CSP directive with a value 'same' should block render in same-origin nested frames.] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + if (os == "android") and not debug: [PASS, NOTRUN] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-star-allow.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-star-allow.html.ini new file mode 100644 index 0000000000..ed0c0e867b --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-star-allow.html.ini @@ -0,0 +1,3 @@ +[frame-ancestors-nested-cross-in-cross-star-allow.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-url-allow.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-url-allow.html.ini new file mode 100644 index 0000000000..cc679d992b --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-url-allow.html.ini @@ -0,0 +1,3 @@ +[frame-ancestors-nested-cross-in-cross-url-allow.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-url-block.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-url-block.html.ini new file mode 100644 index 0000000000..312a5835bf --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-url-block.html.ini @@ -0,0 +1,8 @@ +[frame-ancestors-nested-cross-in-cross-url-block.html] + expected: + if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] + [A 'frame-ancestors' CSP directive with a URL value should block or allow rendering in nested frames as appropriate.] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + if (os == "android") and not debug: [PASS, NOTRUN] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-none-block.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-none-block.html.ini new file mode 100644 index 0000000000..256a593099 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-none-block.html.ini @@ -0,0 +1,8 @@ +[frame-ancestors-nested-cross-in-same-none-block.html] + expected: + if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] + [A 'frame-ancestors' CSP directive with a value 'none' should block rendering in nested frames.] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + if (os == "android") and not debug: [PASS, NOTRUN] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-self-block.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-self-block.html.ini new file mode 100644 index 0000000000..c4bc352850 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-self-block.html.ini @@ -0,0 +1,8 @@ +[frame-ancestors-nested-cross-in-same-self-block.html] + expected: + if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] + [A 'frame-ancestors' CSP directive with a value 'same' should block render in same-origin nested frames.] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + if (os == "android") and not debug: [PASS, NOTRUN] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-star-allow.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-star-allow.html.ini new file mode 100644 index 0000000000..8273e3e2ca --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-star-allow.html.ini @@ -0,0 +1,3 @@ +[frame-ancestors-nested-cross-in-same-star-allow.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-url-allow.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-url-allow.html.ini new file mode 100644 index 0000000000..67945112b3 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-url-allow.html.ini @@ -0,0 +1,3 @@ +[frame-ancestors-nested-cross-in-same-url-allow.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-url-block.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-url-block.html.ini new file mode 100644 index 0000000000..3075749bca --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-url-block.html.ini @@ -0,0 +1,8 @@ +[frame-ancestors-nested-cross-in-same-url-block.html] + expected: + if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] + [A 'frame-ancestors' CSP directive with a URL value should block or allow rendering in nested frames as appropriate.] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + if (os == "android") and not debug: [PASS, NOTRUN] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-sandboxed-cross-url-block.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-sandboxed-cross-url-block.html.ini new file mode 100644 index 0000000000..12aae2c4a6 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-sandboxed-cross-url-block.html.ini @@ -0,0 +1,3 @@ +[frame-ancestors-nested-cross-in-sandboxed-cross-url-block.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-none-block.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-none-block.html.ini new file mode 100644 index 0000000000..04c0b512b7 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-none-block.html.ini @@ -0,0 +1,8 @@ +[frame-ancestors-nested-same-in-cross-none-block.html] + expected: + if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] + [A 'frame-ancestors' CSP directive with a value 'none' should block rendering in nested frames.] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + if (os == "android") and not debug: [PASS, NOTRUN] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-self-block.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-self-block.html.ini new file mode 100644 index 0000000000..8f9dab50d1 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-self-block.html.ini @@ -0,0 +1,8 @@ +[frame-ancestors-nested-same-in-cross-self-block.html] + expected: + if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] + [A 'frame-ancestors' CSP directive with a value 'same' should block render in same-origin nested frames.] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + if (os == "android") and not debug: [PASS, NOTRUN] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-star-allow.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-star-allow.html.ini new file mode 100644 index 0000000000..eeab3ec0a2 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-star-allow.html.ini @@ -0,0 +1,3 @@ +[frame-ancestors-nested-same-in-cross-star-allow.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-url-allow.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-url-allow.html.ini new file mode 100644 index 0000000000..75373c48d2 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-url-allow.html.ini @@ -0,0 +1,3 @@ +[frame-ancestors-nested-same-in-cross-url-allow.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-url-block.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-url-block.html.ini new file mode 100644 index 0000000000..64d1d9730b --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-url-block.html.ini @@ -0,0 +1,8 @@ +[frame-ancestors-nested-same-in-cross-url-block.html] + expected: + if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] + [A 'frame-ancestors' CSP directive with a URL value should block or allow rendering in nested frames as appropriate.] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + if (os == "android") and not debug: [PASS, NOTRUN] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-none-block.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-none-block.html.ini new file mode 100644 index 0000000000..a6180a1437 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-none-block.html.ini @@ -0,0 +1,8 @@ +[frame-ancestors-nested-same-in-same-none-block.html] + expected: + if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] + [A 'frame-ancestors' CSP directive with a value 'none' should block rendering in nested frames.] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + if (os == "android") and not debug: [PASS, NOTRUN] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-self-allow.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-self-allow.html.ini new file mode 100644 index 0000000000..c7e92a71b0 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-self-allow.html.ini @@ -0,0 +1,3 @@ +[frame-ancestors-nested-same-in-same-self-allow.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-star-allow.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-star-allow.html.ini new file mode 100644 index 0000000000..29e58279ba --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-star-allow.html.ini @@ -0,0 +1,3 @@ +[frame-ancestors-nested-same-in-same-star-allow.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-url-allow.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-url-allow.html.ini new file mode 100644 index 0000000000..6756475bcc --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-url-allow.html.ini @@ -0,0 +1,3 @@ +[frame-ancestors-nested-same-in-same-url-allow.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-url-block.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-url-block.html.ini new file mode 100644 index 0000000000..ca43bb507a --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-url-block.html.ini @@ -0,0 +1,8 @@ +[frame-ancestors-nested-same-in-same-url-block.html] + expected: + if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] + [A 'frame-ancestors' CSP directive with a URL value should block or allow rendering in nested frames as appropriate.] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + if (os == "android") and not debug: [PASS, NOTRUN] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-none-block.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-none-block.html.ini new file mode 100644 index 0000000000..e97c0bbe33 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-none-block.html.ini @@ -0,0 +1,8 @@ +[frame-ancestors-none-block.html] + expected: + if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] + [A 'frame-ancestors' CSP directive with a value 'none' should block rendering.] + expected: + if (os == "mac") and not debug: [PASS, TIMEOUT] + if (os == "android") and not debug: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-overrides-xfo.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-overrides-xfo.html.ini new file mode 100644 index 0000000000..ed28c71025 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-overrides-xfo.html.ini @@ -0,0 +1,8 @@ +[frame-ancestors-overrides-xfo.html] + expected: + if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] + [A 'frame-ancestors' CSP directive overrides an 'x-frame-options' header which would allow the page.] + expected: + if (os == "mac") and not debug: [PASS, TIMEOUT] + if (os == "android") and not debug: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-sandbox-same-origin-self.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-sandbox-same-origin-self.html.ini new file mode 100644 index 0000000000..8dcc8524f6 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-sandbox-same-origin-self.html.ini @@ -0,0 +1,3 @@ +[frame-ancestors-sandbox-same-origin-self.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-self-allow.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-self-allow.html.ini new file mode 100644 index 0000000000..646768e3df --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-self-allow.html.ini @@ -0,0 +1,3 @@ +[frame-ancestors-self-allow.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-self-block.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-self-block.html.ini new file mode 100644 index 0000000000..f9801eb243 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-self-block.html.ini @@ -0,0 +1,8 @@ +[frame-ancestors-self-block.html] + expected: + if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] + [A 'frame-ancestors' CSP directive with a value 'self' should block rendering.] + expected: + if (os == "mac") and not debug: [PASS, TIMEOUT] + if (os == "android") and not debug: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-star-allow-crossorigin.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-star-allow-crossorigin.html.ini new file mode 100644 index 0000000000..28434e79fc --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-star-allow-crossorigin.html.ini @@ -0,0 +1,3 @@ +[frame-ancestors-star-allow-crossorigin.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-star-allow-sameorigin.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-star-allow-sameorigin.html.ini new file mode 100644 index 0000000000..779d099578 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-star-allow-sameorigin.html.ini @@ -0,0 +1,3 @@ +[frame-ancestors-star-allow-sameorigin.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-url-allow.sub.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-url-allow.sub.html.ini new file mode 100644 index 0000000000..72019d59b6 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-url-allow.sub.html.ini @@ -0,0 +1,3 @@ +[frame-ancestors-url-allow.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-url-block.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-url-block.html.ini new file mode 100644 index 0000000000..ca6892b765 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/frame-ancestors-url-block.html.ini @@ -0,0 +1,8 @@ +[frame-ancestors-url-block.html] + expected: + if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] + [A 'frame-ancestors' CSP directive with a URL which doesn't match this origin should be blocked.] + expected: + if (os == "mac") and not debug: [PASS, TIMEOUT] + if (os == "android") and not debug: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/report-blocked-frame.sub.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/report-blocked-frame.sub.html.ini new file mode 100644 index 0000000000..8fe571e996 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/report-blocked-frame.sub.html.ini @@ -0,0 +1,3 @@ +[report-blocked-frame.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/frame-ancestors/report-only-frame.sub.html.ini b/testing/web-platform/meta/content-security-policy/frame-ancestors/report-only-frame.sub.html.ini new file mode 100644 index 0000000000..34fb1f91f2 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/frame-ancestors/report-only-frame.sub.html.ini @@ -0,0 +1,3 @@ +[report-only-frame.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] -- cgit v1.2.3