mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Update expectations.
This commit is contained in:
parent
e0ea494b9c
commit
e2ccda060b
16 changed files with 49 additions and 53 deletions
|
@ -1,20 +1,30 @@
|
|||
[data-uri-basic.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[GET responseText]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[GET Content-Type]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[GET Content-Type with param]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[GET getAllResponseHeaders]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[POST responseText]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[POST status]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[GET responseText base64]
|
||||
expected: TIMEOUT
|
||||
|
||||
[GET status]
|
||||
expected: TIMEOUT
|
||||
|
||||
[GET statusText]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,29 +1,30 @@
|
|||
[data-uri.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[XHR method GET with charset text/plain]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[XHR method GET with charset text/plain (base64)]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[XHR method GET with charset text/html]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[XHR method GET with charset image/png]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[XHR method POST with charset text/plain]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[XHR method PUT with charset text/plain]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[XHR method DELETE with charset text/plain]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[XHR method HEAD with charset text/plain]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[XHR method UNICORN with charset text/plain]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
[open-referer.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: open() - value of Referer header]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +1,3 @@
|
|||
[open-url-about-blank-window.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: open() resolving URLs (about:blank iframe)]
|
||||
expected: FAIL
|
||||
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[open-url-fragment.htm]
|
||||
type: testharness
|
||||
[make sure escaped # is not removed]
|
||||
expected: FAIL
|
||||
|
|
@ -1,11 +1,5 @@
|
|||
[responsetext-decoding.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: responseText decoding (text/plain;charset=windows-1252 %FF)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: responseText decoding (text/plain %FF)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: responseText decoding (text/plain %FE%FF)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -18,9 +12,6 @@
|
|||
[XMLHttpRequest: responseText decoding (text/plain %EF%BB%BF%EF%BB%BF)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: responseText decoding (text/plain %C2)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: responseText decoding (text/xml %FE%FF)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -33,9 +24,9 @@
|
|||
[XMLHttpRequest: responseText decoding (text/xml %EF%BB%BF%EF%BB%BF)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: responseText decoding (text/plain %E3%81%B2)]
|
||||
[XMLHttpRequest: responseText decoding (application/xml %3C%3Fxml%20version%3D\'1.0\'%20encoding%3D\'windows-1252\'%3F%3E%3Cx%3E%FF%3C%2Fx%3E)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: responseText decoding (text/xml %3C%3Fxml%20version%3D\'1.0\'%20encoding%3D\'windows-1252\'%3F%3E%3Cx%3E%E3%81%B2%3C%2Fx%3E)]
|
||||
[XMLHttpRequest: responseText decoding (text/html %3C!doctype%20html%3E%3Cmeta%20charset%3Dwindows-1252%3E%FF)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +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: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
@ -1,9 +1,3 @@
|
|||
[exceptions.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[exception.hasOwnProperty("message")]
|
||||
expected: FAIL
|
||||
|
||||
[Object.getOwnPropertyDescriptor(exception, "message")]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[Event-constants.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -1,6 +1,3 @@
|
|||
[Node-appendChild.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[WebIDL tests]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[Node-compareDocumentPosition.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[Node-constants.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -1,3 +1,3 @@
|
|||
[Node-contains.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[Node-properties.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue