1
0
Fork 0
firefox/testing/web-platform/meta/wasm/webapi/abort.any.js.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

12 lines
415 B
INI

[abort.any.worker.html]
[compileStreaming() synchronously followed by abort should reject with AbortError]
expected:
if (os == "linux") and debug and fission: [PASS, FAIL]
if (os == "linux") and not debug: [PASS, FAIL]
[instantiateStreaming() synchronously followed by abort should reject with AbortError]
expected:
if not fission and (os == "linux"): [PASS, FAIL]
[abort.any.html]