summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fenced-frame/automatic-beacon-cross-origin-no-data.https.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/fenced-frame/automatic-beacon-cross-origin-no-data.https.html')
-rw-r--r--testing/web-platform/tests/fenced-frame/automatic-beacon-cross-origin-no-data.https.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/web-platform/tests/fenced-frame/automatic-beacon-cross-origin-no-data.https.html b/testing/web-platform/tests/fenced-frame/automatic-beacon-cross-origin-no-data.https.html
index dd00721dd8..887a06847f 100644
--- a/testing/web-platform/tests/fenced-frame/automatic-beacon-cross-origin-no-data.https.html
+++ b/testing/web-platform/tests/fenced-frame/automatic-beacon-cross-origin-no-data.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/close.html", location.href);