trisquel-icecat/icecat/testing/web-platform/meta/wasm/webapi/invalid-args.any.js.ini
2025-10-06 02:35:48 -06:00

16 lines
421 B
INI

[invalid-args.any.serviceworker.html]
expected:
if (os == "android") and not debug: [OK, ERROR]
[invalid-args.any.worker.html]
expected:
if (os == "mac") and not debug: [OK, CRASH]
if (os == "android") and not debug: [OK, CRASH]
[invalid-args.any.sharedworker.html]
expected:
if (os == "android") and not debug: [OK, CRASH]
[invalid-args.any.html]
expected:
if os == "android": [OK, CRASH]