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

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

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 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 unified diff | Download patch
OLDNEW
1 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
2 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
1 CONSOLE MESSAGE: line 9: 42 3 CONSOLE MESSAGE: line 9: 42
2 CONSOLE MESSAGE: line 10: 43 4 CONSOLE MESSAGE: line 10: 43
3 CONSOLE MESSAGE: line 8: 239 5 CONSOLE MESSAGE: line 8: 239
6 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
4 CONSOLE MESSAGE: line 1: finished 7 CONSOLE MESSAGE: line 1: finished
8 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
9 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
10 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
11 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
12 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
5 Check that console.log doesn't run microtasks. 13 Check that console.log doesn't run microtasks.
6 { 14 {
7 description : 42 15 description : 42
8 type : number 16 type : number
9 value : 42 17 value : 42
10 } 18 }
11 { 19 {
12 description : 43 20 description : 43
13 type : number 21 type : number
14 value : 43 22 value : 43
15 } 23 }
16 { 24 {
17 description : 239 25 description : 239
18 type : number 26 type : number
19 value : 239 27 value : 239
20 } 28 }
21 { 29 {
22 type : string 30 type : string
23 value : finished 31 value : finished
24 } 32 }
25 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698