summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fenced-frame/automatic-beacon-no-opt-in.https.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/fenced-frame/automatic-beacon-no-opt-in.https.html')
-rw-r--r--testing/web-platform/tests/fenced-frame/automatic-beacon-no-opt-in.https.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/web-platform/tests/fenced-frame/automatic-beacon-no-opt-in.https.html b/testing/web-platform/tests/fenced-frame/automatic-beacon-no-opt-in.https.html
index 177a7c6a51..b6dac31dbd 100644
--- a/testing/web-platform/tests/fenced-frame/automatic-beacon-no-opt-in.https.html
+++ b/testing/web-platform/tests/fenced-frame/automatic-beacon-no-opt-in.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,
});
const new_url = new URL("resources/dummy.html", location.href);