blob: 269f4cd4cfca071881dfe5eddc51d586a17586c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[navigation.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]
if (os == "win") and debug: [OK, TIMEOUT]
[Clear datatypes on navigation: cookies, storage]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and debug: [PASS, TIMEOUT]
[Clear datatypes on navigation: storage]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
|