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

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

Issue 2141673002: [DevTools] Always send a copy of worker message through the page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 5 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 6c2d156c0e57437e6780f15fba1767615e830398..1e54b7d622f3b32c062ed7bb9ce2afa9c97753f6 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
@@ -1,38 +1,46 @@
-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
+CONSOLE MESSAGE: line 6: message0
+CONSOLE MESSAGE: line 6: message1
+CONSOLE MESSAGE: line 6: message2
+CONSOLE ERROR: line 4: Uncaught (in promise) throw1
+CONSOLE MESSAGE: line 6: message3
+CONSOLE MESSAGE: line 6: message4
+CONSOLE MESSAGE: line 6: message5
+CONSOLE MESSAGE: line 6: message6
Starting worker
Logging in worker: message0
-Stopping worker
Got console message from page: message0
+Stopping worker
Starting worker
Logging in worker: message1
+Got console message from page: 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 page: message2
Got console message from worker: message2
+Logging in worker: throw1
+Got console message from page: Uncaught (in promise) throw1
Sending Worker.disable
Logging in worker: message3
+Got console message from page: message3
Stopping worker
Sending Worker.enable
Starting worker
Worker.created
Logging in worker: message4
+Got console message from page: message4
Sending Console.enable to worker
Got console message from worker: message4
Logging in worker: message5
+Got console message from page: 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
+Stopping worker
Sending Worker.disable

Powered by Google App Engine
This is Rietveld 408576698