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

Unified Diff: chrome/test/data/ssl/iframe_with_insecure_content.html

Issue 1378123003: Adding SSL ETS Tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ets
Patch Set: Rebase. Created 5 years, 2 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/ssl/iframe_with_insecure_content.html
diff --git a/chrome/test/data/ssl/iframe_with_insecure_content.html b/chrome/test/data/ssl/iframe_with_insecure_content.html
index 1771240a5ec35d515c6aad81a9d28e344e9578b6..edb5bb8f02842813e4047ee625f117c30d0503ba 100644
--- a/chrome/test/data/ssl/iframe_with_insecure_content.html
+++ b/chrome/test/data/ssl/iframe_with_insecure_content.html
@@ -4,7 +4,7 @@
</body>
<script>
var s = document.createElement("script");
-s.src = "http://" + document.location.hostname + ":" + document.location.port + "/files/ssl/randomize_hash.js";
+s.src = "http://different-http-host.test/ssl/randomize_hash.js";
document.body.appendChild(s);
</script>
</html>
« no previous file with comments | « chrome/test/data/sdch/page.html.mock-http-headers ('k') | chrome/test/data/ssl/page_displays_insecure_content.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698