- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / chromedriver / console_log.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <script>
5       function onLoad() {
6         var x = document.nonexistent.y;
7       }
8     </script>
9   </head>
10   <body onload="onLoad()">
11     <img src="http://google.com/nonexistent.png">
12   </body>
13 </html>