8 lines
277 B
INI
8 lines
277 B
INI
[remove-last.html]
|
|
expected:
|
|
if (os == "mac") and debug and (version == "OS X 14.7"): [OK, CRASH]
|
|
if (os == "mac") and not debug: [OK, TIMEOUT]
|
|
[Remove the last element on the fullscreen element stack]
|
|
expected:
|
|
if os == "mac": [FAIL, TIMEOUT]
|
|
FAIL
|