Index: third_party/WebKit/LayoutTests/http/tests/security/powerfulFeatureRestrictions/serviceworker-on-insecure-origin.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/powerfulFeatureRestrictions/serviceworker-on-insecure-origin.html b/third_party/WebKit/LayoutTests/http/tests/security/powerfulFeatureRestrictions/serviceworker-on-insecure-origin.html |
index 8fc6cbf228b659becf6ef9966a3a9a383c6c67a5..948cd3e0b1b457c3514682bfa5e3327000e29a74 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/powerfulFeatureRestrictions/serviceworker-on-insecure-origin.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/security/powerfulFeatureRestrictions/serviceworker-on-insecure-origin.html |
@@ -18,7 +18,7 @@ if (window.location.origin != get_host_info().UNAUTHENTICATED_ORIGIN) { |
service_worker_unregister_and_done(this, scope); |
}), |
this.step_func(function(reason) { |
- assert_equals(reason.name, "NotSupportedError"); |
+ assert_equals(reason.name, "SecurityError"); |
this.done(); |
}) |
); |