blob: 3628d1480e4c513cfef98cb5fc5ae7d50c0f0d9b (
plain)
1
2
3
4
5
|
[resource-reload-TAO.html]
expected:
if not fission and (os == "linux") and not debug: [OK, ERROR]
if not fission and (os == "linux") and debug: [OK, ERROR]
if not fission and (os == "android"): [OK, ERROR]
|