Index: LayoutTests/http/tests/security/powerfulFeatureRestrictions/geolocation-on-insecure-origin.html |
diff --git a/LayoutTests/http/tests/security/powerfulFeatureRestrictions/geolocation-on-insecure-origin.html b/LayoutTests/http/tests/security/powerfulFeatureRestrictions/geolocation-on-insecure-origin.html |
index c89296a8311191674ee011308d0463042b15d1a4..f20e1e436bf96534333311cb88d84af1d66c92b8 100644 |
--- a/LayoutTests/http/tests/security/powerfulFeatureRestrictions/geolocation-on-insecure-origin.html |
+++ b/LayoutTests/http/tests/security/powerfulFeatureRestrictions/geolocation-on-insecure-origin.html |
@@ -18,7 +18,7 @@ if (window.location.origin != get_host_info().UNAUTHENTICATED_ORIGIN) { |
this.done(); |
}), |
this.step_func(function(error) { |
- assert_equals(error.message, 'Only secure origins are allowed. http://goo.gl/lq4gCo'); |
+ assert_equals(error.message, 'Only secure origins are allowed (see: https://goo.gl/Y0ZkNV).'); |
this.done(); |
})); |
}, 'getCurrentPosition'); |
@@ -30,7 +30,7 @@ if (window.location.origin != get_host_info().UNAUTHENTICATED_ORIGIN) { |
this.done(); |
}), |
this.step_func(function(error) { |
- assert_equals(error.message, 'Only secure origins are allowed. http://goo.gl/lq4gCo'); |
+ assert_equals(error.message, 'Only secure origins are allowed (see: https://goo.gl/Y0ZkNV).'); |
this.done(); |
})); |
}, 'watchPosition'); |