chromium/third_party/blink/web_tests/external/wpt/fledge/tentative/fetch-ad-auction-headers.tentative.https.html

<!doctype html>
<body>
  <script src=/resources/testharness.js></script>
  <script src=/resources/testharnessreport.js></script>
  <script>
    promise_test(async t => {
      let response = await fetch('./resources/empty.html', {adAuctionHeaders: true});
      // TODO(crbug.com/1442274): Check the request header when the functions
      // are fully implemented.
    }, 'test fetch(<url>, {adAuctionHeaders: true})');
  </script>
</body>