| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/iso-latin1-header.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/invalid-blobtype.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/iso-latin1-header.html
 | 
| similarity index 89%
 | 
| copy from third_party/WebKit/LayoutTests/http/tests/serviceworker/invalid-blobtype.html
 | 
| copy to third_party/WebKit/LayoutTests/http/tests/serviceworker/iso-latin1-header.html
 | 
| index 0ec28a15c73edae7f479778825a502a3cbc989ad..e56e68c07aa748ceb6f3c3c5bc3536d09c251e10 100644
 | 
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/invalid-blobtype.html
 | 
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/iso-latin1-header.html
 | 
| @@ -1,13 +1,13 @@
 | 
|  <!DOCTYPE html>
 | 
| -<title>Service Worker: respondWith with header value containing a null byte</title>
 | 
| +<title>Service Worker: respondWith with header value containing a non ascii string</title>
 | 
|  <script src="../resources/testharness.js"></script>
 | 
|  <script src="../resources/testharnessreport.js"></script>
 | 
|  <script src="../resources/get-host-info.js"></script>
 | 
|  <script src="resources/test-helpers.js?pipe=sub"></script>
 | 
|  <script>
 | 
|  async_test(function(t) {
 | 
| -    var SCOPE = 'resources/invalid-blobtype-iframe.html';
 | 
| -    var SCRIPT = 'resources/invalid-blobtype-worker.js';
 | 
| +    var SCOPE = 'resources/iso-latin1-header-iframe.html';
 | 
| +    var SCRIPT = 'resources/iso-latin1-header-worker.js';
 | 
|      var host_info = get_host_info();
 | 
|      service_worker_unregister_and_register(t, SCRIPT, SCOPE)
 | 
|        .then(function(registration) {
 | 
| @@ -27,4 +27,5 @@ async_test(function(t) {
 | 
|          })
 | 
|        .catch(unreached_rejection(t));
 | 
|    }, 'Verify the response of FetchEvent using XMLHttpRequest');
 | 
| +
 | 
|  </script>
 | 
| 
 |