| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/iso-latin1-header-iframe.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/iso-latin1-header-iframe.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/iso-latin1-header-iframe.html
|
| similarity index 87%
|
| rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/iso-latin1-header-iframe.html
|
| rename to third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/iso-latin1-header-iframe.html
|
| index 8da25828a643a32720ffbbc89bd8d81982885f4c..90e3f698cfa6bb6d12ee8184953b4f7fbde719e4 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/iso-latin1-header-iframe.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/iso-latin1-header-iframe.html
|
| @@ -1,7 +1,4 @@
|
| -<script src="../../resources/testharness.js"></script>
|
| -<script src="test-helpers.js"></script>
|
| <script>
|
| -
|
| function xhr_send(method, data) {
|
| return new Promise(function(resolve, reject) {
|
| var xhr = new XMLHttpRequest();
|
| @@ -23,5 +20,4 @@ window.addEventListener('message', function(evt) {
|
| .then(function() { port.postMessage({results: 'finish'}); })
|
| .catch(function(e) { port.postMessage({results: 'failure:' + e}); });
|
| });
|
| -
|
| </script>
|
|
|