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

Unified Diff: LayoutTests/inspector/sources/debugger/properties-special-expected.txt

Issue 1214113005: Rebase test expectations that print bound function names (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | « LayoutTests/inspector/editor/text-editor-indent-autodetection-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/sources/debugger/properties-special-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/properties-special-expected.txt b/LayoutTests/inspector/sources/debugger/properties-special-expected.txt
index 4dfd9fc8689a388414a1dc8a40f421bcd48df2a7..0d7930d31cc6415541ea8aa5e8238aa4db86e8da 100644
--- a/LayoutTests/inspector/sources/debugger/properties-special-expected.txt
+++ b/LayoutTests/inspector/sources/debugger/properties-special-expected.txt
@@ -1,6 +1,6 @@
CONSOLE MESSAGE: line 10: true
CONSOLE MESSAGE: line 11: function (a,b) { return a + b; }
-CONSOLE MESSAGE: line 12: function () { [native code] }
+CONSOLE MESSAGE: line 12: function bound () { [native code] }
Tests how debugger presents special properties of closures, bound functions and object wrappers.
properties-special.html:10 Boolean
@@ -14,11 +14,11 @@ properties-special.html:11 anonymous(a, b)
prototype: Object
__proto__: ()
<function scope>
-properties-special.html:12 anonymous()
+properties-special.html:12 bound ()
arguments: (...)
caller: (...)
length: 1
- name: ""
+ name: "bound "
__proto__: ()
[[TargetFunction]]: (a,b)
[[BoundThis]]: Object
« no previous file with comments | « LayoutTests/inspector/editor/text-editor-indent-autodetection-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698