Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-events-expected.txt

Issue 1380573002: DevTools: fix evaluation on the last async call stack in chain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaselined async-callstack-filesystem.html Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-events-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-events-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-events-expected.txt
index 092ca1d8c7f78f96beb81e7d69c22d7bde712114..1c264b99060eea90dbafd62b3e398d8df1aecc0b 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-events-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-events-expected.txt
@@ -7,12 +7,18 @@ Call stack:
[hashchange]
0) doTestHashChange (async-callstack-events.html:46)
1) testFunction (async-callstack-events.html:11)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) onHashChange2 (async-callstack-events.html:58)
[hashchange]
0) doTestHashChange (async-callstack-events.html:46)
1) testFunction (async-callstack-events.html:11)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) onSelectionChange (async-callstack-events.html:39)
@@ -20,11 +26,17 @@ Call stack:
0) setSelection (async-callstack-events.html:24)
1) doTestSelectionChange (async-callstack-events.html:31)
2) testFunction (async-callstack-events.html:11)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) onVideoPlay (async-callstack-events.html:71)
[play]
0) doTestMediaEvents (async-callstack-events.html:65)
1) testFunction (async-callstack-events.html:11)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>

Powered by Google App Engine
This is Rietveld 408576698