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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-web-sql-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-web-sql-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-web-sql-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-web-sql-expected.txt
index 4580bdfb07b2e6f1cea1378c9be3ec58f5d36e58..c162f7cc064a6d7c7cbb39769ce0e3f94ed324a0 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-web-sql-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-web-sql-expected.txt
@@ -9,6 +9,9 @@ Call stack:
0) openDB (async-callstack-web-sql.html:27)
[setTimeout]
0) testFunction (async-callstack-web-sql.html:9)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) onDropTable (async-callstack-web-sql.html:47)
@@ -18,6 +21,9 @@ Call stack:
0) openDB (async-callstack-web-sql.html:27)
[setTimeout]
0) testFunction (async-callstack-web-sql.html:9)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) onSuccess (async-callstack-web-sql.html:14)
@@ -27,6 +33,9 @@ Call stack:
0) openDB (async-callstack-web-sql.html:27)
[setTimeout]
0) testFunction (async-callstack-web-sql.html:9)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) onSuccess (async-callstack-web-sql.html:14)
@@ -36,6 +45,9 @@ Call stack:
0) openDB (async-callstack-web-sql.html:27)
[setTimeout]
0) testFunction (async-callstack-web-sql.html:9)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) onSuccess (async-callstack-web-sql.html:14)
@@ -43,5 +55,8 @@ Call stack:
0) openDB (async-callstack-web-sql.html:27)
[setTimeout]
0) testFunction (async-callstack-web-sql.html:9)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>

Powered by Google App Engine
This is Rietveld 408576698