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

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

Issue 1932343002: [DevTools] Don't run microtasks after call to InjectedScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
(Empty)
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.
6 {
7 description : 42
8 type : number
9 value : 42
10 }
11 {
12 description : 43
13 type : number
14 value : 43
15 }
16 {
17 description : 239
18 type : number
19 value : 239
20 }
21 {
22 type : string
23 value : finished
24 }
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698