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

Side by Side Diff: LayoutTests/inspector/sources/debugger-ui/function-details-expected.txt

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (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 unified diff | Download patch | Annotate | Revision Log
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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
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; arguments: <no string representation>,o: <no string repr esentation>,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