Source code

Revision control

Copy as Markdown

Other Tools

[navigation-insecure.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]
[Do not clear datatypes on insecure navigation (header: )]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[Do not clear datatypes on insecure navigation (header: cookies)]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
[Do not clear datatypes on insecure navigation (header: storage)]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
[Do not clear datatypes on insecure navigation (header: cookies, storage)]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]