Source code
Revision control
Copy as Markdown
Other Tools
[unregister-then-register-new-script.https.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "android") and debug: [OK, ERROR]
[Registering a new script URL that fails to install does not resurrect unregistered registration]
expected:
if (processor == "x86") and not debug: [PASS, NOTRUN]
[Registering a new script URL while an unregistered registration is in use]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[Registering a new script URL that 404s does not resurrect unregistered registration]
expected:
if (processor == "x86") and not debug: [PASS, NOTRUN]