mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Cargoify servo
This commit is contained in:
parent
db2f642c32
commit
c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions
22736
tests/wpt/metadata/MANIFEST.json
Normal file
22736
tests/wpt/metadata/MANIFEST.json
Normal file
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,5 @@
|
|||
[FormData-append.html]
|
||||
type: testharness
|
||||
[Passing a String object to FormData.append should work.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[abort-after-stop.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: abort event should fire when stop() method is used]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[anonymous-mode-unsupported.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[XMLHttpRequest: anonymous mode unsupported]
|
||||
expected: TIMEOUT
|
||||
|
30
tests/wpt/metadata/XMLHttpRequest/data-uri-basic.htm.ini
Normal file
30
tests/wpt/metadata/XMLHttpRequest/data-uri-basic.htm.ini
Normal file
|
@ -0,0 +1,30 @@
|
|||
[data-uri-basic.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[GET responseText]
|
||||
expected: TIMEOUT
|
||||
|
||||
[GET Content-Type]
|
||||
expected: TIMEOUT
|
||||
|
||||
[GET Content-Type with param]
|
||||
expected: TIMEOUT
|
||||
|
||||
[GET getAllResponseHeaders]
|
||||
expected: TIMEOUT
|
||||
|
||||
[POST responseText]
|
||||
expected: TIMEOUT
|
||||
|
||||
[POST status]
|
||||
expected: TIMEOUT
|
||||
|
||||
[GET responseText base64]
|
||||
expected: TIMEOUT
|
||||
|
||||
[GET status]
|
||||
expected: TIMEOUT
|
||||
|
||||
[GET statusText]
|
||||
expected: TIMEOUT
|
||||
|
30
tests/wpt/metadata/XMLHttpRequest/data-uri.htm.ini
Normal file
30
tests/wpt/metadata/XMLHttpRequest/data-uri.htm.ini
Normal file
|
@ -0,0 +1,30 @@
|
|||
[data-uri.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[XHR method GET with charset text/plain]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XHR method GET with charset text/plain (base64)]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XHR method GET with charset text/html]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XHR method GET with charset image/png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XHR method POST with charset text/plain]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XHR method PUT with charset text/plain]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XHR method DELETE with charset text/plain]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XHR method HEAD with charset text/plain]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XHR method UNICORN with charset text/plain]
|
||||
expected: TIMEOUT
|
||||
|
8
tests/wpt/metadata/XMLHttpRequest/formdata-blob.htm.ini
Normal file
8
tests/wpt/metadata/XMLHttpRequest/formdata-blob.htm.ini
Normal file
|
@ -0,0 +1,8 @@
|
|||
[formdata-blob.htm]
|
||||
type: testharness
|
||||
[formdata with blob]
|
||||
expected: FAIL
|
||||
|
||||
[formdata with named blob]
|
||||
expected: FAIL
|
||||
|
14
tests/wpt/metadata/XMLHttpRequest/formdata.htm.ini
Normal file
14
tests/wpt/metadata/XMLHttpRequest/formdata.htm.ini
Normal file
|
@ -0,0 +1,14 @@
|
|||
[formdata.htm]
|
||||
type: testharness
|
||||
[empty formdata]
|
||||
expected: FAIL
|
||||
|
||||
[formdata with string]
|
||||
expected: FAIL
|
||||
|
||||
[formdata with named string]
|
||||
expected: FAIL
|
||||
|
||||
[formdata from form]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[getresponseheader-case-insensitive.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: getResponseHeader() case-insensitive matching]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[getresponseheader-chunked-trailer.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: getResponseHeader() and HTTP trailer]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[getresponseheader-error-state.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: getResponseHeader() in error state (failing cross-origin test)]
|
||||
expected: FAIL
|
||||
|
59
tests/wpt/metadata/XMLHttpRequest/interfaces.html.ini
Normal file
59
tests/wpt/metadata/XMLHttpRequest/interfaces.html.ini
Normal file
|
@ -0,0 +1,59 @@
|
|||
[interfaces.html]
|
||||
type: testharness
|
||||
[XMLHttpRequest interface: operation open(ByteString,DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest interface: operation open(ByteString,DOMString,boolean,DOMString,DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest interface: operation send([object Object\],[object Object\],[object Object\],[object Object\],[object Object\],[object Object\])]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest interface: operation overrideMimeType(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest interface: calling open(ByteString,DOMString,boolean,DOMString,DOMString) on new XMLHttpRequest() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest interface: new XMLHttpRequest() must inherit property "statusText" with the proper type (16)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest interface: new XMLHttpRequest() must inherit property "overrideMimeType" with the proper type (19)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest interface: calling overrideMimeType(DOMString) on new XMLHttpRequest() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: operation append(DOMString,Blob,DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: operation append(DOMString,DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: operation getAll(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: operation set(DOMString,Blob,DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: operation set(DOMString,DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: new FormData() must inherit property "getAll" with the proper type (4)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling getAll(DOMString) on new FormData() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: new FormData(form) must inherit property "getAll" with the proper type (4)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling getAll(DOMString) on new FormData(form) with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[open-after-setrequestheader.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[XMLHttpRequest: open() after setRequestHeader()]
|
||||
expected: TIMEOUT
|
||||
|
5
tests/wpt/metadata/XMLHttpRequest/open-referer.htm.ini
Normal file
5
tests/wpt/metadata/XMLHttpRequest/open-referer.htm.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[open-referer.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: open() - value of Referer header]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[open-url-about-blank-window.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,5 @@
|
|||
[open-url-base-inserted.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: open() resolving URLs - insert ]
|
||||
expected: FAIL
|
||||
|
5
tests/wpt/metadata/XMLHttpRequest/open-url-base.htm.ini
Normal file
5
tests/wpt/metadata/XMLHttpRequest/open-url-base.htm.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[open-url-base.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: open() resolving URLs - ]
|
||||
expected: FAIL
|
||||
|
5
tests/wpt/metadata/XMLHttpRequest/open-url-bogus.htm.ini
Normal file
5
tests/wpt/metadata/XMLHttpRequest/open-url-bogus.htm.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[open-url-bogus.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: open() - bogus URLs (http:)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[open-url-encoding.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: open() - URL encoding]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[open-url-javascript-window-2.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[open-url-javascript-window.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[open-url-multi-window-2.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[open-url-multi-window-3.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,6 @@
|
|||
[open-url-multi-window-4.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[XMLHttpRequest: open() resolving URLs (multi-Window; 4; evil)]
|
||||
expected: NOTRUN
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[open-url-multi-window-5.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[XMLHttpRequest: open() resolving URLs (multi-Window; 5)]
|
||||
expected: NOTRUN
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[open-url-multi-window.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[XMLHttpRequest: open() resolving URLs (multi-Window; 1)]
|
||||
expected: NOTRUN
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[open-url-worker-origin.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[XMLHttpRequest: worker scripts, origin and referrer]
|
||||
expected: NOTRUN
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[overridemimetype-done-state.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: overrideMimeType() in DONE state]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[overridemimetype-headers-received-state-force-shiftjis.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: overrideMimeType() in HEADERS RECEIVED state, enforcing Shift-JIS encoding]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[overridemimetype-invalid-mime-type.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: overrideMimeType() in unsent state, invalid MIME types]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[overridemimetype-loading-state.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: overrideMimeType() in LOADING state]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[overridemimetype-open-state-force-utf-8.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: overrideMimeType() in open state, enforcing UTF-8 encoding]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[overridemimetype-open-state-force-xml.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: overrideMimeType() in open state, XML MIME type with UTF-8 charset]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[overridemimetype-unsent-state-force-shiftjis.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: overrideMimeType() in unsent state, enforcing Shift-JIS encoding]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[progress-events-response-data-gzip.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: progress events and GZIP encoding]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[response-data-arraybuffer.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: The response attribute: ArrayBuffer data]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[response-data-blob.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: The response attribute: Blob data]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[response-data-deflate.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: content-encoding:deflate response was correctly inflated]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[response-data-gzip.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: GZIP response was correctly inflated]
|
||||
expected: FAIL
|
||||
|
3
tests/wpt/metadata/XMLHttpRequest/response-json.htm.ini
Normal file
3
tests/wpt/metadata/XMLHttpRequest/response-json.htm.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[response-json.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[responsetext-decoding.htm]
|
||||
type: testharness
|
||||
disabled: flaky
|
|
@ -0,0 +1,5 @@
|
|||
[responsexml-basic.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: responseXML basic test]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,62 @@
|
|||
[responsexml-document-properties.htm]
|
||||
type: testharness
|
||||
[domain]
|
||||
expected: FAIL
|
||||
|
||||
[URL]
|
||||
expected: FAIL
|
||||
|
||||
[documentURI]
|
||||
expected: FAIL
|
||||
|
||||
[referrer]
|
||||
expected: FAIL
|
||||
|
||||
[title]
|
||||
expected: FAIL
|
||||
|
||||
[contentType]
|
||||
expected: FAIL
|
||||
|
||||
[readyState]
|
||||
expected: FAIL
|
||||
|
||||
[location]
|
||||
expected: FAIL
|
||||
|
||||
[defaultView]
|
||||
expected: FAIL
|
||||
|
||||
[body]
|
||||
expected: FAIL
|
||||
|
||||
[images]
|
||||
expected: FAIL
|
||||
|
||||
[doctype]
|
||||
expected: FAIL
|
||||
|
||||
[forms]
|
||||
expected: FAIL
|
||||
|
||||
[all]
|
||||
expected: FAIL
|
||||
|
||||
[links]
|
||||
expected: FAIL
|
||||
|
||||
[cookie]
|
||||
expected: FAIL
|
||||
|
||||
[lastModified set according to HTTP header]
|
||||
expected: FAIL
|
||||
|
||||
[cookie (after setting it)]
|
||||
expected: FAIL
|
||||
|
||||
[styleSheets]
|
||||
expected: FAIL
|
||||
|
||||
[implementation]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
[responsexml-media-type.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: responseXML MIME type tests (\'\', should parse)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: responseXML MIME type tests (\'bogus\', should parse)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: responseXML MIME type tests (\'bogus+xml\', should parse)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: responseXML MIME type tests (\'video/x-awesome+xml\', should parse)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: responseXML MIME type tests (\'text/xml\', should parse)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: responseXML MIME type tests (\'application\', should parse)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: responseXML MIME type tests (\'application/xhtml+xml\', should parse)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: responseXML MIME type tests (\'image/svg+xml\', should parse)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[responsexml-non-document-types.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: responseXML/responseText on other responseType (arraybuffer)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: responseXML/responseText on other responseType (blob)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: responseXML/responseText on other responseType (json)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: responseXML/responseText on other responseType (text)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[send-accept-language.htm]
|
||||
type: testharness
|
||||
[Send "sensible" default value, whatever that means]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[send-after-setting-document-domain.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,5 @@
|
|||
[send-authentication-basic-cors-not-enabled.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - "Basic" authenticated CORS requests with user name and password passed to open() (asserts failure)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[send-authentication-basic-cors.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - "Basic" authenticated CORS requests with user name and password passed to open() (asserts failure)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[send-authentication-basic-repeat-no-args.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - "Basic" authenticated requests with user name and password passed to open() in first request, without in second]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[send-authentication-basic-setrequestheader-existing-session.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - "Basic" authenticated request using setRequestHeader() when there is an existing session]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[send-authentication-basic-setrequestheader.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - "Basic" authenticated request using setRequestHeader()]
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
[send-authentication-competing-names-passwords.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - "Basic" authenticated requests with competing user name/password options user/pass in open() call]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - "Basic" authenticated requests with competing user name/password options another user/pass in open() call - must override cached credentials from previous test]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - "Basic" authenticated requests with competing user name/password options user/pass both in URL userinfo AND open() call - expexted that open() wins]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - "Basic" authenticated requests with competing user name/password options user/pass *only* in URL userinfo]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - "Basic" authenticated requests with competing user name/password options user name in URL userinfo, password in open() call: user name wins and password is thrown away]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - "Basic" authenticated requests with competing user name/password options user name and password in URL userinfo, only user name in open() call: user name in open() wins]
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[send-conditional.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - conditional requests (tag)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - conditional requests (date)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
[send-content-type-charset.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - charset parameter of Content-Type]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - charset parameter of Content-Type 1]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - charset parameter of Content-Type 2]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - charset parameter of Content-Type 3]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - charset parameter of Content-Type 6]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - charset parameter of Content-Type 7]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[send-content-type-string.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - Content-Type]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[send-data-arraybuffer.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: The send() method: ArrayBuffer data]
|
||||
expected: FAIL
|
||||
|
5
tests/wpt/metadata/XMLHttpRequest/send-data-blob.htm.ini
Normal file
5
tests/wpt/metadata/XMLHttpRequest/send-data-blob.htm.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[send-data-blob.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: The send() method: Blob data]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[send-data-formdata.htm]
|
||||
type: testharness
|
||||
[XmlHttpRequest: The send() method: FormData data]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[send-entity-body-document-bogus.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - unserializable Document]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[send-entity-body-document.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,9 @@
|
|||
[send-entity-body-get-head-async.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[XMLHttpRequest: send() - non-empty data argument and GET/HEAD - async, no upload events should fire (GET)]
|
||||
expected: NOTRUN
|
||||
|
||||
[XMLHttpRequest: send() - non-empty data argument and GET/HEAD - async, no upload events should fire (HEAD)]
|
||||
expected: NOTRUN
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[send-entity-body-none.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send(null) - no entity body]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[send-network-error-async-events.sub.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[XmlHttpRequest: The send() method: Fire a progress event named error when Network error happens (synchronous flag is unset)]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -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
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[send-no-response-event-loadend.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[XMLHttpRequest: The send() method: Fire a progress event named loadend (no response entity body)]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[send-no-response-event-order.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[XMLHttpRequest: The send() method: event order when there is no response entity body]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[send-non-same-origin.sub.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - non same-origin (folder.txt)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[send-redirect-bogus.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - Redirects (bogus Location header) (302: http://example.not)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirects (bogus Location header) (302: mailto:someone@example.org)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirects (bogus Location header) (303: http://example.not)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirects (bogus Location header) (303: foobar:someone@example.org)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[send-redirect-infinite-sync.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - Redirects (infinite loop; sync) (301)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[send-redirect-infinite.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - Redirects (infinite loop)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[send-redirect-no-location.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - Redirects (no Location header) (301)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirects (no Location header) (302)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirects (no Location header) (303)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirects (no Location header) (307)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[send-redirect-to-cors.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (301)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (302)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (303)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (307)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[send-redirect-to-non-cors.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - Redirect to cross-origin resource, not CORS-enabled (301)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to cross-origin resource, not CORS-enabled (302)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to cross-origin resource, not CORS-enabled (303)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to cross-origin resource, not CORS-enabled (307)]
|
||||
expected: FAIL
|
||||
|
14
tests/wpt/metadata/XMLHttpRequest/send-redirect.htm.ini
Normal file
14
tests/wpt/metadata/XMLHttpRequest/send-redirect.htm.ini
Normal file
|
@ -0,0 +1,14 @@
|
|||
[send-redirect.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - Redirects (basics) (301)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirects (basics) (302)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirects (basics) (303)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirects (basics) (307)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[send-response-event-order.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: The send() method: event order when synchronous flag is unset]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[setrequestheader-bogus-name.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[setrequestheader-bogus-value.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,5 @@
|
|||
[setrequestheader-case-insensitive.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: setRequestHeader() - headers that differ in case]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
[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 (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
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[setrequestheader-header-forbidden.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: setRequestHeader() - headers that are forbidden]
|
||||
expected: FAIL
|
||||
|
3
tests/wpt/metadata/XMLHttpRequest/status-async.htm.ini
Normal file
3
tests/wpt/metadata/XMLHttpRequest/status-async.htm.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[status-async.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
3
tests/wpt/metadata/XMLHttpRequest/status-basic.htm.ini
Normal file
3
tests/wpt/metadata/XMLHttpRequest/status-basic.htm.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[status-basic.htm]
|
||||
type: testharness
|
||||
disabled: true
|
60
tests/wpt/metadata/XMLHttpRequest/status-error.htm.ini
Normal file
60
tests/wpt/metadata/XMLHttpRequest/status-error.htm.ini
Normal file
|
@ -0,0 +1,60 @@
|
|||
[status-error.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[XMLHttpRequest: status error handling GET 200]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XMLHttpRequest: status error handling GET 400]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XMLHttpRequest: status error handling GET 401]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XMLHttpRequest: status error handling GET 404]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XMLHttpRequest: status error handling GET 410]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XMLHttpRequest: status error handling GET 500]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XMLHttpRequest: status error handling GET 699]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XMLHttpRequest: status error handling HEAD 200]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XMLHttpRequest: status error handling HEAD 404]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XMLHttpRequest: status error handling HEAD 500]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XMLHttpRequest: status error handling HEAD 699]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XMLHttpRequest: status error handling POST 200]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XMLHttpRequest: status error handling POST 404]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XMLHttpRequest: status error handling POST 500]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XMLHttpRequest: status error handling POST 699]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XMLHttpRequest: status error handling PUT 200]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XMLHttpRequest: status error handling PUT 404]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XMLHttpRequest: status error handling PUT 500]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XMLHttpRequest: status error handling PUT 699]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[timeout-cors-async.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[XMLHttpRequest: timeout event and cross-origin request]
|
||||
expected: NOTRUN
|
||||
|
5
tests/wpt/metadata/XMLHttpRequest/timeout-sync.htm.ini
Normal file
5
tests/wpt/metadata/XMLHttpRequest/timeout-sync.htm.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[timeout-sync.htm]
|
||||
type: testharness
|
||||
[setting timeout attribute on sync request]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[withcredentials-wrong-state.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: setting withCredentials when not in UNSENT, OPENED state]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[xmlhttprequest-network-error-sync.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: members during network errors (sync)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[xmlhttprequest-network-error.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: members during network errors]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[xmlhttprequest-timeout-aborted.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[xmlhttprequest-timeout-abortedonmain.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[xmlhttprequest-timeout-overrides.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[xmlhttprequest-timeout-overridesexpires.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[xmlhttprequest-timeout-simple.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[xmlhttprequest-timeout-synconmain.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[xmlhttprequest-timeout-twice.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[xmlhttprequest-timeout-worker-aborted.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[xmlhttprequest-timeout-worker-overrides.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue