Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / debugger-ui / show-function-definition-expected.txt
blob4c3aad0f3ca8ee6bc4c23da6b0302e1f747f9f1a
1 Tests that "Show Function Definition" jumps to the correct location.
4 Running: testRevealFunctionDefinition
5 Function location revealed: [7:18]
7 Running: testDumpFunctionDefinition
8 jumpToMe
9 jumpToMe()
11     var result = 12345;
12     return window.foo || result;