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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-log-doesnt-run-microtasks-expected.txt

Issue 2954093003: [DevTools] Migrate inspector-protocol/runtime tests to new harness (Closed)
Patch Set: fail: Created 3 years, 5 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 CONSOLE MESSAGE: line 9: 42
2 CONSOLE MESSAGE: line 10: 43
3 CONSOLE MESSAGE: line 8: 239
4 CONSOLE MESSAGE: line 1: finished
5 Check that console.log doesn't run microtasks. 1 Check that console.log doesn't run microtasks.
6 { 2 {
7 description : 42 3 description : 42
8 type : number 4 type : number
9 value : 42 5 value : 42
10 } 6 }
11 { 7 {
12 description : 43 8 description : 43
13 type : number 9 type : number
14 value : 43 10 value : 43
15 } 11 }
16 { 12 {
17 description : 239 13 description : 239
18 type : number 14 type : number
19 value : 239 15 value : 239
20 } 16 }
21 { 17 {
22 type : string 18 type : string
23 value : finished 19 value : finished
24 } 20 }
25 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698