Skip to content

Commit

Permalink
[FLEDGE]: Add trustedBiddingSignalsSlotSizeMode to InterestGroups.
Browse files Browse the repository at this point in the history
This CL adds the trustedBiddingSignalsSlotSizeMode to the Protected
Audience API's InterestGroups, and saves them to the database. The
new field currently doesn't have any actual effect.

See WICG/turtledove#928 for API description.

Bug: 1506238
Change-Id: I7133436c813076274822db522ece1a668dba51e7
  • Loading branch information
Matt Menke authored and chromium-wpt-export-bot committed Nov 29, 2023
1 parent 014c3ae commit 1838f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fledge/tentative/join-leave-ad-interest-group.https.window.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,14 +481,14 @@ const SIMPLE_JOIN_LEAVE_TEST_CASES = [
{ expectJoinSucces: true,
expectLeaveSucces: true,
interestGroup: { ...BASE_INTEREST_GROUP,
name: 'a'.repeat(1048524)
name: 'a'.repeat(1048520)
},
testCaseName: "Largest possible interest group dictionary",
},
{ expectJoinSucces: false,
expectLeaveSucces: true,
interestGroup: { ...BASE_INTEREST_GROUP,
name: 'a'.repeat(1048525)
name: 'a'.repeat(1048521)
},
testCaseName: "Oversized interest group dictionary",
},
Expand Down

0 comments on commit 1838f5c

Please sign in to comment.