diff options
author | Samson <16504129+sagudev@users.noreply.github.com> | 2024-05-07 08:23:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 06:23:14 +0000 |
commit | 8bc49299c89b15b065d1aa7df00416e8e56b2c49 (patch) | |
tree | 95c02c76d887a57a72074b1a1a2ff8fb0e3b62c1 /tests/wpt/meta/websockets | |
parent | 45f2433d7695231d509fc2b316c390d6d7e0e6f7 (diff) | |
download | servo-8bc49299c89b15b065d1aa7df00416e8e56b2c49.tar.gz servo-8bc49299c89b15b065d1aa7df00416e8e56b2c49.zip |
Revert "script: implement AbortController (#31361)" (#32243)
This reverts commit 7fce850cffb72a6fbcf763a40164a9b35b7fa833.
Diffstat (limited to 'tests/wpt/meta/websockets')
4 files changed, 4 insertions, 8 deletions
diff --git a/tests/wpt/meta/websockets/back-forward-cache-with-closed-websocket-connection-ccns.tentative.window.js.ini b/tests/wpt/meta/websockets/back-forward-cache-with-closed-websocket-connection-ccns.tentative.window.js.ini index d72062aa31c..8c33d0c153f 100644 --- a/tests/wpt/meta/websockets/back-forward-cache-with-closed-websocket-connection-ccns.tentative.window.js.ini +++ b/tests/wpt/meta/websockets/back-forward-cache-with-closed-websocket-connection-ccns.tentative.window.js.ini @@ -1,4 +1,3 @@ [back-forward-cache-with-closed-websocket-connection-ccns.tentative.window.html] - expected: TIMEOUT [Testing BFCache support for page with closed WebSocket connection and "Cache-Control: no-store" header.] - expected: TIMEOUT + expected: FAIL diff --git a/tests/wpt/meta/websockets/back-forward-cache-with-closed-websocket-connection.window.js.ini b/tests/wpt/meta/websockets/back-forward-cache-with-closed-websocket-connection.window.js.ini index 51d0d8e40fc..55462bf5691 100644 --- a/tests/wpt/meta/websockets/back-forward-cache-with-closed-websocket-connection.window.js.ini +++ b/tests/wpt/meta/websockets/back-forward-cache-with-closed-websocket-connection.window.js.ini @@ -1,4 +1,3 @@ [back-forward-cache-with-closed-websocket-connection.window.html] - expected: TIMEOUT [Testing BFCache support for page with closed WebSocket connection.] - expected: TIMEOUT + expected: FAIL diff --git a/tests/wpt/meta/websockets/back-forward-cache-with-open-websocket-connection-ccns.tentative.window.js.ini b/tests/wpt/meta/websockets/back-forward-cache-with-open-websocket-connection-ccns.tentative.window.js.ini index f960509daad..55898fcbc73 100644 --- a/tests/wpt/meta/websockets/back-forward-cache-with-open-websocket-connection-ccns.tentative.window.js.ini +++ b/tests/wpt/meta/websockets/back-forward-cache-with-open-websocket-connection-ccns.tentative.window.js.ini @@ -1,4 +1,3 @@ [back-forward-cache-with-open-websocket-connection-ccns.tentative.window.html] - expected: TIMEOUT [Testing BFCache support for page with open WebSocket connection and "Cache-Control: no-store" header.] - expected: TIMEOUT + expected: FAIL diff --git a/tests/wpt/meta/websockets/back-forward-cache-with-open-websocket-connection.window.js.ini b/tests/wpt/meta/websockets/back-forward-cache-with-open-websocket-connection.window.js.ini index e264ea40343..7b4e24160b9 100644 --- a/tests/wpt/meta/websockets/back-forward-cache-with-open-websocket-connection.window.js.ini +++ b/tests/wpt/meta/websockets/back-forward-cache-with-open-websocket-connection.window.js.ini @@ -1,4 +1,3 @@ [back-forward-cache-with-open-websocket-connection.window.html] - expected: TIMEOUT [Testing BFCache support for page with open WebSocket connection.] - expected: TIMEOUT + expected: FAIL |