-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FedCM] Move most tests to fedcm-network-requests
This way they do not rely on the mojo mock and instead make real network requests. This allows other browsers to run these tests and also tests more of our code. R=yigu@chromium.org Bug: 1309251 Change-Id: I91ab663b65beb694da89265fb6b0294c3b4e50d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3701092 Reviewed-by: Yi Gu <yigu@chromium.org> Auto-Submit: Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/main@{#1013621}
- Loading branch information
1 parent
f1688b3
commit 29a7d56
Showing
5 changed files
with
133 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
credential-management/fedcm-network-requests.sub.https.html.headers
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
credential-management/fedcm-network-requests.sub.https.html.sub.headers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Cross-Origin-Embedder-Policy: credentialless | ||
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline'; connect-src https://{{host}}:{{ports[https][0]}}/never/used/path |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.