[onchange-event.html] expected: if (os == "win") and (processor == "x86") and debug: ["ERROR", "OK"] if (os == "win") and (processor == "x86") and not debug: ["ERROR", "OK"] if os == "android": ["TIMEOUT", "OK", "ERROR"] [OK, ERROR] [Test that orientationchange event is fired when the orientation changes.] expected: if os == "android": TIMEOUT FAIL [Test that orientationchange event is not fired when the orientation does not change.] expected: if os == "android": PASS FAIL