зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
b6fc96b056
Коммит
ad9f0a927c
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче