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

Unified Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel-expected.txt

Issue 2563553002: DevTools: Disallow console.log statements with eslint (Closed)
Patch Set: fix tests Created 4 years 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: third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel-expected.txt b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel-expected.txt
index 81b716cf6e8e60efda74bed713abe1cc15f780b8..f1e00c87026156479b8ca27a4b731c3df6f00ba6 100644
--- a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel-expected.txt
@@ -36,9 +36,9 @@ Showing resource .../extensions/resources/abe.png in panel sources), line: 1002
Showing .../missing.txt
Showing resource .../extensions/resources/missing.txt in panel network), line: undefined
Showing not-found.html
-log: Extension server error: Object not found: not-found.html
+error: Extension server error: Object not found: not-found.html
Showing javascript:console.error('oh no!')
-log: Extension server error: Object not found: javascript:console.error('oh no!')
+error: Extension server error: Object not found: javascript:console.error('oh no!')
RUNNING TEST: extension_testSearch
Panel searched:
{

Powered by Google App Engine
This is Rietveld 408576698