blob: 791635dd007bba408e205132b8e293ffe5c77c13 (
plain)
1
2
3
4
5
|
[disclosure-styles.html]
expected:
if (os == "android") and not swgl and debug: [FAIL, PASS]
if (os == "android") and not swgl and not debug: [PASS, FAIL]
if (os == "android") and swgl: [FAIL, PASS]
|