mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
This reverts commit 7fce850cff
.
This commit is contained in:
parent
45f2433d76
commit
8bc49299c8
86 changed files with 1193 additions and 517 deletions
|
@ -1,7 +1,31 @@
|
|||
[event.any.html]
|
||||
[AbortController abort() should fire event synchronously]
|
||||
expected: FAIL
|
||||
|
||||
[controller.signal should always return the same object]
|
||||
expected: FAIL
|
||||
|
||||
[controller.abort() should do nothing the second time it is called]
|
||||
expected: FAIL
|
||||
|
||||
[event handler should not be called if added after controller.abort()]
|
||||
expected: FAIL
|
||||
|
||||
[the abort event should have the right properties]
|
||||
expected: FAIL
|
||||
|
||||
[AbortController abort(reason) should set signal.reason]
|
||||
expected: FAIL
|
||||
|
||||
[aborting AbortController without reason creates an "AbortError" DOMException]
|
||||
expected: FAIL
|
||||
|
||||
[AbortController abort(undefined) creates an "AbortError" DOMException]
|
||||
expected: FAIL
|
||||
|
||||
[AbortController abort(null) should set signal.reason]
|
||||
expected: FAIL
|
||||
|
||||
[static aborting signal should have right properties]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -14,14 +38,44 @@
|
|||
[throwIfAborted() should throw primitive abort.reason if signal aborted]
|
||||
expected: FAIL
|
||||
|
||||
[throwIfAborted() should not throw if signal not aborted]
|
||||
expected: FAIL
|
||||
|
||||
[AbortSignal.reason returns the same DOMException]
|
||||
expected: FAIL
|
||||
|
||||
[AbortController.signal.reason returns the same DOMException]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[event.any.worker.html]
|
||||
[AbortController abort() should fire event synchronously]
|
||||
expected: FAIL
|
||||
|
||||
[controller.signal should always return the same object]
|
||||
expected: FAIL
|
||||
|
||||
[controller.abort() should do nothing the second time it is called]
|
||||
expected: FAIL
|
||||
|
||||
[event handler should not be called if added after controller.abort()]
|
||||
expected: FAIL
|
||||
|
||||
[the abort event should have the right properties]
|
||||
expected: FAIL
|
||||
|
||||
[AbortController abort(reason) should set signal.reason]
|
||||
expected: FAIL
|
||||
|
||||
[aborting AbortController without reason creates an "AbortError" DOMException]
|
||||
expected: FAIL
|
||||
|
||||
[AbortController abort(undefined) creates an "AbortError" DOMException]
|
||||
expected: FAIL
|
||||
|
||||
[AbortController abort(null) should set signal.reason]
|
||||
expected: FAIL
|
||||
|
||||
[static aborting signal should have right properties]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -34,5 +88,11 @@
|
|||
[throwIfAborted() should throw primitive abort.reason if signal aborted]
|
||||
expected: FAIL
|
||||
|
||||
[throwIfAborted() should not throw if signal not aborted]
|
||||
expected: FAIL
|
||||
|
||||
[AbortSignal.reason returns the same DOMException]
|
||||
expected: FAIL
|
||||
|
||||
[AbortController.signal.reason returns the same DOMException]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue