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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/worker/worker-console-expected.txt

Issue 2003433004: Remove dependency from ConsoleMessage to workers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@1999463002
Patch Set: messageN Created 4 years, 7 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-protocol/worker/worker-console-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/worker/worker-console-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/worker/worker-console-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6c2d156c0e57437e6780f15fba1767615e830398
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/worker/worker-console-expected.txt
@@ -0,0 +1,38 @@
+CONSOLE MESSAGE: line 3: message0
+CONSOLE MESSAGE: line 3: message1
+CONSOLE MESSAGE: line 3: message2
+CONSOLE MESSAGE: line 3: message3
+CONSOLE MESSAGE: line 3: message4
+CONSOLE MESSAGE: line 3: message5
+CONSOLE MESSAGE: line 3: message6
+Starting worker
+Logging in worker: message0
+Stopping worker
+Got console message from page: message0
+Starting worker
+Logging in worker: message1
+Sending Worker.enable
+Worker.created
+Sending Console.enable to worker
+Got console message from worker: message1
+Logging in worker: message2
+Got console message from worker: message2
+Sending Worker.disable
+Logging in worker: message3
+Stopping worker
+Sending Worker.enable
+Starting worker
+Worker.created
+Logging in worker: message4
+Sending Console.enable to worker
+Got console message from worker: message4
+Logging in worker: message5
+Got console message from worker: message5
+Stopping worker
+Starting worker
+Worker.created
+Logging in worker: message6
+Stopping worker
+Got console message from page: message6
+Sending Worker.disable
+

Powered by Google App Engine
This is Rietveld 408576698