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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-log-multiple-execution-contexts-expected.txt

Issue 2623143002: DevTools: insert console message decorations in order
Patch Set: ac Created 3 years, 11 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 11: log from target page
2 CONSOLE MESSAGE: line 2: log from an iframe
3 CONSOLE MESSAGE: line 2: log from worker
4 Tests how execution context and target are selected.
5
6
7 Message count: 3
8 Adding swContext
9 Current context:top
10
11 Switched to context:iframe-logger.html
12 top console-log-multiple-execution-contexts.html:11 log from target page
13 iframe-logger.html:2 log from an iframe
14 ⚙ worker-logger.js worker-logger.js:2 log from worker
15
16 Switched to context:swContext
17 top console-log-multiple-execution-contexts.html:11 log from target page
18 iframe-logger.html iframe-logger.html:2 log from an iframe
19 ⚙ worker-logger.js worker-logger.js:2 log from worker
20
21 Switched to context:top
22 console-log-multiple-execution-contexts.html:11 log from target page
23 iframe-logger.html iframe-logger.html:2 log from an iframe
24 ⚙ worker-logger.js worker-logger.js:2 log from worker
25
26 Switched to context:⚙ worker-logger.js
27 top console-log-multiple-execution-contexts.html:11 log from target page
28 iframe-logger.html iframe-logger.html:2 log from an iframe
29 worker-logger.js:2 log from worker
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698