Bug 1827782 - [wpt-sync] Update web-platform-tests to e27d35c6a232f7de611ad3dbf0d97fc...
[gecko.git] / testing / web-platform / meta / html / semantics / scripting-1 / the-script-element / module / dynamic-import / microtasks / basic.any.js.ini
blob17029db21cdf5910b4220cd11f4cf70d3d145c5b
1 [basic.any.html]
2 expected:
3 if (os == "linux") and debug: TIMEOUT
4 if (os == "mac") and not debug: [OK, TIMEOUT]
5 if os == "android": TIMEOUT
6 [TIMEOUT, OK]
7 [import() should not drain the microtask queue when loading an already loaded module]
8 expected: FAIL
11 [basic.any.sharedworker.html]
12 expected: TIMEOUT
13 [import() should drain the microtask queue when fetching a new module]
14 expected: TIMEOUT
16 [import() should not drain the microtask queue when loading an already loaded module]
17 expected: FAIL
20 [basic.any.worker.html]
21 expected: [TIMEOUT, OK]
22 [import() should not drain the microtask queue if it fails during specifier resolution]
23 expected:
24 if release_or_beta: FAIL
26 [import() should not drain the microtask queue when loading an already loaded module]
27 expected: FAIL
29 [import() should drain the microtask queue when fetching a new module]
30 expected:
31 if release_or_beta: FAIL
32 TIMEOUT