From e096355509ed9d94413413aa727304a239a0aa51 Mon Sep 17 00:00:00 2001 From: arthursonzogni Date: Wed, 26 Aug 2020 08:58:58 +0000 Subject: [PATCH] Bug 1660281 [wpt PR 25153] - [COOP] access reporting: access-from-other test., a=testonly Automatic update from web-platform-tests [COOP] access reporting: access-from-other test. Add a basic WPT test where the reported: body.type is: "access-to-coop-page-from-other" Bug: 1090273 Change-Id: I6961a1a939c707264f215542a2bd99cdc45fb34d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367098 Commit-Queue: Arthur Sonzogni Reviewed-by: Camille Lamy Cr-Commit-Position: refs/heads/master@{#801318} -- wpt-commits: 7e378c8d5a064be94bcc444c08487dcbeba884b7 wpt-pr: 25153 --- ...cess-to-coop-page-from-other_coop-ro.https.html | 75 ++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 testing/web-platform/tests/html/cross-origin-opener-policy/reporting/access-reporting/access-to-coop-page-from-other_coop-ro.https.html diff --git a/testing/web-platform/tests/html/cross-origin-opener-policy/reporting/access-reporting/access-to-coop-page-from-other_coop-ro.https.html b/testing/web-platform/tests/html/cross-origin-opener-policy/reporting/access-reporting/access-to-coop-page-from-other_coop-ro.https.html new file mode 100644 index 000000000000..c349b9a708e7 --- /dev/null +++ b/testing/web-platform/tests/html/cross-origin-opener-policy/reporting/access-reporting/access-to-coop-page-from-other_coop-ro.https.html @@ -0,0 +1,75 @@ + + One window accesses a second one. They are aren't related by an opener/openee + relationship. The second window has set + Cross-Origin-Opener-Policy-Report-Only:same-origin, so it receives a + "access-to-coop-page-from-other" report. + + + + + + + + + -- 2.11.4.GIT