chromium/third_party/blink/web_tests/http/tests/priorities/resources/async-script.html

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

<script src="../../resources/dummy.js?async" async onload="reportLoaded()" onerror="reportFailure()"></script>