tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / http / tests / security / xssAuditor / script-tag-with-source-unterminated.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 if (window.layoutTestController) {
6   layoutTestController.dumpAsText();
7   layoutTestController.setXSSAuditorEnabled(true);
8 }
9 </script>
10 </head>
11 <body>
12 <iframe src='http://localhost:8000/security/xssAuditor/resources/echo-intertag.pl?q=<script src="http://127.0.0.1:8000/security/xssAuditor/resources/xss.js?&q2="></script>&clutter=blah'>
13 </iframe>
14 <iframe src='http://localhost:8000/security/xssAuditor/resources/echo-intertag.pl?q=<script src="http://127.0.0.1:8000/security/xssAuditor/resources/xss.js%23&q2="></script>&clutter=blah'>
15 </iframe>
16 <iframe src='http://localhost:8000/security/xssAuditor/resources/echo-intertag.pl?q=<script src="http://127.0.0.1:8000/security/xssAuditor/resources/&q2="></script>&clutter=xss.js?'>
17 </iframe>
18 </body>
19 </html>