Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / debugger-step-into-event-listener-expected.txt
1 Tests that stepping into dispatchEvent() method will lead to a pause in the first event listener.
2
3 Recieved foo event(1)! Recieved foo event(2)!
4 Debugger was enabled.
5 Set timer for test function.
6 Stepping into...
7 Stepping into...
8 SUCCESS: Did step into event listener(fooEventHandler1).
9 Stepping into...
10 Stepping into...
11 Stepping into...
12 SUCCESS: Did step into event listener(fooEventHandler2).
13 Debugger was disabled.
14