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

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

<script src="../../resources/dummy.js?module" type="module" onload="reportLoaded()" onerror="rejector()"></script>