Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / debugger-ui / function-display-name-call-stack-expected.txt
bloba3652714051949e41f9f23028b3065a7fe642500
1 Tests that we display function's "displayName" property in the call stack. CrBug 17356
3 Set timer for test function.
4 Script execution paused.
5 Call stack:
6     0) my.framework.foo (function-display-name-call-stack.html:10)
7     1) my.framework.bar (function-display-name-call-stack.html:15)
8     2) func3 (function-display-name-call-stack.html:20)
9     3) func4 (function-display-name-call-stack.html:23)
10     4) func5 (function-display-name-call-stack.html:26)
11     5) func6 (function-display-name-call-stack.html:30)
12     6) <anonymous_inside_testFunction> (function-display-name-call-stack.html:37)
13     7) <InspectorTest::testFunction> (function-display-name-call-stack.html:38)
14 Script execution resumed.