| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <body> | 2 <body> |
| 3 <iframe src="http://127.0.0.1:8000/security/resources/redir.php?url=file:///tmp/
LayoutTests/http/tests/security/resources/file-redirect-target.html"></iframe></
br> | 3 <iframe src="http://127.0.0.1:8000/security/resources/redir.php?url=file:///tmp/
LayoutTests/http/tests/security/resources/file-redirect-target.html"></iframe></
br> |
| 4 <script> | 4 <script> |
| 5 if (window.layoutTestController) { | 5 if (window.layoutTestController) { |
| 6 layoutTestController.dumpAsText(); | 6 layoutTestController.dumpAsText(); |
| 7 } | 7 } |
| 8 </script> | 8 </script> |
| 9 <p>This attempts to open a redirect link to a file URL, which should be blocked.
</p> | 9 <p>This attempts to open a redirect link to a file URL, which should be blocked.
</p> |
| 10 </body> | 10 </body> |
| 11 </html> | 11 </html> |
| OLD | NEW |