[navigate-replace-same-document.html]
expected:
if (os == "win") and not swgl and (processor == "x86") and debug: [OK, ERROR]
if (os == "linux") and fission and swgl: [OK, ERROR]
if (os == "win") and swgl: [OK, ERROR]
if (os == "android") and fission: [OK, ERROR, TIMEOUT]
if (os == "android") and not fission: [OK, ERROR]
[ERROR, OK]