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

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: 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..fe3cadd83ff2181472ec3a98765e876c584300e6
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/worker/worker-console-expected.txt
@@ -0,0 +1,38 @@
+CONSOLE MESSAGE: line 3: worker0
+CONSOLE MESSAGE: line 3: worker1
+CONSOLE MESSAGE: line 3: worker2
+CONSOLE MESSAGE: line 3: worker3
+CONSOLE MESSAGE: line 3: worker4
+CONSOLE MESSAGE: line 3: worker5
+CONSOLE MESSAGE: line 3: worker6
+Starting worker
+Logging in worker: worker0
+Stopping worker
+Got console message: worker0
+Starting worker
+Logging in worker: worker1
+Sending Worker.enable
+Worker.created
+Sending Console.enable to worker
+Got console message from worker: worker1
+Logging in worker: worker2
+Got console message from worker: worker2
kozy 2016/05/20 22:30:42 nit: please rename it to messageN.
dgozman 2016/05/21 04:41:53 Done.
+Sending Worker.disable
+Logging in worker: worker3
+Stopping worker
+Sending Worker.enable
+Starting worker
+Worker.created
+Logging in worker: worker4
+Sending Console.enable to worker
+Got console message from worker: worker4
+Logging in worker: worker5
+Got console message from worker: worker5
+Stopping worker
+Starting worker
+Worker.created
+Logging in worker: worker6
+Stopping worker
+Got console message: worker6
+Sending Worker.disable
+

Powered by Google App Engine
This is Rietveld 408576698