diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index f5cad5f96..3d5a33c23 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -6936,12 +6936,8 @@ "scripting-1": { "the-script-element": { "import-assertions": { - "dynamic-import-with-assertion-argument.any.html": [ - "Dynamic import with an unsupported import assertion should fail" - ], - "dynamic-import-with-assertion-argument.any.worker.html": [ - "Dynamic import with an unsupported import assertion should fail" - ] + "dynamic-import-with-assertion-argument.any.html": true, + "dynamic-import-with-assertion-argument.any.worker.html": true }, "json-module": { "charset-bom.any.html": [ |