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,6 @@
[XMLHttpRequest-withCredentials.any.worker]
type: testharness
expected: TIMEOUT
[XMLHttpRequest-withCredentials.any.html]
type: testharness

View file

@ -0,0 +1,6 @@
[abort-after-stop.htm]
type: testharness
expected: TIMEOUT
[XMLHttpRequest: abort event should fire when stop() method is used]
expected: FAIL

View file

@ -0,0 +1,20 @@
[data-uri.htm]
type: testharness
[XHR method GET with charset image/png]
expected: FAIL
[XHR method POST with charset text/plain]
expected: FAIL
[XHR method PUT with charset text/plain]
expected: FAIL
[XHR method DELETE with charset text/plain]
expected: FAIL
[XHR method HEAD with charset text/plain]
expected: FAIL
[XHR method UNICORN with charset text/plain]
expected: FAIL

View file

@ -0,0 +1,5 @@
[event-readystatechange-loaded.htm]
type: testharness
[XMLHttpRequest: the LOADING state change should only happen once]
expected: FAIL

View file

@ -0,0 +1,11 @@
[open-url-bogus.htm]
type: testharness
[XMLHttpRequest: open() - bogus URLs (http:)]
expected: FAIL
[XMLHttpRequest: open() - bogus URLs (ftp:)]
expected: FAIL
[XMLHttpRequest: open() - bogus URLs (http:////////////)]
expected: FAIL

View file

@ -0,0 +1,6 @@
[open-url-multi-window-4.htm]
type: testharness
expected: TIMEOUT
[XMLHttpRequest: open() resolving URLs (multi-Window; 4; evil)]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[overridemimetype-invalid-mime-type.htm]
type: testharness
[XMLHttpRequest: overrideMimeType() in unsent state, invalid MIME types]
expected: FAIL

View file

@ -0,0 +1,14 @@
[responsetext-decoding.htm]
type: testharness
[XMLHttpRequest: responseText decoding (text/html %3C!doctype%20html%3E%3Cmeta%20charset%3Dwindows-1252%3E%FF)]
expected: FAIL
[XMLHttpRequest: responseText decoding (text/plain %FE%FF)]
expected: FAIL
[XMLHttpRequest: responseText decoding (text/plain %FE%FF%FE%FF)]
expected: FAIL
[XMLHttpRequest: responseText decoding (text/plain %C2)]
expected: FAIL

View file

@ -0,0 +1,8 @@
[responsexml-document-properties.htm]
type: testharness
[cookie]
expected: FAIL
[cookie (after setting it)]
expected: FAIL

View file

@ -0,0 +1,5 @@
[send-authentication-basic.htm]
type: testharness
[XMLHttpRequest: send() - "Basic" authenticated requests with user name and password passed to open()]
expected: FAIL

View file

@ -0,0 +1,5 @@
[send-authentication-cors-basic-setrequestheader.htm]
type: testharness
[XMLHttpRequest: send() - "Basic" authenticated CORS request using setRequestHeader() (expects to succeed)]
expected: FAIL

View file

@ -0,0 +1,5 @@
[send-authentication-cors-setrequestheader-no-cred.htm]
type: testharness
[CORS request with setRequestHeader auth to URL accepting Authorization header]
expected: FAIL

View file

@ -0,0 +1,5 @@
[send-entity-body-document-bogus.htm]
type: testharness
[XMLHttpRequest: send() - unserializable Document]
expected: FAIL

View file

@ -0,0 +1,5 @@
[send-network-error-sync-events.sub.htm]
type: testharness
[XmlHttpRequest: The send() method: Throw a "throw an "NetworkError" exception when Network error happens (synchronous flag is set)]
expected: FAIL

View file

@ -0,0 +1,5 @@
[send-receive-utf16.htm]
type: testharness
[UTF-16 with BOM, no encoding in content-type]
expected: FAIL

View file

@ -0,0 +1,3 @@
[send-redirect-post-upload.htm]
type: testharness
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1290916

View file

@ -0,0 +1,5 @@
[send-sync-blocks-async.htm]
type: testharness
[XMLHttpRequest: sync requests should block events on pending async requests]
expected: FAIL

View file

@ -0,0 +1,8 @@
[setrequestheader-bogus-value.htm]
type: testharness
[XMLHttpRequest: setRequestHeader() value argument checks 2]
expected: FAIL
[XMLHttpRequest: setRequestHeader() value argument checks 3]
expected: FAIL

View file

@ -0,0 +1,5 @@
[setrequestheader-case-insensitive.htm]
type: testharness
[XMLHttpRequest: setRequestHeader() - headers that differ in case]
expected: FAIL

View file

@ -0,0 +1,11 @@
[setrequestheader-content-type.htm]
type: testharness
[ReadableStream request respects setRequestHeader("")]
expected: FAIL
[ReadableStream request with under type sends no Content-Type without setRequestHeader() call]
expected: FAIL
[ReadableStream request keeps setRequestHeader() Content-Type and charset]
expected: FAIL

View file

@ -0,0 +1,29 @@
[setrequestheader-header-allowed.htm]
type: testharness
[XMLHttpRequest: setRequestHeader() - headers that are allowed (Authorization)]
expected: FAIL
[XMLHttpRequest: setRequestHeader() - headers that are allowed (Pragma)]
expected: FAIL
[XMLHttpRequest: setRequestHeader() - headers that are allowed (User-Agent)]
expected: FAIL
[XMLHttpRequest: setRequestHeader() - headers that are allowed (Content-Transfer-Encoding)]
expected: FAIL
[XMLHttpRequest: setRequestHeader() - headers that are allowed (Content-Type)]
expected: FAIL
[XMLHttpRequest: setRequestHeader() - headers that are allowed (Overwrite)]
expected: FAIL
[XMLHttpRequest: setRequestHeader() - headers that are allowed (If)]
expected: FAIL
[XMLHttpRequest: setRequestHeader() - headers that are allowed (Status-URI)]
expected: FAIL
[XMLHttpRequest: setRequestHeader() - headers that are allowed (X-Pink-Unicorn)]
expected: FAIL

View file

@ -0,0 +1,6 @@
[xmlhttprequest-timeout-overridesexpires.html]
type: testharness
[Timeout test: timeout set to expired value before load fires, original timeout at 1000, reset at 400 to 300]
expected:
if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL