LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl is a script shared by many tests that emits an error when used.
Created attachment 241830 [details] proposed fix
Comment on attachment 241830 [details] proposed fix View in context: https://bugs.webkit.org/attachment.cgi?id=241830&action=review > LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl:68 > +if (defined($cgi->param('csp'))) { Alternatively you could define a local variable my $contentSecurityPolicy = $cgi->param('cap') || ""; Then make use of this variable.
Comment on attachment 241830 [details] proposed fix Clearing flags on attachment: 241830 Committed r176309: <http://trac.webkit.org/changeset/176309>
All reviewed patches have been landed. Closing bug.