| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 92e3e0e commit 4fb2fc7
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,9 +2,6 @@ | |||
| 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,7 +88,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 | `); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments