Source code

Revision control

Copy as Markdown

Other Tools

[script-change-transform.https.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "linux") and not debug: [OK, CRASH]
[change sender transform]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]