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

Unified Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources-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-resources-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources-expected.txt b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources-expected.txt
index 2de58f8c404d01ceee5a4ea076fa19058189f62f..80460674dcbea3286095f038e37c3153086399a4 100644
--- a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources-expected.txt
@@ -45,7 +45,7 @@ RUNNING TEST: extension_testGetResourceContent
1 : ""
}
RUNNING TEST: extension_testOnContentCommitted
-log: Extension server error: Object does not support requested operation: Resource is not editable
+error: Extension server error: Object does not support requested operation: Resource is not editable
content committed for resource .../audits-style1.css (type: stylesheet), new content: div.test { width: 220px; height: 42px; }
Revision content: div.test { width: 220px; height: 42px; }
RUNNING TEST: extension_testOnResourceAdded

Powered by Google App Engine
This is Rietveld 408576698