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 |
+ |