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

Unified Diff: LayoutTests/http/tests/security/contentSecurityPolicy/resources/report-test.js

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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/security/contentSecurityPolicy/resources/report-test.js
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/resources/report-test.js b/LayoutTests/http/tests/security/contentSecurityPolicy/resources/report-test.js
new file mode 100644
index 0000000000000000000000000000000000000000..f09f143757210b44d478662d292a72b1f52ee59e
--- /dev/null
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/resources/report-test.js
@@ -0,0 +1,4 @@
+if (window.testRunner) {
+ testRunner.dumpAsText();
+ testRunner.dumpPingLoaderCallbacks();
+}

Powered by Google App Engine
This is Rietveld 408576698