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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-worker-agents-expected.txt

Issue 2373913004: [DevTools] Fix and rebaseline inspector/service-workers layout tests. (Closed)
Patch Set: Created 4 years, 3 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/http/tests/inspector/service-workers/service-worker-agents-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-worker-agents-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-worker-agents-expected.txt
index fd456a284a070b67d9abce51b970228439101bd3..eb80c905b7654e1c80203ca167472d3dd79aacbc 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-worker-agents-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-worker-agents-expected.txt
@@ -2,9 +2,9 @@ Tests the way service workers don't enable DOM agent and does enable Debugger ag
Debugger-related command should be issued: {
"id": "<id>",
- "method": "ServiceWorker.sendMessage",
+ "method": "Target.sendMessageToTarget",
"params": {
- "workerId": "<id>",
+ "targetId": "<id>",
"message": {
"id": "<id>",
"method": "Worker.sendMessageToWorker",
@@ -22,9 +22,9 @@ Suspending targets.
Resuming targets.
Debugger-related command should be issued: {
"id": "<id>",
- "method": "ServiceWorker.sendMessage",
+ "method": "Target.sendMessageToTarget",
"params": {
- "workerId": "<id>",
+ "targetId": "<id>",
"message": {
"id": "<id>",
"method": "Worker.sendMessageToWorker",

Powered by Google App Engine
This is Rietveld 408576698