diff options
Diffstat (limited to 'testing/web-platform/meta/clear-site-data/navigation-insecure.html.ini')
-rw-r--r-- | testing/web-platform/meta/clear-site-data/navigation-insecure.html.ini | 23 |
1 files changed, 23 insertions, 0 deletions
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] |