[onchange-event-subframe.html]
expected:
if (os == "win") and debug and (processor == "x86"): [OK, TIMEOUT]
if os == "mac": [OK, TIMEOUT]
[Test subframes receive orientation change events]
expected:
if os == "mac": [FAIL, TIMEOUT]
if os == "android": PASS
FAIL
[Check directly that events are fired in right order (from top to bottom)]
expected:
if (os == "win") and debug and (processor == "x86"): [FAIL, TIMEOUT]
if os == "mac": [FAIL, NOTRUN]
if os == "android": PASS
FAIL