1
0
Fork 0
firefox/testing/web-platform/meta/xhr/xhr-timeout-longtask.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

18 lines
611 B
INI

[xhr-timeout-longtask.any.html]
expected:
if (os == "linux") and not debug and asan and fission: CRASH
if (os == "win") and debug and (processor == "x86"): CRASH
if (os == "linux") and debug: CRASH
[Long tasks should not trigger load timeout]
expected:
if (os == "mac") and debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
FAIL
[xhr-timeout-longtask.any.worker.html]
[Long tasks should not trigger load timeout]
expected:
if (os == "linux") and debug and not fission: [FAIL, PASS]
if (os == "win") and not debug: PASS
[PASS, FAIL]