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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/chromedriver/console_log.html
diff --git a/chrome/test/data/chromedriver/console_log.html b/chrome/test/data/chromedriver/console_log.html
index 6117575644bb4b8451e23602f7b9dc34ee19c3fb..1387c7efd516164e99104ad90107bc1a06cede8f 100644
--- a/chrome/test/data/chromedriver/console_log.html
+++ b/chrome/test/data/chromedriver/console_log.html
@@ -8,6 +8,6 @@
</script>
</head>
<body onload="onLoad()">
- <img src="http://google.com/nonexistent.png">
+ <img src="/chromedriver/nonexistent.png">
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698