Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/multiple-register.https.html |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/multiple-register.https.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/multiple-register.https.html |
index 1089cffda914262840396aac65ab1272bd39a3c1..e1d948028f68478ba46346956f149255b63bb98d 100644 |
--- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/multiple-register.https.html |
+++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/multiple-register.https.html |
@@ -45,7 +45,8 @@ async_test(function(t) { |
.then(function(f) { |
frame = f; |
return frame.contentWindow.navigator.serviceWorker.register( |
- worker_url, { scope: scope }); |
+ 'empty-worker.js', |
+ { scope: 'scope/subsequent-register-from-different-iframe' }); |
}) |
.then(function(new_registration) { |
assert_not_equals( |