Source code

Revision control

Copy as Markdown

Other Tools

[navigation.https.html]
expected:
if (os == "linux") and not debug and not asan and not tsan: [OK, TIMEOUT]
if os == "win": [OK, TIMEOUT]
[Clear datatypes on navigation: cookies, storage]
expected:
if (os == "linux") and not debug and not asan and not tsan: [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and debug: [PASS, TIMEOUT]
[Clear datatypes on navigation: storage]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]