fetch-ad-auction-headers-insecure-context.tentative.http.html (388B)
1 <!doctype html> 2 <body> 3 <script src=/resources/testharness.js></script> 4 <script src=/resources/testharnessreport.js></script> 5 <script> 6 promise_test(async t => { 7 return promise_rejects_dom(t, 'NotAllowedError', 8 fetch('./resources/empty.html', {adAuctionHeaders: true})); 9 }, 'test fetch(<url>, {adAuctionHeaders: true}) in insecure context'); 10 </script> 11 </body>