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

Side by Side Diff: LayoutTests/inspector/sources/debugger-async/async-callstack-web-sql-expected.txt

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 Tests asynchronous call stacks for Web SQL. 2 Tests asynchronous call stacks for Web SQL.
3 3
4 Set timer for test function. 4 Set timer for test function.
5 Captured call stacks in no particular order: 5 Captured call stacks in no particular order:
6 Call stack: 6 Call stack:
7 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:39) 7 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:39)
8 [SQLTransaction] 8 [SQLTransaction]
9 0) openDB (async-callstack-web-sql.html:27) 9 0) openDB (async-callstack-web-sql.html:27)
10 [setTimeout] 10 [setTimeout]
(...skipping 27 matching lines...) Expand all
38 0) testFunction (async-callstack-web-sql.html:9) 38 0) testFunction (async-callstack-web-sql.html:9)
39 39
40 Call stack: 40 Call stack:
41 0) onSuccess (async-callstack-web-sql.html:14) 41 0) onSuccess (async-callstack-web-sql.html:14)
42 [SQLTransaction] 42 [SQLTransaction]
43 0) openDB (async-callstack-web-sql.html:27) 43 0) openDB (async-callstack-web-sql.html:27)
44 [setTimeout] 44 [setTimeout]
45 0) testFunction (async-callstack-web-sql.html:9) 45 0) testFunction (async-callstack-web-sql.html:9)
46 46
47 47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698