15 lines
445 B
INI
15 lines
445 B
INI
[request-cache-no-cache.any.html]
|
|
expected:
|
|
if (os == "mac") and not debug: [OK, CRASH]
|
|
if os == "android": [OK, CRASH]
|
|
|
|
[request-cache-no-cache.any.sharedworker.html]
|
|
|
|
[request-cache-no-cache.any.worker.html]
|
|
expected:
|
|
if (os == "mac") and not debug: [OK, CRASH]
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[request-cache-no-cache.any.serviceworker.html]
|
|
expected:
|
|
if (os == "android") and not debug: [OK, ERROR]
|