17 lines
426 B
INI
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]
|