tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / http / tests / security / xssAuditor / javascript-link-one-plus-one.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 if (window.layoutTestController) {
6     layoutTestController.dumpAsText();
7     layoutTestController.waitUntilDone();
8     layoutTestController.setXSSAuditorEnabled(true);
9 }
10 </script>
11 </head>
12 <body>
13 <iframe src='http://localhost:8000/security/xssAuditor/resources/echo-intertag-click-and-notify.pl?elmid=anchorLink&q=%3Ca+id%3DanchorLink+href%3Djavascript%3Aalert%280%29%3Etest%3C/a%3E'>
14 </iframe>
15 </body>
16 </html>