We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa397eb commit bed28f2Copy full SHA for bed28f2
test/wpt/test-url.js
@@ -14,4 +14,7 @@ runner.setScriptModifier((obj) => {
14
}
15
});
16
runner.pretendGlobalThisAs('Window');
17
+runner.setInitScript(`
18
+ globalThis.location = {};
19
+`);
20
runner.runJsTests();
0 commit comments