We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148c5d9 commit 641e177Copy full SHA for 641e177
test/wpt/status/encoding.json
@@ -2,9 +2,6 @@
2
"api-basics.any.js": {
3
"requires": ["small-icu"]
4
},
5
- "api-invalid-label.any.js": {
6
- "skip": "location is not defined"
7
- },
8
"textdecoder-fatal-streaming.any.js": {
9
10
@@ -91,7 +88,7 @@
91
88
92
89
93
90
"single-byte-decoder.window.js": {
94
+ "skip": "document is not defined"
95
96
"textdecoder-eof.any.js": {
97
test/wpt/test-encoding.js
@@ -4,6 +4,7 @@ const { WPTRunner } = require('../common/wpt');
const runner = new WPTRunner('encoding');
runner.setInitScript(`
+ globalThis.location ||= {};
const { MessageChannel } = require('worker_threads');
global.MessageChannel = MessageChannel;
`);
0 commit comments