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

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

Issue 2442083002: [DevTools] Merge Worker domain to Target, migrate clients. (Closed)
Patch Set: rebased all tests Created 4 years, 2 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
index a7753b134f32510ed8f38ec4b9dd2d4d0e0af77d..b2658f75d3f8d2c5f0738ff2213f92a2563a813d 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/worker/worker-console-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/worker/worker-console-expected.txt
@@ -13,7 +13,7 @@ Stopping worker
Starting worker
Logging in worker: message1
Got log message from page: message1
-Sending Worker.enable
+Starting autoattach
Worker.created
Sending Runtime.enable to worker
Got console API call from worker: message1
@@ -22,11 +22,11 @@ Got log message from page: message2
Got console API call from worker: message2
Logging in worker: throw1
Got log message from page: Uncaught (in promise) throw1
-Sending Worker.disable
+Stopping autoattach
Logging in worker: message3
Got log message from page: message3
Stopping worker
-Sending Worker.enable
+Starting autoattach
Starting worker
Worker.created
Logging in worker: message4
@@ -42,5 +42,5 @@ Worker.created
Logging in worker: message6
Got log message from page: message6
Stopping worker
-Sending Worker.disable
+Stopping autoattach

Powered by Google App Engine
This is Rietveld 408576698