blob: 80af385050f9652c37c63b96ccda46a756a7bb12 (
plain)
1
2
3
4
5
6
7
8
|
[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]
|