1
0
Fork 0
firefox/testing/web-platform/meta/fetch/api/basic/conditional-get.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

17 lines
426 B
INI

[conditional-get.any.worker.html]
expected:
if (os == "android") and not debug: [OK, CRASH]
[Testing conditional GET with ETags]
expected:
if (os == "android") and not debug: [PASS, FAIL]
[conditional-get.any.html]
expected:
if os == "android": [OK, CRASH]
[conditional-get.any.serviceworker.html]
expected:
if (os == "mac") and not debug: [OK, ERROR]
[conditional-get.any.sharedworker.html]