Skip to content

Commit

Permalink
[PLACEHOLDER]: Ad slot size stuff
Browse files Browse the repository at this point in the history
Change-Id: I7133436c813076274822db522ece1a668dba51e7
  • Loading branch information
Matt Menke authored and chromium-wpt-export-bot committed Nov 29, 2023
1 parent 014c3ae commit aa598ad
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 aa598ad

Please sign in to comment.