diff options
Diffstat (limited to 'testing/web-platform/meta/clear-site-data')
5 files changed, 65 insertions, 0 deletions
diff --git a/testing/web-platform/meta/clear-site-data/executionContexts.sub.html.ini b/testing/web-platform/meta/clear-site-data/executionContexts.sub.html.ini new file mode 100644 index 0000000000..4ceea792fb --- /dev/null +++ b/testing/web-platform/meta/clear-site-data/executionContexts.sub.html.ini @@ -0,0 +1,2 @@ +[executionContexts.sub.html] + disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1635189 diff --git a/testing/web-platform/meta/clear-site-data/navigation-insecure.html.ini b/testing/web-platform/meta/clear-site-data/navigation-insecure.html.ini new file mode 100644 index 0000000000..65fe559734 --- /dev/null +++ b/testing/web-platform/meta/clear-site-data/navigation-insecure.html.ini @@ -0,0 +1,23 @@ +[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] 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] diff --git a/testing/web-platform/meta/clear-site-data/resource.html.ini b/testing/web-platform/meta/clear-site-data/resource.html.ini new file mode 100644 index 0000000000..d9497831fb --- /dev/null +++ b/testing/web-platform/meta/clear-site-data/resource.html.ini @@ -0,0 +1,23 @@ +[resource.html] + expected: + if (os == "win") and not debug: [OK, TIMEOUT] + if (os == "mac") and not debug: [OK, TIMEOUT] + [https resource on a https page] + expected: + if (os == "win") and not debug: [PASS, TIMEOUT] + + [https resource on a http page] + expected: + 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 == "mac") and not debug: [PASS, TIMEOUT] + + [http resource on a https page] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + if (os == "win") and not debug: [PASS, NOTRUN] + + [http resource on a http page] + expected: + if (os == "win") and not debug: [PASS, NOTRUN] + if (os == "mac") and not debug: [PASS, NOTRUN] diff --git a/testing/web-platform/meta/clear-site-data/storage.https.html.ini b/testing/web-platform/meta/clear-site-data/storage.https.html.ini new file mode 100644 index 0000000000..e9373e7517 --- /dev/null +++ b/testing/web-platform/meta/clear-site-data/storage.https.html.ini @@ -0,0 +1,2 @@ +[storage.https.html] + disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1456995 |