| 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 2d552b1f27c346e672530f513bf63e37bb633f56..492c15e9b16c1f0226b4d874b90d22dd0410178f 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
|
| @@ -11,6 +11,9 @@ async-callstack-in-console.html:11 Console was cleared
|
| timeout1 @ async-callstack-in-console.html:17
|
| setTimeout (async)
|
| testFunction @ async-callstack-in-console.html:12
|
| +setTimeout (async)
|
| +scheduleTestFunction @ debugger-test.js:3
|
| +(anonymous function) @ VM:1
|
|
|
| async-callstack-in-console.html:24 Uncaught Error: foo
|
|
|
| @@ -19,6 +22,9 @@ setTimeout (async)
|
| timeout1 @ async-callstack-in-console.html:18
|
| setTimeout (async)
|
| testFunction @ async-callstack-in-console.html:12
|
| +setTimeout (async)
|
| +scheduleTestFunction @ debugger-test.js:3
|
| +(anonymous function) @ VM:1
|
|
|
| async-callstack-in-console.html:29 console.trace()
|
|
|
| @@ -29,6 +35,9 @@ setTimeout (async)
|
| timeout1 @ async-callstack-in-console.html:18
|
| setTimeout (async)
|
| testFunction @ async-callstack-in-console.html:12
|
| +setTimeout (async)
|
| +scheduleTestFunction @ debugger-test.js:3
|
| +(anonymous function) @ VM:1
|
|
|
| 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://').
|
|
|
| @@ -40,4 +49,7 @@ setTimeout (async)
|
| timeout1 @ async-callstack-in-console.html:18
|
| setTimeout (async)
|
| testFunction @ async-callstack-in-console.html:12
|
| +setTimeout (async)
|
| +scheduleTestFunction @ debugger-test.js:3
|
| +(anonymous function) @ VM:1
|
|
|
|
|