diff options
Diffstat (limited to 'testing/web-platform/meta/clear-site-data/navigation.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/clear-site-data/navigation.https.html.ini | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/meta/clear-site-data/navigation.https.html.ini b/testing/web-platform/meta/clear-site-data/navigation.https.html.ini new file mode 100644 index 0000000000..269f4cd4cf --- /dev/null +++ b/testing/web-platform/meta/clear-site-data/navigation.https.html.ini @@ -0,0 +1,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] |