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

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: 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 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..7f01bf8d1deb78d886269f745cd400be00b1a44c
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-multiple-execution-contexts-expected.txt
@@ -0,0 +1,30 @@
+CONSOLE MESSAGE: line 11: log from target page
+CONSOLE MESSAGE: line 2: log from an iframe
+CONSOLE MESSAGE: line 2: log from worker
+Tests how execution context and target are selected.
+
+
+Message count: 3
+Adding swContext
+Current context:top
+
+Switched to context:iframe-logger.html
+top console-log-multiple-execution-contexts.html:11 log from target page
+iframe-logger.html:2 log from an iframe
+⚙ worker-logger.js worker-logger.js:2 log from worker
+
+Switched to context:swContext
+top console-log-multiple-execution-contexts.html:11 log from target page
+iframe-logger.html iframe-logger.html:2 log from an iframe
+⚙ worker-logger.js worker-logger.js:2 log from worker
+
+Switched to context:top
+console-log-multiple-execution-contexts.html:11 log from target page
+iframe-logger.html iframe-logger.html:2 log from an iframe
+⚙ worker-logger.js worker-logger.js:2 log from worker
+
+Switched to context:⚙ worker-logger.js
+top console-log-multiple-execution-contexts.html:11 log from target page
+iframe-logger.html iframe-logger.html:2 log from an iframe
+worker-logger.js:2 log from worker
+

Powered by Google App Engine
This is Rietveld 408576698