19 lines
521 B
INI
19 lines
521 B
INI
[fetch.any.html]
|
|
expected:
|
|
if (os == "android") and debug and not swgl: [OK, TIMEOUT]
|
|
[Second fetch returns same response]
|
|
expected:
|
|
if (os == "android") and debug and not swgl: [PASS, TIMEOUT]
|
|
|
|
|
|
[fetch.any.worker.html]
|
|
|
|
[fetch.any.serviceworker.html]
|
|
expected:
|
|
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
|
|
[Second fetch returns same response]
|
|
expected:
|
|
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
|
|
|
|
|
|
[fetch.any.sharedworker.html]
|