Source code
Revision control
Copy as Markdown
Other Tools
[orientation-reading.html]
expected:
if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT]
if (os == "android") and not debug and not sessionHistoryInParent: [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, TIMEOUT, NOTRUN, FAIL]
if (os == "android") and not debug and not sessionHistoryInParent: [PASS, FAIL, TIMEOUT, 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 not debug and sessionHistoryInParent: [PASS, TIMEOUT]
if (os == "android") and not debug and not sessionHistoryInParent: [PASS, TIMEOUT]
if os == "mac": [PASS, NOTRUN]