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 { |