insecure-context.window.js (421B)
1 "use strict"; 2 3 test(() => { 4 assert_false('joinAdInterestGroup' in navigator, 'joinAdInterestGroup not available.'); 5 assert_false('leaveAdInterestGroup' in navigator, 'leaveAdInterestGroup not available.'); 6 assert_false('runAdAuction' in navigator, 'runAdAuction not available.'); 7 assert_false('updateAdInterestGroups' in navigator, 'updateAdInterestGroups not available.'); 8 }, "Fledge requires secure context.");