[COEPForSharedWorker] Do not block worker with incompatible COEP

Bug: 1226550
Change-Id: Id037a95461ac7931b0c14d62f0e7a295db06dd9b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3035102
Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org>
Commit-Queue: Yifan Luo <lyf@chromium.org>
Cr-Commit-Position: refs/heads/master@{#902490}
diff --git a/html/cross-origin-embedder-policy/credentialless/shared-worker.tentative.https.html b/html/cross-origin-embedder-policy/credentialless/shared-worker.tentative.https.html
index 562a031..6707f6a 100644
--- a/html/cross-origin-embedder-policy/credentialless/shared-worker.tentative.https.html
+++ b/html/cross-origin-embedder-policy/credentialless/shared-worker.tentative.https.html
@@ -102,7 +102,7 @@
   sharedWorkerTest("same-origin",
     same_origin, coep_none,
     cookie_same_origin,
-    "Worker blocked");
+    cookie_same_origin);
 
   sharedWorkerTest("same-origin + credentialless worker",
     same_origin, coep_credentialless,
@@ -112,7 +112,7 @@
   sharedWorkerTest("cross-origin",
     cross_origin, coep_none,
     cookie_cross_origin,
-    "Worker blocked");
+    cookie_cross_origin);
 
   sharedWorkerTest("cross-origin + credentialless worker",
     cross_origin, coep_credentialless,