Summary

Harness status: OK

Found 48 tests

Details

ResultTest NameMessage
PassCheck method init value of GET and associated getter
Asserts run
Pass
assert_equals("GET", "GET", "Expect request's method is GET when initialized with GET")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck method init value of HEAD and associated getter
Asserts run
Pass
assert_equals("HEAD", "HEAD", "Expect request's method is HEAD when initialized with HEAD")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck method init value of POST and associated getter
Asserts run
Pass
assert_equals("POST", "POST", "Expect request's method is POST when initialized with POST")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck method init value of PUT and associated getter
Asserts run
Pass
assert_equals("PUT", "PUT", "Expect request's method is PUT when initialized with PUT")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck method init value of DELETE and associated getter
Asserts run
Pass
assert_equals("DELETE", "DELETE", "Expect request's method is DELETE when initialized with DELETE")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck method init value of OPTIONS and associated getter
Asserts run
Pass
assert_equals("OPTIONS", "OPTIONS", "Expect request's method is OPTIONS when initialized with OPTIONS")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck method init value of get and associated getter
Asserts run
Pass
assert_equals("GET", "GET", "Expect request's method is GET when initialized with get")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck method init value of head and associated getter
Asserts run
Pass
assert_equals("HEAD", "HEAD", "Expect request's method is HEAD when initialized with head")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck method init value of post and associated getter
Asserts run
Pass
assert_equals("POST", "POST", "Expect request's method is POST when initialized with post")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck method init value of put and associated getter
Asserts run
Pass
assert_equals("PUT", "PUT", "Expect request's method is PUT when initialized with put")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck method init value of delete and associated getter
Asserts run
Pass
assert_equals("DELETE", "DELETE", "Expect request's method is DELETE when initialized with delete")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck method init value of options and associated getter
Asserts run
Pass
assert_equals("OPTIONS", "OPTIONS", "Expect request's method is OPTIONS when initialized with options")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck method init value of Get and associated getter
Asserts run
Pass
assert_equals("GET", "GET", "Expect request's method is GET when initialized with Get")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck method init value of hEad and associated getter
Asserts run
Pass
assert_equals("HEAD", "HEAD", "Expect request's method is HEAD when initialized with hEad")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck method init value of poSt and associated getter
Asserts run
Pass
assert_equals("POST", "POST", "Expect request's method is POST when initialized with poSt")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck method init value of Put and associated getter
Asserts run
Pass
assert_equals("PUT", "PUT", "Expect request's method is PUT when initialized with Put")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck method init value of deleTe and associated getter
Asserts run
Pass
assert_equals("DELETE", "DELETE", "Expect request's method is DELETE when initialized with deleTe")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck method init value of optionS and associated getter
Asserts run
Pass
assert_equals("OPTIONS", "OPTIONS", "Expect request's method is OPTIONS when initialized with optionS")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck method init value of PATCH and associated getter
Asserts run
Pass
assert_equals("PATCH", "PATCH", "Expect request's method is PATCH when initialized with PATCH")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck method init value of patch and associated getter
Asserts run
Pass
assert_equals("patch", "patch", "Expect request's method is patch when initialized with patch")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck method init value of patCh and associated getter
Asserts run
Pass
assert_equals("patCh", "patCh", "Expect request's method is patCh when initialized with patCh")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
FailCheck referrer init value of /relative/ressource and associated getterassert_equals: Expect request's referrer is http://wpt.live:80/relative/ressource when initialized with /relative/ressource expected "http://wpt.live:80/relative/ressource" but got "https://wpt.live/relative/ressource"
    at Test.<anonymous> (https://wpt.live/fetch/api/request/request-init-001.sub.html:105:13)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/fetch/api/request/request-init-001.sub.html:101:11
Asserts run
Fail
assert_equals("https://wpt.live/relative/ressource", "http://wpt.live:80/relative/ressource", "Expect request's referrer is http://wpt.live:80/relative/ressource when initialized with /relative/ressource")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
FailCheck referrer init value of http://wpt.live:80/relative/ressource?query=true#fragment and associated getterassert_equals: Expect request's referrer is http://wpt.live:80/relative/ressource?query=true#fragment when initialized with http://wpt.live:80/relative/ressource?query=true#fragment expected "http://wpt.live:80/relative/ressource?query=true#fragment" but got "about:client"
    at Test.<anonymous> (https://wpt.live/fetch/api/request/request-init-001.sub.html:105:13)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/fetch/api/request/request-init-001.sub.html:101:11
Asserts run
Fail
assert_equals("about:client", "http://wpt.live:80/relative/ressource?query=true#fragment", "Expect request's referrer is http://wpt.live:80/relative/ressource?query=true#fragment when initialized with http://wpt.live:80/relative/ressource?query=true#fragment")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
FailCheck referrer init value of http://wpt.live:80/ and associated getterassert_equals: Expect request's referrer is http://wpt.live:80/ when initialized with http://wpt.live:80/ expected "http://wpt.live:80/" but got "about:client"
    at Test.<anonymous> (https://wpt.live/fetch/api/request/request-init-001.sub.html:105:13)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/fetch/api/request/request-init-001.sub.html:101:11
Asserts run
Fail
assert_equals("about:client", "http://wpt.live:80/", "Expect request's referrer is http://wpt.live:80/ when initialized with http://wpt.live:80/")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck referrer init value of http://test.url and associated getter
Asserts run
Pass
assert_equals("about:client", "about:client", "Expect request's referrer is about:client when initialized with http://test.url")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck referrer init value of about:client and associated getter
Asserts run
Pass
assert_equals("about:client", "about:client", "Expect request's referrer is about:client when initialized with about:client")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck referrer init value of and associated getter
Asserts run
Pass
assert_equals("", "", "Expect request's referrer is  when initialized with ")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck referrerPolicy init value of and associated getter
Asserts run
Pass
assert_equals("", "", "Expect request's referrerPolicy is  when initialized with ")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck referrerPolicy init value of no-referrer and associated getter
Asserts run
Pass
assert_equals("no-referrer", "no-referrer", "Expect request's referrerPolicy is no-referrer when initialized with no-referrer")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck referrerPolicy init value of no-referrer-when-downgrade and associated getter
Asserts run
Pass
assert_equals("no-referrer-when-downgrade", "no-referrer-when-downgrade", "Expect request's referrerPolicy is no-referrer-when-downgrade when initialized with no-referrer-when-downgrade")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck referrerPolicy init value of origin and associated getter
Asserts run
Pass
assert_equals("origin", "origin", "Expect request's referrerPolicy is origin when initialized with origin")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck referrerPolicy init value of origin-when-cross-origin and associated getter
Asserts run
Pass
assert_equals("origin-when-cross-origin", "origin-when-cross-origin", "Expect request's referrerPolicy is origin-when-cross-origin when initialized with origin-when-cross-origin")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck referrerPolicy init value of unsafe-url and associated getter
Asserts run
Pass
assert_equals("unsafe-url", "unsafe-url", "Expect request's referrerPolicy is unsafe-url when initialized with unsafe-url")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck referrerPolicy init value of same-origin and associated getter
Asserts run
Pass
assert_equals("same-origin", "same-origin", "Expect request's referrerPolicy is same-origin when initialized with same-origin")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck referrerPolicy init value of strict-origin and associated getter
Asserts run
Pass
assert_equals("strict-origin", "strict-origin", "Expect request's referrerPolicy is strict-origin when initialized with strict-origin")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck referrerPolicy init value of strict-origin-when-cross-origin and associated getter
Asserts run
Pass
assert_equals("strict-origin-when-cross-origin", "strict-origin-when-cross-origin", "Expect request's referrerPolicy is strict-origin-when-cross-origin when initialized with strict-origin-when-cross-origin")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck mode init value of same-origin and associated getter
Asserts run
Pass
assert_equals("same-origin", "same-origin", "Expect request's mode is same-origin when initialized with same-origin")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck mode init value of no-cors and associated getter
Asserts run
Pass
assert_equals("no-cors", "no-cors", "Expect request's mode is no-cors when initialized with no-cors")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck mode init value of cors and associated getter
Asserts run
Pass
assert_equals("cors", "cors", "Expect request's mode is cors when initialized with cors")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck credentials init value of omit and associated getter
Asserts run
Pass
assert_equals("omit", "omit", "Expect request's credentials is omit when initialized with omit")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck credentials init value of same-origin and associated getter
Asserts run
Pass
assert_equals("same-origin", "same-origin", "Expect request's credentials is same-origin when initialized with same-origin")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck credentials init value of include and associated getter
Asserts run
Pass
assert_equals("include", "include", "Expect request's credentials is include when initialized with include")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck redirect init value of follow and associated getter
Asserts run
Pass
assert_equals("follow", "follow", "Expect request's redirect is follow when initialized with follow")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck redirect init value of error and associated getter
Asserts run
Pass
assert_equals("error", "error", "Expect request's redirect is error when initialized with error")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck redirect init value of manual and associated getter
Asserts run
Pass
assert_equals("manual", "manual", "Expect request's redirect is manual when initialized with manual")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck integrity init value of and associated getter
Asserts run
Pass
assert_equals("", "", "Expect request's integrity is  when initialized with ")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck integrity init value of AZERTYUIOP1234567890 and associated getter
Asserts run
Pass
assert_equals("AZERTYUIOP1234567890", "AZERTYUIOP1234567890", "Expect request's integrity is AZERTYUIOP1234567890 when initialized with AZERTYUIOP1234567890")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)
PassCheck window init value of null and associated getter
Asserts run
Pass
assert_equals(undefined, undefined, "Expect request's window is undefined when initialized with null")
    at Test.<anonymous> ( /fetch/api/request/request-init-001.sub.html:105:13)