orientation-reading.html.ini (735B)
1 [orientation-reading.html] 2 expected: 3 if (os == "android") and not debug: [OK, TIMEOUT] 4 if os == "mac": [OK, TIMEOUT] 5 [Test that ScreenOrientation's attribute values change after 'change' event fires] 6 expected: 7 if (os == "android") and debug: PASS 8 if (os == "android") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] 9 if os == "mac": [FAIL, NOTRUN] 10 FAIL 11 12 [Test the orientations and associated angles when the natural orientation is 'portrait'] 13 expected: 14 if os == "mac": [PASS, TIMEOUT] 15 16 [Test the orientations and associated angles when the natural orientation is 'landscape'] 17 expected: 18 if (os == "android") and not debug: [PASS, TIMEOUT] 19 if os == "mac": [PASS, NOTRUN]