mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
This reverts commit 7fce850cff
.
This commit is contained in:
parent
45f2433d76
commit
8bc49299c8
86 changed files with 1193 additions and 517 deletions
|
@ -5,12 +5,18 @@
|
|||
[compileStreaming() synchronously followed by abort should reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming() asynchronously racing with abort should succeed or reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming() on an already-aborted request should reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming() synchronously followed by abort should reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming() asynchronously racing with abort should succeed or reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[abort.any.worker.html]
|
||||
[compileStreaming() on an already-aborted request should reject with AbortError]
|
||||
|
@ -19,8 +25,14 @@
|
|||
[compileStreaming() synchronously followed by abort should reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming() asynchronously racing with abort should succeed or reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming() on an already-aborted request should reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming() synchronously followed by abort should reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming() asynchronously racing with abort should succeed or reject with AbortError]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue