summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/loading/early-hints/preload-initiator-type.h2.window.js
blob: 959aacef4978b935b44fec694d5f3ca3cb074485 (plain)
1
2
3
4
5
6
7
8
9
// META: script=resources/early-hints-helpers.sub.js

test(() => {
    const preloads = [{
        "url": "empty.js?" + Date.now(),
        "as_attr": "script",
    }];
    navigateToTestWithEarlyHints("resources/preload-initiator-type.html", preloads);
});