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

Side by Side Diff: test/inspector/runtime/console-log-doesnt-run-microtasks-expected.txt

Issue 2891213002: [inspector] Refactor protocol-test.js (Closed)
Patch Set: comments addressed Created 3 years, 7 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
OLDNEW
1 Check that console.log doesn't run microtasks. 1 Check that console.log doesn't run microtasks.
2 { 2 {
3 description : 42 3 description : 42
4 type : number 4 type : number
5 value : 42 5 value : 42
6 } 6 }
7 { 7 {
8 description : 43 8 description : 43
9 type : number 9 type : number
10 value : 43 10 value : 43
11 } 11 }
12 { 12 {
13 description : 239 13 description : 239
14 type : number 14 type : number
15 value : 239 15 value : 239
16 } 16 }
17 { 17 {
18 type : string 18 type : string
19 value : finished 19 value : finished
20 } 20 }
21
OLDNEW
« no previous file with comments | « test/inspector/runtime/console-log-doesnt-run-microtasks.js ('k') | test/inspector/runtime/console-memory.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698