chromium/third_party/blink/web_tests/http/tests/devtools/sources/debugger-async/async-callstack-middle-run-expected.txt

Tests that capturing asynchronous call stacks in debugger works if started after some time since the page loads.

Set timer for test function.
Captured call stacks in no particular order:
Call stack:
    0) timeoutOffCapturing2 (async-callstack-middle-run.js:27)

Call stack:
    0) timeoutOnCapturing (async-callstack-middle-run.js:32)
    [setTimeout]
    0) timeoutOffCapturing (async-callstack-middle-run.js:22)