chromium/third_party/blink/web_tests/http/tests/devtools/sources/debugger-pause/function-name-in-callstack-expected.txt

Tests that callFrames on pause contains function name taking into account Function.name (and ignoring displayName).

Set timer for test function.
Script execution paused.
callFrames.length = 4
functionName: foo.function.name
functionName: bar
functionName: baz.function.name
functionName: testFunction
Script execution resumed.