[orientation-reading.html] expected: if (os == "android") 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 debug: PASS if (os == "android") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] 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 not debug: [PASS, TIMEOUT] if os == "mac": [PASS, NOTRUN]