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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api-expected.txt

Issue 2089753002: Rebaseline Layout Test for issue v8:4955 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: include the whole patch this time, take 2 Created 4 years, 6 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
« 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-protocol/console/console-let-const-with-api-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api-expected.txt
index 282d3479716a6a0e070be25d6c769f806522dd0a..f8712f893bdbb573ee2745e76888ab4fe0cc52cd 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api-expected.txt
@@ -1,6 +1,6 @@
first "let a = 1;" result: wasThrown = false
second "let a = 1;" result: wasThrown = true
-exception message: Uncaught TypeError: Identifier 'a' has already been declared
+exception message: Uncaught SyntaxError: Identifier 'a' has already been declared
{"result":{"type":"number","value":42,"description":"42"},"wasThrown":false}
function $(selector, [startNode]) { [Command Line API] }
function $$(selector, [startNode]) { [Command Line API] }
« 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