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

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 Check that console.log doesn't run microtasks.
5 {
6 description : 42
7 type : number
8 value : 42
9 }
10 {
11 description : 43
12 type : number
13 value : 43
14 }
15 {
16 description : 239
17 type : number
18 value : 239
19 }
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698