blob: bc73cfa11f053ff62b5358d6637fc0551b306cfe [file] [log] [blame]
<script src="common.js"></script>
<script>
const url = new URL('../../resources/dummy.html', location);
observeAndReportResourceLoadPriority(url);
fetch(url)
.then(reportLoaded, reportFailure);
</script>