Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Unified Diff: LayoutTests/http/tests/security/powerfulFeatureRestrictions/geolocation-on-insecure-origin.html

Issue 1060723002: Replace secure origin warning shortlink with an HTTPS shortlink to an HTTPS URL. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Change link format as discussed. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/modules/geolocation/Geolocation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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');
« no previous file with comments | « no previous file | Source/modules/geolocation/Geolocation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698