Source code

Revision control

Copy as Markdown

Other Tools

[url-parsing.https.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
[getRegistration should use the relevant global of the object it was called on to resolve the script URL]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
[register should use the relevant global of the object it was called on to resolve the script URL and the given scope URL]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[register should use the relevant global of the object it was called on to resolve the script URL and the default scope URL]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]