Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /fledge/tentative/insecure-context.window.html - WPT Dashboard Interop Dashboard
"use strict";
test(() => {
assert_false('joinAdInterestGroup' in navigator, 'joinAdInterestGroup not available.');
assert_false('leaveAdInterestGroup' in navigator, 'leaveAdInterestGroup not available.');
assert_false('runAdAuction' in navigator, 'runAdAuction not available.');
assert_false('updateAdInterestGroups' in navigator, 'updateAdInterestGroups not available.');
}, "Fledge requires secure context.");