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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html><head> 1 <html><head>
2 <title>Ping</title> 2 <title>Ping</title>
3 <script> 3 <script>
4 4
5 if (window.testRunner) { 5 if (window.testRunner) {
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 testRunner.waitUntilDone(); 7 testRunner.waitUntilDone();
8 testRunner.dumpPingLoaderCallbacks(); 8 testRunner.dumpPingLoaderCallbacks();
9 } 9 }
10 10
11 if (location.protocol != "https:") 11 if (location.protocol != "https:")
12 location = "https://127.0.0.1:8443/navigation/ping-cross-origin.html" 12 location = "https://127.0.0.1:8443/navigation/resources/ping-cross-origin-fr om-https-target.html";
13 </script> 13 </script>
14 </head></html> 14 </head></html>
OLDNEW
« 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