Dispatch error events at the window object.

This commit is contained in:
Ms2ger 2016-08-27 16:17:37 +02:00
parent 92c3961743
commit ae38c53de7
737 changed files with 815 additions and 758 deletions

View file

@ -1,5 +1,6 @@
[response-cancel-stream.html]
type: testharness
expected: ERROR
[Cancelling a starting blob Response stream]
expected: FAIL

View file

@ -1,3 +1,3 @@
[response-clone.html]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,5 +1,6 @@
[response-consume-empty.html]
type: testharness
expected: ERROR
[Consume response's body as text]
expected: FAIL

View file

@ -1,5 +1,6 @@
[response-consume-stream.html]
type: testharness
expected: ERROR
[Read empty text response's body as readableStream]
expected: FAIL

View file

@ -1,5 +1,6 @@
[response-consume.html]
type: testharness
expected: ERROR
[Consume response's body as text]
expected: FAIL

View file

@ -1,3 +1,3 @@
[response-init-001.html]
type: testharness
expected: TIMEOUT
expected: ERROR

View file

@ -1,5 +1,6 @@
[response-init-002.html]
type: testharness
expected: ERROR
[Initialize Response with headers values]
expected: FAIL

View file

@ -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

View file

@ -1,5 +1,6 @@
[response-stream-disturbed-2.html]
type: testharness
expected: ERROR
[Getting blob after getting a locked Response body]
expected: FAIL

View file

@ -1,5 +1,6 @@
[response-stream-disturbed-3.html]
type: testharness
expected: ERROR
[Getting blob after reading the Response body]
expected: FAIL

View file

@ -1,5 +1,6 @@
[response-stream-disturbed-4.html]
type: testharness
expected: ERROR
[Getting blob after cancelling the Response body]
expected: FAIL

View file

@ -1,5 +1,6 @@
[response-stream-disturbed-5.html]
type: testharness
expected: ERROR
[Getting a body reader after consuming as blob]
expected: FAIL