diff options
11 files changed, 30 insertions, 39 deletions
diff --git a/tests/wpt/metadata/XMLHttpRequest/open-referer.htm.ini b/tests/wpt/metadata/XMLHttpRequest/open-referer.htm.ini deleted file mode 100644 index 61d869b94be..00000000000 --- a/tests/wpt/metadata/XMLHttpRequest/open-referer.htm.ini +++ /dev/null @@ -1,5 +0,0 @@ -[open-referer.htm] - type: testharness - [XMLHttpRequest: open() - value of Referer header] - expected: FAIL - diff --git a/tests/wpt/metadata/fetch/nosniff/stylesheet.html.ini b/tests/wpt/metadata/fetch/nosniff/stylesheet.html.ini new file mode 100644 index 00000000000..e8b8bb5229e --- /dev/null +++ b/tests/wpt/metadata/fetch/nosniff/stylesheet.html.ini @@ -0,0 +1,3 @@ +[stylesheet.html] + type: testharness + expected: CRASH diff --git a/tests/wpt/metadata/html/browsers/browsing-the-web/navigating-across-documents/source/navigate-child-function-src.html.ini b/tests/wpt/metadata/html/browsers/browsing-the-web/navigating-across-documents/source/navigate-child-function-src.html.ini deleted file mode 100644 index afc5c397fe2..00000000000 --- a/tests/wpt/metadata/html/browsers/browsing-the-web/navigating-across-documents/source/navigate-child-function-src.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[navigate-child-function-src.html] - type: testharness - expected: TIMEOUT - [Set src from a function called from a parent] - expected: NOTRUN - diff --git a/tests/wpt/metadata/html/browsers/browsing-the-web/navigating-across-documents/source/navigate-child-function.html.ini b/tests/wpt/metadata/html/browsers/browsing-the-web/navigating-across-documents/source/navigate-child-function.html.ini deleted file mode 100644 index 8bb91c33c67..00000000000 --- a/tests/wpt/metadata/html/browsers/browsing-the-web/navigating-across-documents/source/navigate-child-function.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[navigate-child-function.html] - type: testharness - expected: TIMEOUT - [Set location from a function called from a parent] - expected: NOTRUN - diff --git a/tests/wpt/metadata/html/browsers/history/the-history-interface/009.html.ini b/tests/wpt/metadata/html/browsers/history/the-history-interface/009.html.ini index 2633411d86e..775bd6adf7d 100644 --- a/tests/wpt/metadata/html/browsers/history/the-history-interface/009.html.ini +++ b/tests/wpt/metadata/html/browsers/history/the-history-interface/009.html.ini @@ -1,3 +1,14 @@ [009.html] type: testharness - expected: TIMEOUT + [HTTP Referer should use the pushed state] + expected: FAIL + + [document.referrer should use the pushed state] + expected: FAIL + + [HTTP Referer should use the replaced state] + expected: FAIL + + [document.referrer should use the replaced state] + expected: FAIL + diff --git a/tests/wpt/metadata/html/browsers/history/the-history-interface/010.html.ini b/tests/wpt/metadata/html/browsers/history/the-history-interface/010.html.ini index 4dc31aa432a..cd895f71c05 100644 --- a/tests/wpt/metadata/html/browsers/history/the-history-interface/010.html.ini +++ b/tests/wpt/metadata/html/browsers/history/the-history-interface/010.html.ini @@ -1,3 +1,14 @@ [010.html] type: testharness - expected: TIMEOUT + [HTTP Referer should use the pushed state (before onload)] + expected: FAIL + + [document.referrer should use the pushed state (before onload)] + expected: FAIL + + [HTTP Referer should use the replaced state (before onload)] + expected: FAIL + + [document.referrer should use the replaced state (before onload)] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/document-metadata/the-link-element/link-style-error-01.html.ini b/tests/wpt/metadata/html/semantics/document-metadata/the-link-element/link-style-error-01.html.ini new file mode 100644 index 00000000000..0e668519240 --- /dev/null +++ b/tests/wpt/metadata/html/semantics/document-metadata/the-link-element/link-style-error-01.html.ini @@ -0,0 +1,3 @@ +[link-style-error-01.html] + type: testharness + expected: CRASH diff --git a/tests/wpt/metadata/referrer-policy/strict-origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-insecure.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/strict-origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-insecure.keep-origin-redirect.http.html.ini deleted file mode 100644 index 5459fd2dd5a..00000000000 --- a/tests/wpt/metadata/referrer-policy/strict-origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-insecure.keep-origin-redirect.http.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[same-insecure.keep-origin-redirect.http.html] - type: testharness - [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/strict-origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-insecure.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/strict-origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-insecure.no-redirect.http.html.ini deleted file mode 100644 index 5aacf4c8e72..00000000000 --- a/tests/wpt/metadata/referrer-policy/strict-origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-insecure.no-redirect.http.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[same-insecure.no-redirect.http.html] - type: testharness - [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/strict-origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-insecure.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/strict-origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-insecure.keep-origin-redirect.http.html.ini deleted file mode 100644 index 5fcdb536ad4..00000000000 --- a/tests/wpt/metadata/referrer-policy/strict-origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-insecure.keep-origin-redirect.http.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[same-insecure.keep-origin-redirect.http.html] - type: testharness - [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/strict-origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-insecure.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/strict-origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-insecure.no-redirect.http.html.ini deleted file mode 100644 index c2e6c807f9f..00000000000 --- a/tests/wpt/metadata/referrer-policy/strict-origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-insecure.no-redirect.http.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[same-insecure.no-redirect.http.html] - type: testharness - [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] - expected: FAIL - |