blob: 2a03ed96069864bbb1685148824620c903933ddb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[onchange-event.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not fission: OK
ERROR
[Test that orientationchange event is fired when the orientation changes.]
expected:
if os == "android": PASS
NOTRUN
[Test that orientationchange event is not fired when the orientation does not change.]
expected:
if os == "android": PASS
FAIL
|