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

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

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