| Index: third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/credentials-iframe.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/credentials-iframe.html b/third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/credentials-iframe.html
|
| index 00702df9e5b1f2b4b89d8e096121dd97e81198c2..946dedc56b417f54033cb2bc8de31e31e1825025 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/credentials-iframe.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/credentials-iframe.html
|
| @@ -22,7 +22,7 @@ function xhr(url, username, password) {
|
|
|
| window.onmessage = function(e) {
|
| Promise.all(e.data.map(function(item) {
|
| - return xhr(item.name, item.username, item.password);
|
| + return xhr(item.name, item.username, item.password).catch(_ => {});
|
| }))
|
| .then(function() {
|
| navigator.serviceWorker.controller.postMessage('keys');
|
|
|