mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
* Implement AbortController Signed-off-by: syvb <me@iter.ca> * Update WPT tests Signed-off-by: syvb <me@iter.ca> * Address review comments * Fix duplicate import generation * Update WPT test expectations * Change expectation to FAIL for flaky test --------- Signed-off-by: syvb <me@iter.ca>
26 lines
889 B
INI
26 lines
889 B
INI
[abort.any.worker.html]
|
|
[instantiateStreaming() on an already-aborted request should reject with AbortError]
|
|
expected: FAIL
|
|
|
|
[compileStreaming() on an already-aborted request should reject with AbortError]
|
|
expected: FAIL
|
|
|
|
[instantiateStreaming() synchronously followed by abort should reject with AbortError]
|
|
expected: FAIL
|
|
|
|
[compileStreaming() synchronously followed by abort should reject with AbortError]
|
|
expected: FAIL
|
|
|
|
|
|
[abort.any.html]
|
|
[instantiateStreaming() on an already-aborted request should reject with AbortError]
|
|
expected: FAIL
|
|
|
|
[compileStreaming() on an already-aborted request should reject with AbortError]
|
|
expected: FAIL
|
|
|
|
[instantiateStreaming() synchronously followed by abort should reject with AbortError]
|
|
expected: FAIL
|
|
|
|
[compileStreaming() synchronously followed by abort should reject with AbortError]
|
|
expected: FAIL
|