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