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