blob: 6581a5bbf05c8930e4df8a4720d5bee8e590f9dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[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
|