| Index: third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/ignore-search-with-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/ignore-search-with-credentials-iframe.html
|
| similarity index 60%
|
| copy from third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/credentials-iframe.html
|
| copy to third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/ignore-search-with-credentials-iframe.html
|
| index 00702df9e5b1f2b4b89d8e096121dd97e81198c2..b2ee4ff96e9a53faaa184efcd9400932c1b48528 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/credentials-iframe.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/ignore-search-with-credentials-iframe.html
|
| @@ -20,19 +20,4 @@ function xhr(url, username, password) {
|
| });
|
| }
|
|
|
| -window.onmessage = function(e) {
|
| - Promise.all(e.data.map(function(item) {
|
| - return xhr(item.name, item.username, item.password);
|
| - }))
|
| - .then(function() {
|
| - navigator.serviceWorker.controller.postMessage('keys');
|
| - navigator.serviceWorker.onmessage = function(e) {
|
| - window.parent.postMessage(e.data, '*');
|
| - };
|
| - });
|
| -};
|
| -
|
| </script>
|
| -<body>
|
| -Hello? Yes, this is iframe.
|
| -</body>
|
|
|