Index: third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-image-slow.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-image-slow.html b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-image-slow.html |
index 9823de38a8e5f4a1c48812e69c467e2b70857ea2..5d6fcbada10379373a979e354c03a652aaec0279 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-image-slow.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-image-slow.html |
@@ -14,7 +14,7 @@ |
async_test(function(test) { |
var scope = 'resources/scope/' + location.pathname, |
- script = 'resources/instrumentation-service-worker.js'; |
+ script = 'instrumentation-service-worker.js'; |
testRunner.setPermission('notifications', 'granted', location.origin, location.origin); |
getActiveServiceWorkerWithMessagePort(test, script, scope).then(function(info) { |