summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/loading/early-hints/arbitrary-header-in-early-hints.h2.window.js
blob: f0e848ec1075ae712615d08902ceaae24200575d (plain)
1
2
3
4
test(() => {
    const test_url = "resources/arbitrary-header-in-early-hints.h2.py";
    window.location.replace(new URL(test_url, window.location));
});