blob: a0316143c60bfd9f61c2869a80dae7a3d4430981 (
plain)
1
2
3
4
5
6
|
[navigate-replace-same-document.html]
expected:
if (os == "linux") and debug and not fission: [OK, ERROR]
if (os == "android") and debug: [OK, ERROR]
if (os == "mac") and debug: [OK, ERROR]
[ERROR, OK]
|