| Index: LayoutTests/http/tests/security/xssAuditor/reflection-in-path.html
|
| diff --git a/LayoutTests/http/tests/security/xssAuditor/dom-write-innerHTML.html b/LayoutTests/http/tests/security/xssAuditor/reflection-in-path.html
|
| similarity index 53%
|
| copy from LayoutTests/http/tests/security/xssAuditor/dom-write-innerHTML.html
|
| copy to LayoutTests/http/tests/security/xssAuditor/reflection-in-path.html
|
| index 227ffafc7ad82930ae490c7a0afd401b6fb0cf15..576645cb702e955dd3d92a53a5d40354d3ac54ee 100644
|
| --- a/LayoutTests/http/tests/security/xssAuditor/dom-write-innerHTML.html
|
| +++ b/LayoutTests/http/tests/security/xssAuditor/reflection-in-path.html
|
| @@ -4,18 +4,18 @@
|
| <script>
|
| if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| - testRunner.setXSSAuditorEnabled(true);
|
| + testRunner.dumpChildFramesAsText();
|
| testRunner.waitUntilDone();
|
| + testRunner.setXSSAuditorEnabled(true);
|
| }
|
| -
|
| -window.onload = function() {
|
| +function done()
|
| +{
|
| if (window.testRunner)
|
| testRunner.notifyDone();
|
| -};
|
| +}
|
| </script>
|
| </head>
|
| <body>
|
| -<iframe src="http://localhost:8000/security/xssAuditor/resources/echo-dom-write-innerHTML.html?q=<img src='about:blank' onerror='alert(String.fromCharCode(0x58,0x53,0x53))'>">
|
| -</iframe>
|
| +<iframe src="http://localhost:8000/security/xssAuditor/intercept/echo-form-action.pl/%22%20onmouseover=%22JavaScript:alert(document.domain)%22%20name=%22?m=login"></iframe>
|
| </body>
|
| </html>
|
|
|