From 180a8a6aa864693a08169014e5ab9c547cc6081f Mon Sep 17 00:00:00 2001 From: selya Date: Thu, 19 Dec 2024 07:32:06 -0800 Subject: [PATCH] Add WPT covering behavior of partitioned cookies in multiple iframes This test shows that if a partitioned cookie is accessible to one document then it will be accessible to other same site documents. Regardless of if the document was present before or was added after the cookie was set. Similarly, changes made to the cookie in one iframe will impact the partitioned cookie in another iframe. Bug: 384523105 Change-Id: I8abc572904175d43041b1c37426c3e0700c5c0d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6101781 Auto-Submit: Aaron Selya Reviewed-by: Dylan Cutler Commit-Queue: Dylan Cutler Cr-Commit-Position: refs/heads/main@{#1398554} --- ...arallel-iframes.embed.tentative.https.html | 107 ++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 cookies/partitioned-cookies/partitioned-cookies-parallel-iframes.embed.tentative.https.html diff --git a/cookies/partitioned-cookies/partitioned-cookies-parallel-iframes.embed.tentative.https.html b/cookies/partitioned-cookies/partitioned-cookies-parallel-iframes.embed.tentative.https.html new file mode 100644 index 00000000000000..68de567afee135 --- /dev/null +++ b/cookies/partitioned-cookies/partitioned-cookies-parallel-iframes.embed.tentative.https.html @@ -0,0 +1,107 @@ + + + + + + + + + + +Test partitioned cookies behavior in parallel same-site iframes + + + +