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

Unified Diff: LayoutTests/http/tests/inspector/service-workers/service-workers-test.js

Issue 1164583002: [4/5 blink] Shows the clients which are controlled by ServiceWorker in DevTools. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: incorporated pfeldman's comment Created 5 years, 6 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: LayoutTests/http/tests/inspector/service-workers/service-workers-test.js
diff --git a/LayoutTests/http/tests/inspector/service-workers/service-workers-test.js b/LayoutTests/http/tests/inspector/service-workers/service-workers-test.js
index 4af09e47946f35b140b1c6802b17207e18237b13..69e2977cf5196ca625fa641669e2c0e00e4bc24a 100644
--- a/LayoutTests/http/tests/inspector/service-workers/service-workers-test.js
+++ b/LayoutTests/http/tests/inspector/service-workers/service-workers-test.js
@@ -26,6 +26,7 @@ function modifyTestUnfriendlyText(rootElement)
{
replaceInnerTextAll(rootElement, ".service-worker-script-last-modified", "LAST-MODIFIED");
replaceInnerTextAll(rootElement, ".service-worker-script-response-time", "RESPONSE-TIME");
+ replaceInnerTextAll(rootElement, ".service-worker-client", "CLIENT");
}
InspectorTest.dumpServiceWorkersView = function(scopes)

Powered by Google App Engine
This is Rietveld 408576698