fetch-ad-auction-headers.tentative.https.html (441B)
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 let response = await fetch('./resources/empty.html', {adAuctionHeaders: true}); 8 // TODO(crbug.com/1442274): Check the request header when the functions 9 // are fully implemented. 10 }, 'test fetch(<url>, {adAuctionHeaders: true})'); 11 </script> 12 </body>