chromium/third_party/blink/web_tests/http/tests/priorities/resources/preload/as-fetch.html

<script src="../common.js"></script>
<script>
  observeAndReportResourceLoadPriority(new URL('../../../resources/dummy.html', location));
</script>

<link rel="preload" as="fetch" href=../../../resources/dummy.html onload="reportLoaded()" onerror="reportFailure()"></script>