Skip to content

Commit 65d4f73

Browse files
joyeecheungtargos
authored andcommittedMay 28, 2019
test: use ShellTestEnvironment in WPT
So we no longer need to hack the global.location and pretend that we are in a worker anymore. PR-URL: #27822 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent a9a400e commit 65d4f73

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎test/common/wpt.js

-3
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ class WPTRunner {
336336
fetch(file) {
337337
return resource.fetch(file);
338338
},
339-
location: {},
340339
GLOBAL: {
341340
isWindow() { return false; }
342341
},
@@ -375,8 +374,6 @@ class WPTRunner {
375374
// TODO(joyeecheung): we are not a window - work with the upstream to
376375
// add a new scope for us.
377376

378-
const { Worker } = require('worker_threads');
379-
sandbox.DedicatedWorker = Worker; // Pretend we are a Worker
380377
return context;
381378
}
382379

0 commit comments

Comments
 (0)
Please sign in to comment.