Bug 1693789 [wpt PR 27702] - Fix JS syntax error on wpt/service-workers/.../fetch-event.https.html, a=testonly

Automatic update from web-platform-tests
Fix JS syntax error on wpt/service-workers/.../fetch-event.https.html

This is a reland of https://crrev.com/c/2704748.

Bug: 1165690
Change-Id: Ifedbdf846fb01cb43e0cfd61085df957ee58b036
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2706929
Commit-Queue: Yutaka Hirano <yhirano@chromium.org>
Commit-Queue: Adam Rice <ricea@chromium.org>
Auto-Submit: Yutaka Hirano <yhirano@chromium.org>
Reviewed-by: Adam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#855699}

--

wpt-commits: 71e7d57543bc5da35cf2a4bef155a2d0ff149776
wpt-pr: 27702
This commit is contained in:
Yutaka Hirano 2021-02-22 21:55:08 +00:00 коммит произвёл moz-wptsync-bot
Родитель b6fc96b056
Коммит ad9f0a927c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -553,7 +553,7 @@ promise_test(async t => {
await promise_rejects_js(t, TypeError, frame.contentWindow.fetch(echo_url, {
method: 'POST',
body: rs
});
}));
}, 'FetchEvent#body is a ReadableStream, used and passed to network fallback');
// Test that the request body is sent to network upon network fallback even when