summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fenced-frame/automatic-beacon-cross-origin-navigation.https.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/fenced-frame/automatic-beacon-cross-origin-navigation.https.html')
-rw-r--r--testing/web-platform/tests/fenced-frame/automatic-beacon-cross-origin-navigation.https.html4
1 files changed, 2 insertions, 2 deletions
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');
</script>
</body>