mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Dispatch error events at the window object.
This commit is contained in:
parent
92c3961743
commit
ae38c53de7
737 changed files with 815 additions and 758 deletions
|
@ -1,5 +1,6 @@
|
|||
[response-cancel-stream.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Cancelling a starting blob Response stream]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[response-clone.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[response-consume-empty.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Consume response's body as text]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[response-consume-stream.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Read empty text response's body as readableStream]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[response-consume.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Consume response's body as text]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[response-init-001.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[response-init-002.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Initialize Response with headers values]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[response-stream-disturbed-1.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Getting blob after getting the Response body - not disturbed, not locked]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[response-stream-disturbed-2.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Getting blob after getting a locked Response body]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[response-stream-disturbed-3.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Getting blob after reading the Response body]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[response-stream-disturbed-4.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Getting blob after cancelling the Response body]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[response-stream-disturbed-5.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Getting a body reader after consuming as blob]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue