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