blob: 705d5e48c1a07534974987837076f068bc98170b [file] [log] [blame]
<script src="../common.js"></script>
<script>
const xhr = new XMLHttpRequest();
xhr.open('GET', '../../../resources/dummy.html?getPriority');
xhr.send();
xhr.onload = reportLoaded;
xhr.onerror = reportFailure;
</script>