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

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

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.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-worker-agents.html b/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-worker-agents.html
index a039ae18e17b1bc96083a13fd5ae141fe67dc665..67c67d1ff5e3fb1ad848c55edefccd0aa0dd7aa2 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-worker-agents.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-worker-agents.html
@@ -11,7 +11,7 @@ function test()
InspectorTest.addSniffer(WebInspector.MainConnection.prototype, "sendMessage", function(message) {
var messageString = JSON.stringify(message);
- if (!messageString.includes("ServiceWorker.sendMessage"))
+ if (!messageString.includes("Target.sendMessageToTarget"))
return;
if (messageString.includes("DOM."))
InspectorTest.addResult("DOM-related command should NOT be issued: " + messageString);

Powered by Google App Engine
This is Rietveld 408576698