mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
script: implement AbortController (#31361)
* 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>
This commit is contained in:
parent
383607d01e
commit
7fce850cff
88 changed files with 522 additions and 1194 deletions
|
@ -1,9 +1,10 @@
|
|||
[send-on-deactivate.tentative.https.window.html]
|
||||
expected: TIMEOUT
|
||||
[fetchLater() sends on page entering BFCache if BackgroundSync is off.]
|
||||
expected: FAIL
|
||||
|
||||
[Call fetchLater() when BFCached with activateAfter=0 sends immediately.]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[fetchLater() sends on navigating away a page w/o BFCache.]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue