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