From d8bbc7858622b6d9c278469aab701ca0b609cddf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:35:49 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- .../tests/fenced-frame/automatic-beacon-use-ancestor-data.https.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/web-platform/tests/fenced-frame/automatic-beacon-use-ancestor-data.https.html') diff --git a/testing/web-platform/tests/fenced-frame/automatic-beacon-use-ancestor-data.https.html b/testing/web-platform/tests/fenced-frame/automatic-beacon-use-ancestor-data.https.html index 39df6f5c73..c5169d4a47 100644 --- a/testing/web-platform/tests/fenced-frame/automatic-beacon-use-ancestor-data.https.html +++ b/testing/web-platform/tests/fenced-frame/automatic-beacon-use-ancestor-data.https.html @@ -15,7 +15,7 @@ promise_test(async(t) => { const actions = new test_driver.Actions(); const fencedframe = await attachFencedFrameContext({ generator_api: 'fledge', - automatic_beacon: true + register_beacon: true }); const new_url = new URL("resources/close.html", location.href); const beacon_data = "this is the beacon data"; @@ -56,7 +56,7 @@ promise_test(async(t) => { // have any beacon data set for `reserved.top_navigation_start`, even though // it does have beacon data set. const received_beacon_data = - await nextAutomaticBeacon(beacon_type, beacon_data); + await nextBeacon(beacon_type, beacon_data); }, 'Documents should use ancestor beacon data if not available'); -- cgit v1.2.3