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

Unified Diff: chrome/test/data/extensions/error_console/bad_extension_page/blank.html

Issue 133003003: Make ErrorConsole catch errors from Extension WebContents Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/extensions/error_console/bad_extension_page/blank.html
diff --git a/chrome/test/data/extensions/error_console/bad_extension_page/blank.html b/chrome/test/data/extensions/error_console/bad_extension_page/blank.html
new file mode 100644
index 0000000000000000000000000000000000000000..c5ee0267ff10e52886518b2bd1332ac3b64380fd
--- /dev/null
+++ b/chrome/test/data/extensions/error_console/bad_extension_page/blank.html
@@ -0,0 +1,3 @@
+<html>
+ <head><script src="broken.js"></script></head>
+</html>

Powered by Google App Engine
This is Rietveld 408576698