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

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: address design comments 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 13: log from target page
2 CONSOLE MESSAGE: line 2: log from an iframe
3 CONSOLE MESSAGE: line 1: log from worker
4 Tests how execution context and target are selected.
5
6
7 Adding swContext
8 Context options: swContext,top,iframe-logger.html,⚙ worker-logger.js
9
10 Switched to context:swContext
11 top console-log-multiple-execution-contexts.html:13 log from target page
12 iframe-logger.html iframe-logger.html:2 log from an iframe
13 ⚙ worker-logger.js resources/worker-logger.js:1 log from worker
14 resources/worker-logger.js:1 log from worker
15
16 Switched to context:top
17 console-log-multiple-execution-contexts.html:13 log from target page
18 iframe-logger.html iframe-logger.html:2 log from an iframe
19 ⚙ worker-logger.js resources/worker-logger.js:1 log from worker
20 resources/worker-logger.js:1 log from worker
21
22 Switched to context:iframe-logger.html
23 top console-log-multiple-execution-contexts.html:13 log from target page
24 iframe-logger.html:2 log from an iframe
25 ⚙ worker-logger.js resources/worker-logger.js:1 log from worker
26 resources/worker-logger.js:1 log from worker
27
28 Switched to context:⚙ worker-logger.js
29 top console-log-multiple-execution-contexts.html:13 log from target page
30 iframe-logger.html iframe-logger.html:2 log from an iframe
31 resources/worker-logger.js:1 log from worker
32 resources/worker-logger.js:1 log from worker
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698