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

Unified Diff: LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl

Issue 420603003: Better distinguish between blocked and empty pages in XSS filter tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove stray file. Created 6 years, 5 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/xssAuditor/resources/echo-intertag.pl
diff --git a/LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl b/LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl
index 2112922f69f68800edd3a39d13d60a0a0305d7ac..b2407deb4e4f6ed6bc9f8ad138f64aa8b3011a81 100755
--- a/LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl
+++ b/LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl
@@ -143,6 +143,7 @@ if ($cgi->param('alert-cookie')) {
if ($cgi->param('echo-report')) {
print "<script src=/security/contentSecurityPolicy/resources/go-to-echo-report.js></script>\n";
}
+print "Page rendered here.\n";
if ($cgi->param('inHead')) {
print "</head>\n";
} else {

Powered by Google App Engine
This is Rietveld 408576698