Skip to content

Commit

Permalink
Resync COEP WPT tests from upstream
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=244850

Reviewed by Geoffrey Garen.

Resync COEP WPT tests from upstream fb6750a.

* LayoutTests/imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/reflection-credentialless.tentative.https.any.js:
* LayoutTests/imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/reflection-credentialless.tentative.https.any.serviceworker-module-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/reflection-credentialless.tentative.https.any.serviceworker-module.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/reflection-require-corp.tentative.https.any.js:
* LayoutTests/imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/reflection-require-corp.tentative.https.any.serviceworker-module-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/reflection-require-corp.tentative.https.any.serviceworker-module.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/reflection-unsafe-none.tentative.https.any.js:
* LayoutTests/imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/reflection-unsafe-none.tentative.https.any.serviceworker-module-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/reflection-unsafe-none.tentative.https.any.serviceworker-module.html: Added.

Canonical link: https://commits.webkit.org/254205@main
  • Loading branch information
cdumez committed Sep 6, 2022
1 parent d2a460d commit 01cbf5d
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 3 deletions.
@@ -1,2 +1,2 @@
// META: global=window,worker,sharedworker-module
// META: global=window,worker,sharedworker-module,serviceworker-module
test(t => assert_equals(crossOriginEmbedderPolicy, "credentialless"));
@@ -0,0 +1,3 @@

FAIL reflection-credentialless Can't find variable: crossOriginEmbedderPolicy

@@ -0,0 +1 @@
<!-- This file is required for WebKit test infrastructure to run the templated test -->
@@ -1,2 +1,2 @@
// META: global=window,worker,sharedworker-module
// META: global=window,worker,sharedworker-module,serviceworker-module
test(t => assert_equals(crossOriginEmbedderPolicy, "require-corp"));
@@ -0,0 +1,3 @@

FAIL reflection-require-corp Can't find variable: crossOriginEmbedderPolicy

@@ -0,0 +1 @@
<!-- This file is required for WebKit test infrastructure to run the templated test -->
@@ -1,2 +1,2 @@
// META: global=window,worker,sharedworker-module
// META: global=window,worker,sharedworker-module,serviceworker-module
test(t => assert_equals(crossOriginEmbedderPolicy, "unsafe-none"));
@@ -0,0 +1,3 @@

FAIL reflection-unsafe-none Can't find variable: crossOriginEmbedderPolicy

@@ -0,0 +1 @@
<!-- This file is required for WebKit test infrastructure to run the templated test -->

0 comments on commit 01cbf5d

Please sign in to comment.