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