From da4c7e7ed675c3bf405668739c3012d140856109 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:34:42 +0200 Subject: Adding upstream version 126.0. Signed-off-by: Daniel Baumann --- .../fenced-frame/automatic-beacon-cross-origin-navigation.https.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/web-platform/tests/fenced-frame/automatic-beacon-cross-origin-navigation.https.html') diff --git a/testing/web-platform/tests/fenced-frame/automatic-beacon-cross-origin-navigation.https.html b/testing/web-platform/tests/fenced-frame/automatic-beacon-cross-origin-navigation.https.html index c476e80443..7e974ad63e 100644 --- a/testing/web-platform/tests/fenced-frame/automatic-beacon-cross-origin-navigation.https.html +++ b/testing/web-platform/tests/fenced-frame/automatic-beacon-cross-origin-navigation.https.html @@ -17,7 +17,7 @@ promise_test(async(t) => { const actions = new test_driver.Actions(); const fencedframe = await attachFencedFrameContext({ generator_api: 'fledge', - automatic_beacon: true + register_beacon: true }); let beacon_event = { @@ -36,7 +36,7 @@ promise_test(async(t) => { .send(); const received_beacon_data = - await nextAutomaticBeacon(beacon_event.eventType, beacon_event.eventData); + await nextBeacon(beacon_event.eventType, beacon_event.eventData); }, 'Automatic beacon in a cross-origin subframe'); -- cgit v1.2.3