process-getter.https.html.ini (458B)
1 [process-getter.https.html] 2 expected: 3 if (os == "android") and debug and sessionHistoryInParent: TIMEOUT 4 if (os == "android") and debug and not sessionHistoryInParent: [OK, TIMEOUT, CRASH] 5 if (os == "android") and not debug: [OK, TIMEOUT] 6 if os == "mac": [OK, TIMEOUT] 7 ['process' getter on prototype] 8 expected: 9 if os == "mac": [PASS, TIMEOUT] 10 11 ['process' getter on instance] 12 expected: 13 if os == "mac": [PASS, NOTRUN]