Bug 1879856 [wpt PR 44532] - [Protected Audiences] Remove some instances of "Url...
commitda4011abbe253f828a57ba936da4d94c3bda46bd
authorMatt Menke <mmenke@chromium.org>
Thu, 15 Feb 2024 16:44:00 +0000 (15 16:44 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Mon, 19 Feb 2024 11:13:42 +0000 (19 11:13 +0000)
treec2dec7011b71e7c8fa57e68991068231f564955a
parent605dcde284ba5896701cceb4f1ecb8b5fe409c08
Bug 1879856 [wpt PR 44532] - [Protected Audiences] Remove some instances of "Url" from WPT tests., a=testonly

Automatic update from web-platform-tests
[Protected Audiences] Remove some instances of "Url" from WPT tests.

Most APIs have been switched from "Url" to "URL", so tests should
reflect that.  Using the right string also reduces deprecation warnings
when running tests.

This CL also migrates "dailyUpdateUrl" to "updateURL" in some tests.

This CL leaves alone a couple cases where "Url" values are needed to
run object equality comparisons, and most of the usage in
trusted-scoring-signals.py, which still receives query params
"renderUrls" and "adComponentRenderUrls", and no additional "URL"
argument, though this cl does update it to return a JSON response with
a "renderURLs" section instead of "renderUrls" (the component ad
section had already been updated).

Bug: 40264073
Change-Id: Iaf231a2320847b216e8c284ce596989c99b38b17
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5282480
Commit-Queue: mmenke <mmenke@chromium.org>
Reviewed-by: Caleb Raitto <caraitto@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1260081}

--

wpt-commits: ee5cbee2549878e5c9a1c9948fa9277aa05c13db
wpt-pr: 44532
14 files changed:
testing/web-platform/tests/fledge/tentative/cross-origin.https.window.js
testing/web-platform/tests/fledge/tentative/direct-from-seller-signals.https.window.js
testing/web-platform/tests/fledge/tentative/generate-bid-recency.https.window.js
testing/web-platform/tests/fledge/tentative/join-leave-ad-interest-group.https.window.js
testing/web-platform/tests/fledge/tentative/kanon-status-below-threshold.https.window.js
testing/web-platform/tests/fledge/tentative/kanon-status-not-calculated.https.window.js
testing/web-platform/tests/fledge/tentative/register-ad-beacon.https.window.js
testing/web-platform/tests/fledge/tentative/reporting-arguments.https.window.js
testing/web-platform/tests/fledge/tentative/resources/decision-logic.sub.py
testing/web-platform/tests/fledge/tentative/resources/fledge-util.sub.js
testing/web-platform/tests/fledge/tentative/resources/trusted-scoring-signals.py
testing/web-platform/tests/fledge/tentative/round-a-value.https.window.js
testing/web-platform/tests/fledge/tentative/send-report-to.https.window.js
testing/web-platform/tests/fledge/tentative/trusted-scoring-signals.https.window.js