[cookies.any.html]
expected:
if (os == "android") and not debug: [OK, CRASH]
[cookies.any.worker.html]
expected:
if (os == "android") and not debug: [OK, CRASH]
[cookies.any.serviceworker.html]
expected:
if (os == "mac") and not debug: [OK, ERROR]
if (os == "android") and not debug: [OK, ERROR]
[cookies.any.sharedworker.html]
[Same-origin mode: 2 cookies]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]