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

Unified Diff: chrome/test/data/login/cross_origin.html

Issue 403933002: Set SSL info when an HTTP auth dialog is triggered by direct navigation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Just use pending navigation entry for everything Created 5 years, 9 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
Index: chrome/test/data/login/cross_origin.html
diff --git a/chrome/test/data/login/cross_origin.html b/chrome/test/data/login/cross_origin.html
index 7728a97a3783f70345430ca7007a21dad37d66fc..e657dfcf86f0bfa5406a2b56bce0b6156ea922e1 100644
--- a/chrome/test/data/login/cross_origin.html
+++ b/chrome/test/data/login/cross_origin.html
@@ -1,3 +1,3 @@
<script>
- window.location = "http://www.a.com:" + location.port + "/auth-basic/index.html";
+ window.location = "//www.a.com:" + location.port + "/auth-basic/index.html";
</script>

Powered by Google App Engine
This is Rietveld 408576698