| Index: LayoutTests/http/tests/security/xssAuditor/resources/static-script.html
|
| diff --git a/LayoutTests/fast/events/resources/before-unload-in-subframe-destination.html b/LayoutTests/http/tests/security/xssAuditor/resources/static-script.html
|
| similarity index 50%
|
| copy from LayoutTests/fast/events/resources/before-unload-in-subframe-destination.html
|
| copy to LayoutTests/http/tests/security/xssAuditor/resources/static-script.html
|
| index 4358fb45b4906ab1665ae55efccc038693c660fa..1c39fb280fbfa38d066152ae994dfe0eae584280 100644
|
| --- a/LayoutTests/fast/events/resources/before-unload-in-subframe-destination.html
|
| +++ b/LayoutTests/http/tests/security/xssAuditor/resources/static-script.html
|
| @@ -1,12 +1,9 @@
|
| <!DOCTYPE html>
|
| <html>
|
| -<body>
|
| -PASS: 2/2
|
| +<p>This is a page with a static script matching a post variable</p>
|
| +<script>yourname=hunter</script>
|
| <script>
|
| -
|
| if (window.testRunner)
|
| testRunner.notifyDone();
|
| -
|
| </script>
|
| -</body>
|
| </html>
|
|
|