mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Update web-platform-tests to revision e2ac2e7d7539c4eb9963b7f23dbb3f7692fce537
This commit is contained in:
parent
e6e00cb554
commit
59ef536d5e
120 changed files with 1207 additions and 3167 deletions
|
@ -445,7 +445,7 @@ promise_test(async t => {
|
|||
const controller = new AbortController();
|
||||
const signal = controller.signal;
|
||||
|
||||
const response = await fetch(`../resources/method.py`, { signal });
|
||||
const response = await fetch(`../resources/empty.txt`, { signal });
|
||||
|
||||
// Read whole response to ensure close signal has sent.
|
||||
await response.clone().text();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue