tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / http / tests / security / xssAuditor / javascript-link-HTML-entities-named.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%3D%26%23106%26%2397%26%23118%26%2397%26%23115%26%2399%26%23114%26%23105%26%23112%26%23116%26%2358%26%2397%26%23108%26%23101%26%23114%26%23116%26%2340%26%2339%26copy%26%2339%26%2341%3Etest%3C/a%3E'>
14 </iframe>
15 </body>
16 </html>