Chromium Code Reviews| Index: LayoutTests/inspector/sources/debugger/promise-tracker-expected.txt |
| diff --git a/LayoutTests/inspector/sources/debugger/promise-tracker-expected.txt b/LayoutTests/inspector/sources/debugger/promise-tracker-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9c20af519a813ea1786d553d25c6f59e0510a55e |
| --- /dev/null |
| +++ b/LayoutTests/inspector/sources/debugger/promise-tracker-expected.txt |
| @@ -0,0 +1,21 @@ |
| +Tests promise tracker in debugger. |
| + |
| +Set timer for test function. |
| +Script execution paused. |
| +Promise: |
| + id: 0 |
| + status: resolved |
| + parent id: undefined |
| + testFunction :9 |
| +Promise: |
| + id: 1 |
| + status: resolved |
| + parent id: 0 |
| + testFunction :13 |
| +Promise: |
| + id: 2 |
| + status: pending |
| + parent id: 1 |
| + testFunction :14 |
| +Script execution resumed. |
| + |