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

Unified Diff: LayoutTests/inspector/console/console-dir-expected.txt

Issue 401843002: DevTools: Change RemoteObject._describe method for Errors (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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: LayoutTests/inspector/console/console-dir-expected.txt
diff --git a/LayoutTests/inspector/console/console-dir-expected.txt b/LayoutTests/inspector/console/console-dir-expected.txt
index 5a051518df6caf478585efb10bdd191a35985aa7..c8746a296ecd1a93f5bfc45166e60619baa3a982 100644
--- a/LayoutTests/inspector/console/console-dir-expected.txt
+++ b/LayoutTests/inspector/console/console-dir-expected.txt
@@ -16,13 +16,13 @@ NodeList[1]
length: 1
__proto__: NodeList console-dir.html:10
XPathResult
- booleanValue: [Exception: TypeError]
+ booleanValue: [Exception: TypeError: Failed to read the 'booleanValue' property from 'XPathResult': The result type is not a boolean.]
invalidIteratorState: false
- numberValue: [Exception: TypeError]
+ numberValue: [Exception: TypeError: Failed to read the 'numberValue' property from 'XPathResult': The result type is not a number.]
resultType: 4
- singleNodeValue: [Exception: TypeError]
- snapshotLength: [Exception: TypeError]
- stringValue: [Exception: TypeError]
+ singleNodeValue: [Exception: TypeError: Failed to read the 'singleNodeValue' property from 'XPathResult': The result type is not a single node.]
+ snapshotLength: [Exception: TypeError: Failed to read the 'snapshotLength' property from 'XPathResult': The result type is not a snapshot.]
+ stringValue: [Exception: TypeError: Failed to read the 'stringValue' property from 'XPathResult': The result type is not a string.]
__proto__: XPathResult console-dir.html:11
Object
"": ""

Powered by Google App Engine
This is Rietveld 408576698