14 lines
458 B
INI
14 lines
458 B
INI
[onchange-event.html]
|
|
expected:
|
|
if (os == "mac") and debug: [OK, TIMEOUT]
|
|
[Test that orientationchange event is fired when the orientation changes.]
|
|
expected:
|
|
if (os == "mac") and debug: [FAIL, NOTRUN]
|
|
if os == "android": PASS
|
|
FAIL
|
|
|
|
[Test that orientationchange event is not fired when the orientation does not change.]
|
|
expected:
|
|
if (os == "mac") and debug: [FAIL, TIMEOUT]
|
|
if os == "android": PASS
|
|
FAIL
|