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

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

Issue 22159002: Add 'didDispatchPingLoader' callback to FrameLoaderClient. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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
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 } 9 }
9 10
10 if (location.protocol != "https:") 11 if (location.protocol != "https:")
11 location = "https://127.0.0.1:8443/navigation/ping-cross-origin.html" 12 location = "https://127.0.0.1:8443/navigation/ping-cross-origin.html"
12 </script> 13 </script>
13 </head></html> 14 </head></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698