| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console-expected.txt
|
| index 190c871fc703663b537d69e71d68272878b06ac6..372acb798e086c848d67d84a81a7e408cda9accf 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console-expected.txt
|
| @@ -9,31 +9,54 @@ Tests asynchronous call stacks printed in console.
|
| Set timer for test function.
|
| async-callstack-in-console.html:11 Console was cleared
|
| async-callstack-in-console.html:17 console.trace
|
| +
|
| timeout1 @ async-callstack-in-console.html:17
|
| +
|
| setTimeout (async)
|
| +
|
| testFunction @ async-callstack-in-console.html:12
|
| async-callstack-in-console.html:24 Uncaught Error: foo
|
| at timeout2 (async-callstack-in-console.html:24)
|
| +
|
| timeout2 @ async-callstack-in-console.html:24
|
| +
|
| setTimeout (async)
|
| +
|
| timeout1 @ async-callstack-in-console.html:18
|
| +
|
| setTimeout (async)
|
| +
|
| testFunction @ async-callstack-in-console.html:12
|
| async-callstack-in-console.html:29 console.trace
|
| +
|
| timeout3 @ async-callstack-in-console.html:29
|
| +
|
| setTimeout (async)
|
| +
|
| timeout2 @ async-callstack-in-console.html:23
|
| +
|
| setTimeout (async)
|
| +
|
| timeout1 @ async-callstack-in-console.html:18
|
| +
|
| setTimeout (async)
|
| +
|
| testFunction @ async-callstack-in-console.html:12
|
| async-callstack-in-console.html:37 Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://www.example.com') does not match the recipient window's origin ('file://').
|
| +
|
| tryPostMessage @ async-callstack-in-console.html:37
|
| +
|
| timeout3 @ async-callstack-in-console.html:31
|
| +
|
| setTimeout (async)
|
| +
|
| timeout2 @ async-callstack-in-console.html:23
|
| +
|
| setTimeout (async)
|
| +
|
| timeout1 @ async-callstack-in-console.html:18
|
| +
|
| setTimeout (async)
|
| +
|
| testFunction @ async-callstack-in-console.html:12
|
|
|
|
|