15 lines
738 B
INI
15 lines
738 B
INI
[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]
|