chromium/third_party/blink/web_tests/http/tests/devtools/sources/debugger-step/debugger-step-into-event-listener-expected.txt

Tests that stepping into dispatchEvent() method will lead to a pause in the first event listener.

Set timer for test function.
Stepping into...
Stepping into...
SUCCESS: Did step into event listener(fooEventHandler1).
Stepping into...
Stepping into...
Stepping into...
SUCCESS: Did step into event listener(fooEventHandler2).