diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/referrer-policy/origin | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/referrer-policy/origin')
36 files changed, 288 insertions, 0 deletions
diff --git a/testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 000000000..ab1eb0ab6 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the attr-referrer\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 000000000..9be65626a --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.no-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the attr-referrer\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 000000000..11396f8c2 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the attr-referrer\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 000000000..4be538376 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the attr-referrer\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 000000000..161a46253 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.no-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the attr-referrer\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 000000000..abbf01998 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the attr-referrer\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 000000000..3e3a73fb5 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the attr-referrer\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-http/img-tag/generic.no-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-http/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 000000000..39f8b3610 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-http/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.no-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the attr-referrer\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 000000000..b71d8cf8f --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the attr-referrer\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 000000000..a1f3b5d7a --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the attr-referrer\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 000000000..31ee2bb98 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.no-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the attr-referrer\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 000000000..083d96cfd --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the attr-referrer\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 000000000..f9451aa56 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 000000000..c16cde41e --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.no-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 000000000..fbc8dbd96 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 000000000..f4f4e06e1 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 000000000..1795f6046 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.no-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 000000000..5241546ee --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 000000000..31f8b5c1c --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 000000000..26d78c9ef --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.no-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 000000000..2c750ebae --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 000000000..486a46788 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 000000000..6a41e7f3a --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.no-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 000000000..df76a41b4 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/meta-referrer/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 000000000..bfb29b439 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the meta-referrer\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/meta-referrer/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 000000000..3cf1a77db --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.no-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the meta-referrer\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/meta-referrer/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 000000000..94ad4fe3d --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the meta-referrer\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/meta-referrer/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 000000000..0f4f68494 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the meta-referrer\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/meta-referrer/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 000000000..cb60e9f79 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.no-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the meta-referrer\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/meta-referrer/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 000000000..f7d4d8bd4 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the meta-referrer\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 000000000..7fb5994a6 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the meta-referrer\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-http/img-tag/generic.no-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-http/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 000000000..22319be0a --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-http/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.no-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the meta-referrer\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 000000000..7928a1a8e --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the meta-referrer\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 000000000..f6ecb4a82 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the meta-referrer\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 000000000..4e535d9e6 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.no-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the meta-referrer\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + diff --git a/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 000000000..ca0c8aa85 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/origin/meta-referrer/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,8 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): OK + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the meta-referrer\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: + if (os == "linux") and (version == "Ubuntu 16.04"): PASS + |