[orientation-reading.html] expected: if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT] if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT] if os == "mac": [OK, TIMEOUT] [Test that ScreenOrientation's attribute values change after 'change' event fires] expected: if (os == "android") and not debug and sessionHistoryInParent: [PASS, NOTRUN, FAIL] if (os == "android") and not debug and not sessionHistoryInParent: [PASS, FAIL, NOTRUN] if (os == "android") and debug: PASS if os == "mac": [FAIL, NOTRUN] FAIL [Test the orientations and associated angles when the natural orientation is 'portrait'] expected: if os == "mac": [PASS, TIMEOUT] [Test the orientations and associated angles when the natural orientation is 'landscape'] expected: if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT] if (os == "android") and not sessionHistoryInParent and not debug: [PASS, TIMEOUT] if os == "mac": [PASS, NOTRUN]