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

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

Issue 1368863002: Set SSL info when an HTTP auth dialog is triggered by direct navigation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fill in the rest of entry->GetSSL(). Created 5 years, 3 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