From 5e342e2617de5c3e2ad6d3a67ff3fc8dc6410067 Mon Sep 17 00:00:00 2001 From: Tianyang Xu Date: Fri, 30 Aug 2024 22:58:37 +0000 Subject: [PATCH] Bug 1915683 [wpt PR 47865] - Add trustedScoringSignalsCoordinator to auction config, a=testonly Automatic update from web-platform-tests Add trustedScoringSignalsCoordinator to auction config Add trustedScoringSignalsCoordinator to auction config for trusted scoring signals KVv2 fetching. Also add `maxTrustedBiddingSignalsURLLength` case for interest groups in `devtools_serialization.cc`. Explainer update: https://github.com/WICG/turtledove/pull/1264 Bug: 337917489 Change-Id: I0061c914862513069658921a245b91c6e7958b08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5805217 Commit-Queue: Tianyang Xu Reviewed-by: Caleb Raitto Reviewed-by: Ken Buchanan Cr-Commit-Position: refs/heads/main@{#1348785} -- wpt-commits: c215b3a6ed4c09185d8d60e0e0d16a11463b5f9b wpt-pr: 47865 --- testing/web-platform/tests/fledge/tentative/TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/testing/web-platform/tests/fledge/tentative/TODO b/testing/web-platform/tests/fledge/tentative/TODO index 8760e59d21f6f..157a150c77ae3 100644 --- a/testing/web-platform/tests/fledge/tentative/TODO +++ b/testing/web-platform/tests/fledge/tentative/TODO @@ -82,7 +82,8 @@ Need tests for (likely not a complete list): * Remaining interest group updates. * Check that an update with one valid field and one invalid one fails. * Test that an update works if owner and/or name match those in the interest group. - * Test updating the update URL and bidding script URL so they are all the same origin (requires updating test fixture to handle multiple updates). + * Test updating the update URL and bidding script URL so they are all the + same origin (requires updating test fixture to handle multiple updates). * Test when Ads is null. * Test updating a cross origin interest group. * Test fields that are updatable but do not make it to 'generateBid'. @@ -96,3 +97,5 @@ If possible: but maybe a test where batching could be used, and make sure things work, whether batching is used or not? * reporting timeout being 0. +* Test input with invalid https origin in web platform tests for both trusted bidding + and scoring signals coordinators.