servo/tests/wpt/meta/fetch/fetch-later/send-on-deactivate.tentative.https.window.js.ini
Smitty 7fce850cff
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>
2024-05-04 15:00:01 +00:00

16 lines
565 B
INI

[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: TIMEOUT
[fetchLater() sends on navigating away a page w/o BFCache.]
expected: FAIL
[fetchLater() does not send aborted request on navigating away a page w/o BFCache.]
expected: FAIL
[fetchLater() with activateAfter=1m sends on page entering BFCache if BackgroundSync is off.]
expected: FAIL