diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/wpt/runner/expectation.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/wpt/runner/expectation.json b/tests/wpt/runner/expectation.json index ef22d1dd7..642dbc8af 100644 --- a/tests/wpt/runner/expectation.json +++ b/tests/wpt/runner/expectation.json @@ -10382,12 +10382,10 @@ "blob-url-workers.window.html": [], "microtasks": { "basic.any.html": [ - "import() should not drain the microtask queue if it fails during specifier resolution", - "import() should not drain the microtask queue when loading an already loaded module" + "import() should not drain the microtask queue if it fails during specifier resolution" ], "basic.any.worker.html": [ - "import() should not drain the microtask queue if it fails during specifier resolution", - "import() should not drain the microtask queue when loading an already loaded module" + "import() should not drain the microtask queue if it fails during specifier resolution" ], "css-import-in-worker.any.worker.html": true, "with-import-assertions.any.html": true, |