Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(438)

Side by Side Diff: chrome/test/data/chromedriver/console_log.html

Issue 868153002: [chromedriver] Make testConsoleLogSources handle missing favicon error (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script> 4 <script>
5 function onLoad() { 5 function onLoad() {
6 var x = document.nonexistent.y; 6 var x = document.nonexistent.y;
7 } 7 }
8 </script> 8 </script>
9 </head> 9 </head>
10 <body onload="onLoad()"> 10 <body onload="onLoad()">
11 <img src="http://google.com/nonexistent.png"> 11 <img src="/chromedriver/nonexistent.png">
12 </body> 12 </body>
13 </html> 13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698