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

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

Issue 2598423002: Remove NeedsManualRebaseline line for inspector/extensions/extensions-eval.html. (Closed)
Patch Set: Tools/Scripts/webkit-patch rebaseline-cl inspector/extensions/extensions-eval.html 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
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/extensions/extensions-eval-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-eval-expected.txt b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-eval-expected.txt
index 9616b89bd07a0f3afacb37d9ca377610e6fbeced..8c3b42f17ef51a24725b95d36e1de038bbc4fef8 100644
--- a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-eval-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-eval-expected.txt
@@ -11,8 +11,8 @@ Evaluate: {"str":"foo","num":42} (exception: undefined)
RUNNING TEST: extension_testEvalStatement
Evaluate: 0 (exception: undefined)
RUNNING TEST: extension_testEvalStringifyingLoopFailed
-log: Extension server error: Inspector protocol error: Object has too long reference chain
-Evaluate: undefined (exception: {"code":"E_PROTOCOLERROR","description":"Inspector protocol error: %s","details":["Object has too long reference chain"],"isError":true})
+error: Extension server error: Inspector protocol error: Object reference chain is too long
+Evaluate: undefined (exception: {"code":"E_PROTOCOLERROR","description":"Inspector protocol error: %s","details":["Object reference chain is too long"],"isError":true})
RUNNING TEST: extension_testEvalThrows
Evaluate: undefined (exception: {"isException":true,"value":"testExceptionString"})
RUNNING TEST: extension_testEvalUndefined
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698