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

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

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