Source code

Revision control

Copy as Markdown

Other Tools

[process-getter.https.html]
expected:
if (os == "android") and debug and sessionHistoryInParent: TIMEOUT
if (os == "android") and debug and not sessionHistoryInParent: [OK, TIMEOUT, CRASH]
if (os == "android") and not debug: [OK, TIMEOUT]
if os == "mac": [OK, TIMEOUT]
['process' getter on prototype]
expected:
if os == "mac": [PASS, TIMEOUT]
['process' getter on instance]
expected:
if os == "mac": [PASS, NOTRUN]