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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-mutation-observer-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-mutation-observer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-mutation-observer-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-mutation-observer-expected.txt
index 572855ba8e0f465a69b3ae53682c320777dbee06..645b7ebb646068a8efcf9d510e03e48d07dc3602 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-mutation-observer-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-mutation-observer-expected.txt
@@ -9,6 +9,9 @@ Call stack:
1) timeout1 (async-callstack-mutation-observer.html:44)
[setTimeout]
0) testFunction (async-callstack-mutation-observer.html:35)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) mutationCallback (async-callstack-mutation-observer.html:21)
@@ -19,6 +22,9 @@ Call stack:
0) timeout1 (async-callstack-mutation-observer.html:43)
[setTimeout]
0) testFunction (async-callstack-mutation-observer.html:35)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) nestedMutationCallback (async-callstack-mutation-observer.html:28)
@@ -30,6 +36,9 @@ Call stack:
1) timeout1 (async-callstack-mutation-observer.html:44)
[setTimeout]
0) testFunction (async-callstack-mutation-observer.html:35)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) nestedMutationCallback (async-callstack-mutation-observer.html:28)
@@ -54,6 +63,9 @@ Call stack:
1) timeout1 (async-callstack-mutation-observer.html:44)
[setTimeout]
0) testFunction (async-callstack-mutation-observer.html:35)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) timeoutFromNestedMutation (async-callstack-mutation-observer.html:75)

Powered by Google App Engine
This is Rietveld 408576698