14 lines
495 B
INI
14 lines
495 B
INI
[fullscreen-interactions.html]
|
|
expected:
|
|
if (os == "mac") and debug: [OK, TIMEOUT]
|
|
if (os == "mac") and not debug: [OK, TIMEOUT]
|
|
[fullscreen and orientation support]
|
|
expected:
|
|
if (os == "mac") and debug: [FAIL, TIMEOUT]
|
|
if os == "android": PASS
|
|
FAIL
|
|
|
|
[Iframe can't itself know if it's parent is fullscreen when changing orientation]
|
|
expected:
|
|
if (os == "mac") and debug: [PASS, NOTRUN, TIMEOUT]
|
|
if (os == "mac") and not debug: [PASS, TIMEOUT]
|