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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/function-details-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
OLDNEW
1 Tests that Debugger.getFunctionDetails command returns correct location. Bug 718 08 1 Tests that Debugger.getFunctionDetails command returns correct location. Bug 718 08
2 2
3 3
4 Running: testGetFirstLineFunctionDetails 4 Running: testGetFirstLineFunctionDetails
5 firstLineFunction type = function 5 firstLineFunction type = function
6 Function details: 6 Function details:
7 lineNumber: 5 7 lineNumber: 5
8 columnNumber: 36 8 columnNumber: 36
9 scriptId is valid: true 9 scriptId is valid: true
10 functionName: firstLineFunction 10 functionName: firstLineFunction
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 Running: testBigClosure 65 Running: testBigClosure
66 bigClosure type = function 66 bigClosure type = function
67 Function details: 67 Function details:
68 lineNumber: 38 68 lineNumber: 38
69 columnNumber: 27 69 columnNumber: 27
70 scriptId is valid: true 70 scriptId is valid: true
71 functionName: 71 functionName:
72 isGenerator: false 72 isGenerator: false
73 scopeChain #0: catch; ex: <no string representation> 73 scopeChain #0: catch; ex: <no string representation>
74 scopeChain #1: with; __proto__: <no string representation>,e: 7,f: 5,u: <no valu e>,v: <no value> 74 scopeChain #1: with; __proto__: <no string representation>,e: 7,f: 5,u: <no valu e>,v: <no value>
75 scopeChain #2: closure; arguments: <no string representation>,o: <no string repr esentation>,p: <no string representation> 75 scopeChain #2: closure; p: <no string representation>
76 scopeChain #3: global; <global object properties omitted> 76 scopeChain #3: global; <global object properties omitted>
77 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698