Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / debugger-async / async-callstack-object-observe-expected.txt
blobcb7bb2a6530740c4495e8cba5cf3be14745af67a
1 Tests asynchronous call stacks for Object.observe().
3 Set timer for test function.
4 Captured call stacks in no particular order:
5 Call stack:
6     0) observer (async-callstack-object-observe.html:32)
7     [Object.observe]
8     0) addProperties (async-callstack-object-observe.html:26)
9     1) timeout2 (async-callstack-object-observe.html:21)
10     [setTimeout]
11     0) timeout1 (async-callstack-object-observe.html:16)
12     [setTimeout]
13     0) testFunction (async-callstack-object-observe.html:10)