Source code
Revision control
Copy as Markdown
Other Tools
[channel-mode-interp-basic.html]
expected:
if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT]
if (os == "android") and debug and not sessionHistoryInParent: [OK, CRASH, TIMEOUT]
if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT]
if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT]