servo/tests/wpt/web-platform-tests/loading/early-hints/arbitrary-header-in-early-hints.h2.window.js

4 lines
154 B
JavaScript

test(() => {
const test_url = "resources/arbitrary-header-in-early-hints.h2.py";
window.location.replace(new URL(test_url, window.location));
});