| Index: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property.pl
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property.pl b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property.pl
|
| index c60e081c5df6b40513b23de613ea74c73076d744..49cfab7900653224e93a394716562de3147c3d87 100755
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property.pl
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property.pl
|
| @@ -14,5 +14,6 @@ if ($cgi->param('clutter')) {
|
| print $cgi->param('clutter');
|
| }
|
| print "\">\n";
|
| +print "<script>var y = 123;</script>";
|
| print "</body>\n";
|
| print "</html>\n";
|
|
|