Add python coverage module to third_party
[chromium-blink-merge.git] / chrome / test / data / chromedriver / console_log.html
blob6117575644bb4b8451e23602f7b9dc34ee19c3fb
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 function onLoad() {
6 var x = document.nonexistent.y;
8 </script>
9 </head>
10 <body onload="onLoad()">
11 <img src="http://google.com/nonexistent.png">
12 </body>
13 </html>