| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 99fec0b commit 3c2ce56
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,3 @@ | |||
| 1 | - // Flags: --experimental-global-webcrypto | ||
| 2 | 1 | 'use strict'; | |
| 3 | 2 | ||
| 4 | 3 | const common = require('../common'); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,3 @@ | |||
| 1 | - // Flags: --experimental-global-webcrypto | ||
| 2 | 1 | 'use strict'; | |
| 3 | 2 | ||
| 4 | 3 | const common = require('../common'); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,9 +8,6 @@ const { WPTRunner } = require('../common/wpt'); | |||
| 8 | 8 | ||
| 9 | 9 | const runner = new WPTRunner('WebCryptoAPI'); | |
| 10 | 10 | ||
| 11 | - // Set Node.js flags required for the tests. | ||
| 12 | - runner.setFlags(['--experimental-global-webcrypto']); | ||
| 13 | - | ||
| 14 | 11 | runner.setInitScript(` | |
| 15 | 12 | global.location = {}; | |
| 16 | 13 | `); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments