File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2
2
"api-basics.any.js" : {
3
3
"requires" : [" small-icu" ]
4
4
},
5
- "api-invalid-label.any.js" : {
6
- "skip" : " location is not defined"
7
- },
8
5
"textdecoder-fatal-streaming.any.js" : {
9
6
"requires" : [" small-icu" ]
10
7
},
91
88
"requires" : [" small-icu" ]
92
89
},
93
90
"single-byte-decoder.window.js" : {
94
- "skip" : " location is not defined"
91
+ "skip" : " document is not defined"
95
92
},
96
93
"textdecoder-eof.any.js" : {
97
94
"requires" : [" small-icu" ]
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ const { WPTRunner } = require('../common/wpt');
4
4
const runner = new WPTRunner ( 'encoding' ) ;
5
5
6
6
runner . setInitScript ( `
7
+ globalThis.location ||= {};
7
8
const { MessageChannel } = require('worker_threads');
8
9
global.MessageChannel = MessageChannel;
9
10
` ) ;
You can’t perform that action at this time.
0 commit comments