Source code

Revision control

Copy as Markdown

Other Tools

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