| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/http-to-https-redirect-and-register.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/http-to-https-redirect-and-register.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/http-to-https-redirect-and-register.html
|
| index 50dff5507d2edc763b4dcaebd08d40612f872dba..5a498c958ba70a1946d847a7a4bd48e8d220a29f 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/http-to-https-redirect-and-register.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/http-to-https-redirect-and-register.html
|
| @@ -42,7 +42,7 @@ promise_test(function(t) {
|
| '/serviceworker/resources/register.html';
|
|
|
| return redirect_and_register(target_url)
|
| - .then(result => {assert_equals(result, 'FAIL: NotSupportedError');});
|
| + .then(result => {assert_equals(result, 'FAIL: SecurityError');});
|
| }, 'register on a non-secure page after redirect from an non-secure url');
|
| </script>
|
| </body>
|
|
|