| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1c61418 commit 4cbb1ea
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,13 +5,4 @@ const { WPTRunner } = require('../common/wpt'); | |||
| 5 | 5 | ||
| 6 | 6 | const runner = new WPTRunner('html/webappapis/atob'); | |
| 7 | 7 | ||
| 8 | - // Needed to access to DOMException. | ||
| 9 | - runner.setFlags(['--expose-internals']); | ||
| 10 | - | ||
| 11 | - // Set a script that will be executed in the worker before running the tests. | ||
| 12 | - runner.setInitScript(` | ||
| 13 | - const { internalBinding } = require('internal/test/binding'); | ||
| 14 | - const { atob, btoa } = require('buffer'); | ||
| 15 | - `); | ||
| 16 | - | ||
| 17 | 8 | runner.runJsTests(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments