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

15 lines
441 B
INI

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