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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/console/console-log-multiple-execution-contexts-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-multiple-execution-contexts-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-log-multiple-execution-contexts-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..cdef719b8fcbbdd7ab833db7cf75beba31d020d4
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-multiple-execution-contexts-expected.txt
@@ -0,0 +1,33 @@
+CONSOLE MESSAGE: line 13: log from target page
+CONSOLE MESSAGE: line 2: log from an iframe
+CONSOLE MESSAGE: line 1: log from worker
+Tests how execution context and target are selected.
+
+
+Adding swContext
+Context options: swContext,top,iframe-logger.html,⚙ worker-logger.js
+
+Switched to context:swContext
+top console-log-multiple-execution-contexts.html:13 log from target page
+iframe-logger.html iframe-logger.html:2 log from an iframe
+⚙ worker-logger.js resources/worker-logger.js:1 log from worker
+resources/worker-logger.js:1 log from worker
+
+Switched to context:top
+console-log-multiple-execution-contexts.html:13 log from target page
+iframe-logger.html iframe-logger.html:2 log from an iframe
+⚙ worker-logger.js resources/worker-logger.js:1 log from worker
+resources/worker-logger.js:1 log from worker
+
+Switched to context:iframe-logger.html
+top console-log-multiple-execution-contexts.html:13 log from target page
+iframe-logger.html:2 log from an iframe
+⚙ worker-logger.js resources/worker-logger.js:1 log from worker
+resources/worker-logger.js:1 log from worker
+
+Switched to context:⚙ worker-logger.js
+top console-log-multiple-execution-contexts.html:13 log from target page
+iframe-logger.html iframe-logger.html:2 log from an iframe
+resources/worker-logger.js:1 log from worker
+resources/worker-logger.js:1 log from worker
+

Powered by Google App Engine
This is Rietveld 408576698