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

Unified Diff: LayoutTests/http/tests/navigation/ping-cross-origin-from-https.html

Issue 324013003: Block mixed PingLoader requests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 6 years, 6 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 | LayoutTests/http/tests/navigation/ping-cross-origin-from-https-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/navigation/ping-cross-origin-from-https.html
diff --git a/LayoutTests/http/tests/navigation/ping-cross-origin-from-https.html b/LayoutTests/http/tests/navigation/ping-cross-origin-from-https.html
index 71096f7ecf47966eb2dc48c70a6f0435e9e71a88..b86d7e4bc8a3fa52300e2d4558cd3bfbcbefadfa 100644
--- a/LayoutTests/http/tests/navigation/ping-cross-origin-from-https.html
+++ b/LayoutTests/http/tests/navigation/ping-cross-origin-from-https.html
@@ -9,6 +9,6 @@ if (window.testRunner) {
}
if (location.protocol != "https:")
- location = "https://127.0.0.1:8443/navigation/ping-cross-origin.html"
+ location = "https://127.0.0.1:8443/navigation/resources/ping-cross-origin-from-https-target.html";
</script>
</head></html>
« no previous file with comments | « no previous file | LayoutTests/http/tests/navigation/ping-cross-origin-from-https-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698