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

Unified Diff: LayoutTests/http/tests/security/contentSecurityPolicy/report-only-report-uri-missing.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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/security/contentSecurityPolicy/report-only-report-uri-missing.html
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/report-only-report-uri-missing.html b/LayoutTests/http/tests/security/contentSecurityPolicy/report-only-report-uri-missing.html
index d2837f3ade9ecc1fe6dfd93b018bcfa39fde23ac..088f26213b9009c4d2dec6e5437427ae41066124 100644
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/report-only-report-uri-missing.html
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/report-only-report-uri-missing.html
@@ -1,11 +1,8 @@
<!DOCTYPE html>
<html>
<head>
+ <script src="resources/report-test.js"></script>
<meta http-equiv="Content-Security-Policy-Report-Only" content="script-src 'unsafe-inline';">
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- </script>
</head>
<body>
<p>This test passes if a console message is present, warning about the missing 'report-uri' directive.</p>

Powered by Google App Engine
This is Rietveld 408576698