Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/xss.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/xss.html b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/xss.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d6352d29701be8bbbc27c65af1afdf05e8f25a54 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/xss.html |
| @@ -0,0 +1,2 @@ |
| +<script>alert(/XSS/)</script> |
| + |