Skip to content

Commit

Permalink
Bug 1902732 [wpt PR 46763] - Update wpt metadata, a=testonly
Browse files Browse the repository at this point in the history
wpt-pr: 46763
wpt-type: metadata
  • Loading branch information
moz-wptsync-bot committed Jun 20, 2024
1 parent 610cffe commit 1728ccd
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[private-aggregation-permissions-policy-default.https.sub.html]
[In a page with default "private-aggregation" permissions policy, initialize the worklet via sharedStorage.worklet.addModule(), and then execute contributeToHistogram() inside the worklet]
expected: FAIL

[In a page with default "private-aggregation" permissions policy, createWorklet() with same-origin script, and then execute contributeToHistogram() inside the worklet]
expected: FAIL

[In a page with default "private-aggregation" permissions policy, createWorklet() with cross-origin script, and then execute contributeToHistogram() inside the worklet]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[private-aggregation-permissions-policy-none.https.sub.html]
[In a page with "private-aggregation=()" permissions policy, initialize the worklet via sharedStorage.worklet.addModule(), and then execute contributeToHistogram() inside the worklet]
expected: FAIL

[In a page with "private-aggregation=()" permissions policy, createWorklet() with same-origin script, and then execute contributeToHistogram() inside the worklet]
expected: FAIL

[In a page with "private-aggregation=()" permissions policy, createWorklet() with cross-origin script, and then execute contributeToHistogram() inside the worklet]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[private-aggregation-permissions-policy-self.https.sub.html]
[In a page with "private-aggregation=(self)" permissions policy, initialize the worklet via sharedStorage.worklet.addModule(), and then execute contributeToHistogram() inside the worklet]
expected: FAIL

[In a page with "private-aggregation=(self)" permissions policy, createWorklet() with same-origin script, and then execute contributeToHistogram() inside the worklet]
expected: FAIL

[In a page with "private-aggregation=(self)" permissions policy, createWorklet() with cross-origin script, and then execute contributeToHistogram() inside the worklet]
expected: FAIL

This file was deleted.

0 comments on commit 1728ccd

Please sign in to comment.