diff options
Diffstat (limited to 'testing/web-platform/tests/fenced-frame/automatic-beacon-cross-origin-false.https.html')
-rw-r--r-- | testing/web-platform/tests/fenced-frame/automatic-beacon-cross-origin-false.https.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/web-platform/tests/fenced-frame/automatic-beacon-cross-origin-false.https.html b/testing/web-platform/tests/fenced-frame/automatic-beacon-cross-origin-false.https.html index 24440e4b67..a3627036fc 100644 --- a/testing/web-platform/tests/fenced-frame/automatic-beacon-cross-origin-false.https.html +++ b/testing/web-platform/tests/fenced-frame/automatic-beacon-cross-origin-false.https.html @@ -18,7 +18,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 beacon_event = { eventType: "reserved.top_navigation_start", |