| Index: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/form-action-unquoted-empty.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/form-action-unquoted-empty.html b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/form-action-unquoted-empty.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c6df728103c511b21e6e6115c13620db9b7f4aea
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/form-action-unquoted-empty.html
|
| @@ -0,0 +1,16 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| +<script>
|
| +if (window.testRunner) {
|
| + testRunner.dumpAsText();
|
| + testRunner.waitUntilDone();
|
| + testRunner.setXSSAuditorEnabled(true);
|
| +}
|
| +</script>
|
| +</head>
|
| +<body>
|
| +<iframe src="http://localhost:8000/security/xssAuditor/resources/echo-form-action-unquoted.pl?q=>&someAction<blah"
|
| +</iframe>
|
| +</body>
|
| +</html>
|
|
|