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