tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / inspector / debugger / function-location-expected.txt
1 Tests that Debugger.getFunctionLocation command returns location. Bug 71808
2
3 Debugger was enabled.
4
5 Running: testGetFirstLineFunctionLocation
6 firstLineFunction type = function
7 didGetLocation: 
8 lineNumber: 7
9 columnNumber: undefined
10 scriptId is valid: true
11
12 Running: testGetNonFirstLineFunctionLocation
13 nonFirstLineFunctiontype = function
14 didGetLocation: 
15 lineNumber: 12
16 columnNumber: undefined
17 scriptId is valid: true
18 Debugger was disabled.
19