Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / show-function-definition-expected.txt
1 Tests that "Show Function Definition" jumps to the correct location.
2
3
4 Running: testRevealFunctionDefinition
5 Function location revealed: [7:18]
6
7 Running: testDumpFunctionDefinition
8 jumpToMe
9 show-function-definition.html:7 function jumpToMe()
10 {
11     var result = 12345;
12     return window.foo || result;
13 }
14