diff --git a/testing/web-platform/meta/html/cross-origin-embedder-policy/anonymous-iframe/cookie.tentative.https.html.ini b/testing/web-platform/meta/html/cross-origin-embedder-policy/anonymous-iframe/cookie.tentative.https.html.ini
new file mode 100644
index 000000000000..b9ed95054c25
--- /dev/null
+++ b/testing/web-platform/meta/html/cross-origin-embedder-policy/anonymous-iframe/cookie.tentative.https.html.ini
@@ -0,0 +1,13 @@
+[cookie.tentative.https.html]
+ [same_origin anonymous iframe can't send same_origin credentials]
+ expected: FAIL
+
+ [same_origin anonymous iframe can't send cross_origin credentials]
+ expected: FAIL
+
+ [cross_origin anonymous iframe can't send cross_origin credentials]
+ expected: FAIL
+
+ [cross_origin anonymous iframe can't send same_origin credentials]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/html/cross-origin-embedder-policy/anonymous-iframe/local-storage.tentative.https.html.ini b/testing/web-platform/meta/html/cross-origin-embedder-policy/anonymous-iframe/local-storage.tentative.https.html.ini
new file mode 100644
index 000000000000..fe3eb96ccd65
--- /dev/null
+++ b/testing/web-platform/meta/html/cross-origin-embedder-policy/anonymous-iframe/local-storage.tentative.https.html.ini
@@ -0,0 +1,7 @@
+[local-storage.tentative.https.html]
+ [same_origin anonymous iframe can't access the localStorage]
+ expected: FAIL
+
+ [cross_origin anonymous iframe can't access the localStorage]
+ expected: FAIL
+