Source code
Revision control
Copy as Markdown
Other Tools
[onchange-event-subframe.html]
expected:
if (os == "mac") and debug: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
[Test subframes receive orientation change events]
expected:
if (os == "mac") and debug: [FAIL, TIMEOUT]
if (os == "mac") and not debug: [FAIL, TIMEOUT]
if os == "android": PASS
FAIL
[Check directly that events are fired in right order (from top to bottom)]
expected:
if (os == "mac") and debug: [FAIL, NOTRUN]
if (os == "mac") and not debug: [FAIL, NOTRUN]
if os == "android": PASS
FAIL