20 lines
727 B
INI
20 lines
727 B
INI
[containing-block.html]
|
|
[Not in containing block and not intersecting.]
|
|
expected:
|
|
if (os == "android") and debug and swgl: [PASS, FAIL]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[Not in containing block and intersecting.]
|
|
expected:
|
|
if (os == "android") and debug and swgl: [PASS, FAIL]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[In containing block and intersecting.]
|
|
expected:
|
|
if (os == "android") and debug and swgl: [PASS, FAIL]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[In containing block and not intersecting.]
|
|
expected:
|
|
if (os == "android") and debug and swgl: [PASS, FAIL]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|