import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo

This commit is contained in:
Roy Tam 2018-01-19 03:59:58 +08:00
commit dcd9973243
150858 changed files with 23884658 additions and 0 deletions

View file

@ -0,0 +1,29 @@
[request-headers-worker.html]
type: testharness
[Fetch with HEAD with body]
expected: FAIL
[Fetch with POST with FormData body]
expected: FAIL
[Fetch with POST with Blob body]
expected: FAIL
[Fetch with POST with ArrayBuffer body]
expected: FAIL
[Fetch with POST with Uint8Array body]
expected: FAIL
[Fetch with POST with Int8Array body]
expected: FAIL
[Fetch with POST with Float32Array body]
expected: FAIL
[Fetch with POST with Float64Array body]
expected: FAIL
[Fetch with POST with DataView body]
expected: FAIL

View file

@ -0,0 +1,29 @@
[request-headers.html]
type: testharness
[Fetch with HEAD with body]
expected: FAIL
[Fetch with POST with FormData body]
expected: FAIL
[Fetch with POST with Blob body]
expected: FAIL
[Fetch with POST with ArrayBuffer body]
expected: FAIL
[Fetch with POST with Uint8Array body]
expected: FAIL
[Fetch with POST with Int8Array body]
expected: FAIL
[Fetch with POST with Float32Array body]
expected: FAIL
[Fetch with POST with Float64Array body]
expected: FAIL
[Fetch with POST with DataView body]
expected: FAIL

View file

@ -0,0 +1,5 @@
[scheme-about-worker.html]
type: testharness
[Fetching about:unicorn is OK]
expected: FAIL

View file

@ -0,0 +1,5 @@
[scheme-about.html]
type: testharness
[Fetching about:unicorn is OK]
expected: FAIL

View file

@ -0,0 +1,9 @@
[scheme-data-worker.html]
type: testharness
expected: ERROR
[Fetching [POST\] data:,response%27s%20body is KO]
expected: FAIL
[Fetching [HEAD\] data:,response%27s%20body is KO]
expected: FAIL

View file

@ -0,0 +1,9 @@
[scheme-data.html]
type: testharness
expected: ERROR
[Fetching [POST\] data:,response%27s%20body is KO]
expected: FAIL
[Fetching [HEAD\] data:,response%27s%20body is KO]
expected: FAIL

View file

