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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-xpath-expected.txt

Issue 2284123002: [DevTools] Format console.log(new Error()) same as console.log(new Error().stack) (Closed)
Patch Set: removed elipsis Created 4 years, 4 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: third_party/WebKit/LayoutTests/inspector/console/console-xpath-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-xpath-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-xpath-expected.txt
index 9186236b4592ebf3dd842330d8ab0b41bed57e8e..80ada6ff1e59a7988bfd729bdb2e1beac2276ae5 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-xpath-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-xpath-expected.txt
@@ -14,6 +14,7 @@ false
1
href="http://chromium.org"
href="http://chromium.org"
-VM:1 Uncaught DOMException: Failed to execute '$x' on 'CommandLineAPI': The string './a@href' is not a valid XPath expression.(…)(anonymous function) @ VM:1
+VM:1 Uncaught DOMException: Failed to execute '$x' on 'CommandLineAPI': The string './a@href' is not a valid XPath expression.
+ at <anonymous>:1:1(anonymous function) @ VM:1
VM:1 complete

Powered by Google App Engine
This is Rietveld 408576698