Source code

Revision control

Copy as Markdown

Other Tools

[registration-script.https.html]
expected:
if (os == "android") and debug and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[Registering script importing non-existent script]
expected:
if (os == "android") and not debug: [PASS, NOTRUN]
[Registering script importing malformed script]
expected:
if (os == "android") and not debug: [PASS, NOTRUN]
[Registering script including caught exception]
expected:
if (os == "android") and not debug: [PASS, NOTRUN]
[Registering script including parse error]
expected:
if (os == "android") and not debug: [PASS, TIMEOUT]
[Registering script including undefined error]
expected:
if (os == "android") and not debug: [PASS, NOTRUN]
[Registering non-existent script]
expected:
if (os == "android") and not debug: [PASS, NOTRUN]
[Registering script including uncaught exception]
expected:
if (os == "android") and not debug: [PASS, NOTRUN]