21 lines
797 B
INI
21 lines
797 B
INI
[worker-cookies.tentative.https.window.html?worker=dedicated_worker]
|
|
expected:
|
|
if not tsan and (processor == "x86") and debug: CRASH
|
|
if tsan: TIMEOUT
|
|
[Worker spawned from credentialless iframe can't access global cookies]
|
|
expected: FAIL
|
|
|
|
|
|
[worker-cookies.tentative.https.window.html?worker=service_worker]
|
|
expected:
|
|
if (os == "linux") and not tsan and not debug and asan: CRASH
|
|
if (os == "linux") and not tsan and debug: CRASH
|
|
if (os == "mac") and debug: CRASH
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
[Worker spawned from credentialless iframe can't access global cookies]
|
|
expected: FAIL
|
|
|
|
|
|
[worker-cookies.tentative.https.window.html?worker=shared_worker]
|
|
[Worker spawned from credentialless iframe can't access global cookies]
|
|
expected: FAIL
|