Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /fetch/fetchpriority/fetchpriority.h2.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="timeout" content="long">
<title>fetchpriority: internal priorities of corresponding http-on-opening-requests</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<script type="module">
import { runTests } from "./fetchpriority.js";
runTests({
testDataKey: 'kTestData',
});
</script>
</body>
</html>