- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / devtools / page_with_content_script.html
1 <html>
2 <head>
3 <script>
4
5
6 function handleClick() {
7 }
8 </script>
9 </head>
10 <body>
11 <input id='btn' type='button' onclick='handleClick()' value='Test'/>
12 </body>
13 </html>