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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt

Issue 1815833002: Rebaseline, fix, or remove various tests dealing with V8 behavior (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/sources/debugger/promise-events-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE MESSAGE: line 10: true 1 CONSOLE MESSAGE: line 10: true
2 CONSOLE MESSAGE: line 11: function (a,b) { return a + b; } 2 CONSOLE MESSAGE: line 11: function (a,b) { return a + b; }
3 CONSOLE MESSAGE: line 12: function () { [native code] } 3 CONSOLE MESSAGE: line 12: function () { [native code] }
4 Tests how debugger presents special properties of closures, bound functions and object wrappers. 4 Tests how debugger presents special properties of closures, bound functions and object wrappers.
5 5
6 properties-special.html:10 Boolean 6 properties-special.html:10 Boolean
7 __proto__: Boolean 7 __proto__: Boolean
8 [[PrimitiveValue]]: true 8 [[PrimitiveValue]]: true
9 properties-special.html:11 anonymous(a, b) 9 properties-special.html:11 anonymous(a, b)
10 arguments: null 10 arguments: null
11 caller: null 11 caller: null
12 length: 2 12 length: 2
13 name: "" 13 name: ""
14 prototype: Object 14 prototype: Object
15 __proto__: () 15 __proto__: ()
16 <function scope> 16 <function scope>
17 properties-special.html:12 bound () 17 properties-special.html:12 anonymous()
18 arguments: (...) 18 arguments: (...)
19 caller: (...) 19 caller: (...)
20 length: 1 20 length: 1
21 name: "bound " 21 name: "bound "
22 __proto__: () 22 __proto__: ()
23 [[TargetFunction]]: (a,b) 23 [[TargetFunction]]: (a,b)
24 [[BoundThis]]: Object 24 [[BoundThis]]: Object
25 [[BoundArgs]]: Array[1] 25 [[BoundArgs]]: Array[1]
26 26
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/sources/debugger/promise-events-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698