16 lines
588 B
INI
16 lines
588 B
INI
[nested-documents.html]
|
|
expected:
|
|
if (os == "mac") and debug: [ERROR, TIMEOUT]
|
|
if (os == "mac") and not debug: [ERROR, TIMEOUT]
|
|
ERROR
|
|
[Requesting orientation lock from one document cancels the lock request from another document]
|
|
expected:
|
|
if (os == "mac") and debug: [FAIL, TIMEOUT]
|
|
if (os == "mac") and not debug: [FAIL, TIMEOUT]
|
|
FAIL
|
|
|
|
[The orientation lock from one document affects lock requests from other documents]
|
|
expected:
|
|
if (os == "mac") and debug: [FAIL, NOTRUN]
|
|
if (os == "mac") and not debug: [FAIL, NOTRUN]
|
|
FAIL
|