chromium/third_party/blink/web_tests/http/tests/devtools/sources/debugger-frameworks/frameworks-sourcemap-expected.txt

Tests framework blackboxing feature with sourcemaps.

Set timer for test function.
Call stack:
    0) testFunction (frameworks-sourcemap.js:13)
    [setTimeout]
    0) scheduleTestFunction <omitted>
    <... skipped remaining frames ...>

Executing StepInto...
Executing StepInto...
Call stack:
    0) callback (frameworks-sourcemap.js:19)
  * 1) foo (framework.js:4)
    2) testFunction (frameworks-sourcemap.js:14)
    [setTimeout]
    0) scheduleTestFunction <omitted>
    <... skipped remaining frames ...>

Executing StepOut...
Call stack:
    0) testFunction (frameworks-sourcemap.js:14)
    [setTimeout]
    0) scheduleTestFunction <omitted>
    <... skipped remaining frames ...>