Source code
Revision control
Copy as Markdown
Other Tools
[event-before-promise.html]
expected:
if (os == "mac") and debug: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
[The 'change' event must fire before the [[orientationPendingPromise\]\] is resolved.]
expected:
if (os == "mac") and debug: [FAIL, TIMEOUT]
if (os == "mac") and not debug: [FAIL, TIMEOUT]
if os == "android": PASS
FAIL