trisquel-icecat/icecat/testing/web-platform/meta/infrastructure/server/context.any.js.ini
2025-10-06 02:35:48 -06:00

23 lines
546 B
INI

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