@ -0,0 +1,5 @@
[stream-response-worker.html]
type: testharness
[Stream response's body]
expected: FAIL

View file

@ -0,0 +1,5 @@
[stream-response.html]
type: testharness
[Stream response's body]
expected: FAIL

View file

@ -0,0 +1,10 @@
[cors-filtering-worker.html]
type: testharness
[CORS filter on Set-Cookie header]
disabled:
if not debug and (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1260654
[CORS filter on Set-Cookie header, header is exposed]
disabled:
if not debug and (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1260654

View file

@ -0,0 +1,10 @@
[cors-filtering.html]
type: testharness
[CORS filter on Set-Cookie header, header is exposed]
disabled:
if not debug and (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1260654
[CORS filter on Set-Cookie header]
disabled:
if not debug and (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1260654

View file

@ -0,0 +1,17 @@
[cors-multiple-origins-worker.html]
type: testharness
[3 origins allowed, match the 3rd (http://web-platform.test:8000)]
expected: FAIL
[3 origins allowed, match the 3rd ("*")]
expected: FAIL
[3 origins allowed, match twice (http://web-platform.test:8000)]
expected: FAIL
[3 origins allowed, match twice ("*")]
expected: FAIL
[3 origins allowed, match twice ("*" and http://web-platform.test:8000)]
expected: FAIL

View file

@ -0,0 +1,17 @@
[cors-multiple-origins.html]
type: testharness
[3 origins allowed, match the 3rd (http://web-platform.test:8000)]
expected: FAIL
[3 origins allowed, match the 3rd ("*")]
expected: FAIL
[3 origins allowed, match twice (http://web-platform.test:8000)]
expected: FAIL
[3 origins allowed, match twice ("*")]
expected: FAIL
[3 origins allowed, match twice ("*" and http://web-platform.test:8000)]
expected: FAIL

View file

@ -0,0 +1,38 @@
[cors-preflight-referrer-worker.html]
type: testharness
[Referrer policy: ""]
expected: FAIL
[Referrer policy: origin]
expected: FAIL
[Referrer policy: origin-when-cross-origin]
expected: FAIL
[Referrer policy: unsafe-url]
expected: FAIL
[Referrer policy: "" and referrer: default]
expected: FAIL
[Referrer policy: "" and referrer: 'myreferrer']
expected: FAIL
[Referrer policy: origin and referrer: default]
expected: FAIL
[Referrer policy: origin and referrer: 'myreferrer']
expected: FAIL
[Referrer policy: origin-when-cross-origin and referrer: default]
expected: FAIL
[Referrer policy: origin-when-cross-origin and referrer: 'myreferrer']
expected: FAIL
[Referrer policy: unsafe-url and referrer: default]
expected: FAIL
[Referrer policy: unsafe-url and referrer: 'myreferrer']
expected: FAIL

View file

@ -0,0 +1,38 @@
[cors-preflight-referrer.html]
type: testharness
[Referrer policy: ""]
expected: FAIL
[Referrer policy: origin]
expected: FAIL
[Referrer policy: origin-when-cross-origin]
expected: FAIL
[Referrer policy: unsafe-url]
expected: FAIL
[Referrer policy: "" and referrer: default]
expected: FAIL
[Referrer policy: "" and referrer: 'myreferrer']
expected: FAIL
[Referrer policy: origin and referrer: default]
expected: FAIL
[Referrer policy: origin and referrer: 'myreferrer']
expected: FAIL
[Referrer policy: origin-when-cross-origin and referrer: default]
expected: FAIL
[Referrer policy: origin-when-cross-origin and referrer: 'myreferrer']
expected: FAIL
[Referrer policy: unsafe-url and referrer: default]
expected: FAIL
[Referrer policy: unsafe-url and referrer: 'myreferrer']
expected: FAIL

View file

@ -0,0 +1,32 @@
[cors-redirect-preflight-worker.html]
type: testharness
[Redirect 301: cors to same origin (preflight after redirection success case)]
expected: FAIL
[Redirect 301: cors to another cors (preflight after redirection success case)]
expected: FAIL
[Redirect 302: cors to same origin (preflight after redirection success case)]
expected: FAIL
[Redirect 302: cors to another cors (preflight after redirection success case)]
expected: FAIL
[Redirect 303: cors to same origin (preflight after redirection success case)]
expected: FAIL
[Redirect 303: cors to another cors (preflight after redirection success case)]
expected: FAIL
[Redirect 307: cors to same origin (preflight after redirection success case)]
expected: FAIL
[Redirect 307: cors to another cors (preflight after redirection success case)]
expected: FAIL
[Redirect 308: cors to same origin (preflight after redirection success case)]
expected: FAIL
[Redirect 308: cors to another cors (preflight after redirection success case)]
expected: FAIL

View file

@ -0,0 +1,32 @@
[cors-redirect-preflight.html]
type: testharness
[Redirect 301: cors to same origin (preflight after redirection success case)]
expected: FAIL
[Redirect 301: cors to another cors (preflight after redirection success case)]
expected: FAIL
[Redirect 302: cors to same origin (preflight after redirection success case)]
expected: FAIL
[Redirect 302: cors to another cors (preflight after redirection success case)]
expected: FAIL
[Redirect 303: cors to same origin (preflight after redirection success case)]
expected: FAIL
[Redirect 303: cors to another cors (preflight after redirection success case)]
expected: FAIL
[Redirect 307: cors to same origin (preflight after redirection success case)]
expected: FAIL
[Redirect 307: cors to another cors (preflight after redirection success case)]
expected: FAIL
[Redirect 308: cors to same origin (preflight after redirection success case)]
expected: FAIL
[Redirect 308: cors to another cors (preflight after redirection success case)]
expected: FAIL

View file

@ -0,0 +1,17 @@
[headers-basic.html]
type: testharness
[Check keys method]
expected: FAIL
[Check values method]
expected: FAIL
[Check entries method]
expected: FAIL
[Check Symbol.iterator method]
expected: FAIL
[Check forEach method]
expected: FAIL

View file

@ -0,0 +1,11 @@
[headers-normalize.html]
type: testharness
[Create headers with not normalized values]
expected: FAIL
[Check append method with not normalized values]
expected: FAIL
[Check set method with not normalized values]
expected: FAIL

View file

@ -0,0 +1,17 @@
[redirect-location-worker.html]
type: testharness
[Redirect 301 in "manual" mode without location]
expected: FAIL
[Redirect 302 in "manual" mode without location]
expected: FAIL
[Redirect 303 in "manual" mode without location]
expected: FAIL
[Redirect 307 in "manual" mode without location]
expected: FAIL
[Redirect 308 in "manual" mode without location]
expected: FAIL

View file

@ -0,0 +1,17 @@
[redirect-location.html]
type: testharness
[Redirect 301 in "manual" mode without location]
expected: FAIL
[Redirect 302 in "manual" mode without location]
expected: FAIL
[Redirect 303 in "manual" mode without location]
expected: FAIL
[Redirect 307 in "manual" mode without location]
expected: FAIL
[Redirect 308 in "manual" mode without location]
expected: FAIL

View file

@ -0,0 +1,32 @@
[redirect-origin-worker.html]
type: testharness
[Same origin to same origin redirection 301]
expected: FAIL
[Other origin to same origin redirection 301]
expected: FAIL
[Same origin to same origin redirection 302]
expected: FAIL
[Other origin to same origin redirection 302]
expected: FAIL
[Same origin to same origin redirection 303]
expected: FAIL
[Other origin to same origin redirection 303]
expected: FAIL
[Same origin to same origin redirection 307]
expected: FAIL
[Other origin to same origin redirection 307]
expected: FAIL
[Same origin to same origin redirection 308]
expected: FAIL
[Other origin to same origin redirection 308]
expected: FAIL

View file

@ -0,0 +1,32 @@
[redirect-origin.html]
type: testharness
[Same origin to same origin redirection 301]
expected: FAIL
[Other origin to same origin redirection 301]
expected: FAIL
[Same origin to same origin redirection 302]
expected: FAIL
[Other origin to same origin redirection 302]
expected: FAIL
[Same origin to same origin redirection 303]
expected: FAIL
[Other origin to same origin redirection 303]
expected: FAIL
[Same origin to same origin redirection 307]
expected: FAIL
[Other origin to same origin redirection 307]
expected: FAIL
[Same origin to same origin redirection 308]
expected: FAIL
[Other origin to same origin redirection 308]
expected: FAIL

View file

@ -0,0 +1,11 @@
[redirect-to-dataurl-worker.html]
type: testharness
[Testing data URL loading after same-origin redirection (no-cors mode)]
expected: FAIL
[Testing data URL loading after same-origin redirection (same-origin mode)]
expected: FAIL
[Testing data URL loading after cross-origin redirection (no-cors mode)]
expected: FAIL

View file

@ -0,0 +1,11 @@
[redirect-to-dataurl.html]
type: testharness
[Testing data URL loading after same-origin redirection (no-cors mode)]
expected: FAIL
[Testing data URL loading after same-origin redirection (same-origin mode)]
expected: FAIL
[Testing data URL loading after cross-origin redirection (no-cors mode)]
expected: FAIL

View file

@ -0,0 +1,17 @@
[request-consume-empty.html]
type: testharness
[Consume request's body as text]
expected: FAIL
[Consume request's body as blob]
expected: FAIL
[Consume request's body as arrayBuffer]
expected: FAIL
[Consume request's body as json]
expected: FAIL
[Consume request's body as formData]
expected: FAIL

View file

@ -0,0 +1,5 @@
[request-disturbed.html]
type: testharness
[Request without body cannot be disturbed]
expected: FAIL

View file

@ -0,0 +1,5 @@
[request-error.html]
type: testharness
[RequestInit's window is not null]
expected: FAIL

View file

@ -0,0 +1,14 @@
[request-idl.html]
type: testharness
[Request interface: attribute type]
expected: FAIL
[Request interface: attribute destination]
expected: FAIL
[Request interface: new Request("") must inherit property "type" with the proper type (3)]
expected: FAIL
[Request interface: new Request("") must inherit property "destination" with the proper type (4)]
expected: FAIL

View file

@ -0,0 +1,4 @@
[request-init-003.sub.html]
type: testharness
[Check request values when initialized from url string]
expected: FAIL

View file

@ -0,0 +1,8 @@
[request-structure.html]
type: testharness
[Check type attribute]
expected: FAIL
[Check destination attribute]
expected: FAIL

View file

@ -0,0 +1,20 @@
[response-cancel-stream.html]
type: testharness
[Cancelling a starting blob Response stream]
expected: FAIL
[Cancelling a loading blob Response stream]
expected: FAIL
[Cancelling a closed blob Response stream]
expected: FAIL
[Cancelling a starting Response stream]
expected: FAIL
[Cancelling a loading Response stream]
expected: FAIL
[Cancelling a closed Response stream]
expected: FAIL

View file

@ -0,0 +1,11 @@
[response-clone.html]
type: testharness
[Check orginal response's body after cloning]
expected: FAIL
[Check cloned response's body]
expected: FAIL
[Cancelling stream should not affect cloned one]
expected: FAIL

View file

@ -0,0 +1,17 @@
[response-consume-empty.html]
type: testharness
[Consume response's body as text]
expected: FAIL
[Consume response's body as blob]
expected: FAIL
[Consume response's body as arrayBuffer]
expected: FAIL
[Consume response's body as json]
expected: FAIL
[Consume response's body as formData]
expected: FAIL

View file

@ -0,0 +1,26 @@
[response-consume-stream.html]
type: testharness
[Read empty text response's body as readableStream]
expected: FAIL
[Read empty blob response's body as readableStream]
expected: FAIL
[Read blob response's body as readableStream]
expected: FAIL
[Read text response's body as readableStream]
expected: FAIL
[Read form data response's body as readableStream]
expected: FAIL
[Getting an error Response stream]
expected: FAIL
[Getting a redirect Response stream]
expected: FAIL
[Read array buffer response's body as readableStream]
expected: FAIL

View file

@ -0,0 +1,17 @@
[response-consume.html]
type: testharness
[Consume stream response's body as blob]
expected: FAIL
[Consume stream response's body as text]
expected: FAIL
[Consume stream response's body as json]
expected: FAIL
[Consume stream response's body as arrayBuffer]
expected: FAIL
[Consume response's body as formData]
expected: FAIL

View file

@ -0,0 +1,8 @@
[response-idl.html]
type: testharness
[Response interface: attribute body]
expected: FAIL
[Response interface: new Response() must inherit property "body" with the proper type (8)]
expected: FAIL

View file

@ -0,0 +1,5 @@
[response-init-001.html]
type: testharness
[Check default value for body attribute]
expected: FAIL

View file

@ -0,0 +1,5 @@
[response-init-002.html]
type: testharness
[Read Response's body as readableStream]
expected: FAIL

View file

@ -0,0 +1,5 @@
[response-static-error.html]
type: testharness
[Check response returned by static method error()]
expected: FAIL

View file

@ -0,0 +1,5 @@
[response-static-redirect.html]
type: testharness
[Check error returned when giving invalid url to redirect()]
expected: FAIL

View file

@ -0,0 +1,14 @@
[response-stream-disturbed-1.html]
type: testharness
[Getting blob after getting the Response body - not disturbed, not locked]
expected: FAIL
[Getting text after getting the Response body - not disturbed, not locked]
expected: FAIL
[Getting json after getting the Response body - not disturbed, not locked]
expected: FAIL
[Getting arrayBuffer after getting the Response body - not disturbed, not locked]
expected: FAIL

View file

@ -0,0 +1,14 @@
[response-stream-disturbed-2.html]
type: testharness
[Getting blob after getting a locked Response body]
expected: FAIL
[Getting text after getting a locked Response body]
expected: FAIL
[Getting json after getting a locked Response body]
expected: FAIL
[Getting arrayBuffer after getting a locked Response body]
expected: FAIL

View file

@ -0,0 +1,14 @@
[response-stream-disturbed-3.html]
type: testharness
[Getting blob after reading the Response body]
expected: FAIL
[Getting text after reading the Response body]
expected: FAIL
[Getting json after reading the Response body]
expected: FAIL
[Getting arrayBuffer after reading the Response body]
expected: FAIL

View file

@ -0,0 +1,14 @@
[response-stream-disturbed-4.html]
type: testharness
[Getting blob after cancelling the Response body]
expected: FAIL
[Getting text after cancelling the Response body]
expected: FAIL
[Getting json after cancelling the Response body]
expected: FAIL
[Getting arrayBuffer after cancelling the Response body]
expected: FAIL