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

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

Issue 2139543002: [DevTools] Report console API calls through Runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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 1e54b7d622f3b32c062ed7bb9ce2afa9c97753f6..c7acda8765228ad6f42bd8b20b98e7cb2b67bf29 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
@@ -15,11 +15,11 @@ 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
+Sending Runtime.enable to worker
+Got console API call from worker: message1
Logging in worker: message2
Got console message from page: message2
-Got console message from worker: message2
+Got console API call from worker: message2
Logging in worker: throw1
Got console message from page: Uncaught (in promise) throw1
Sending Worker.disable
@@ -31,11 +31,11 @@ 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
+Sending Runtime.enable to worker
+Got console API call from worker: message4
Logging in worker: message5
Got console message from page: message5
-Got console message from worker: message5
+Got console API call from worker: message5
Stopping worker
Starting worker
Worker.created

Powered by Google App Engine
This is Rietveld 408576698