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

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

Issue 1017733003: [DO NOT LAND] Set @@toStringTag for DOM object prototypes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More test rebaselines Created 5 years, 9 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 34ec2e9f2ba62cf51ccbf82a0fd4ac2c70f32436..c17553c53016b3ce1e658b5f67f6b0b2243e2a43 100644
--- a/LayoutTests/inspector/console/console-dir-expected.txt
+++ b/LayoutTests/inspector/console/console-dir-expected.txt
@@ -18,10 +18,12 @@ console-dir.html:9 Array[2]
console-dir.html:10 NodeList[1]
0: html
length: 1
+ Symbol(Symbol.toStringTag): "NodeList"
__proto__: NodeList
console-dir.html:11 XPathResult
invalidIteratorState: false
resultType: 4
+ Symbol(Symbol.toStringTag): "XPathResult"
__proto__: XPathResult
console-dir.html:21 Object
"": ""

Powered by Google App Engine
This is Rietveld 408576698