[query-evaluation.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[style((width: 1px))]
expected: FAIL
[style(not (height: 2px))]
expected: FAIL
[style((width: 1px) and (width: 1px))]
expected: FAIL
[style((width: 1px) and (width: 1px) and (width: 1px))]
expected: FAIL
[style((width: 1px) or (width: 1px))]
expected: FAIL
[style((width: 1px) or (width: 1px) or (width: 1px))]
expected: FAIL
[style((height: 2px) or (width: 1px) or (width: 1px))]
expected: FAIL
[style((width: 1px) or (height: 2px) or (width: 1px))]
expected: FAIL
[style((width: 1px) or (width: 1px) or (height: 2px))]
expected: FAIL
[style((unknown) or (width: 1px) or (width: 1px))]
expected: FAIL
[style((width: 1px) or (unknown) or (width: 1px))]
expected: FAIL
[style((width: 1px) or (width: 1px) or (unknown))]
expected: FAIL
[style((unknown) or (height: 2px) or (width: 1px))]
expected: FAIL
[style(not ((width: 1px) and (height: 2px)))]
expected: FAIL
[style((height: 2px) or (not ((height: 2px) and (width: 1px))))]
expected: FAIL