Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / serviceworker / chromium / force-refresh-registration.html
index 01b916d..c18d51f 100644 (file)
@@ -14,7 +14,7 @@ async_test(function(t) {
               // Override onload handler assigned by with_iframe. 
               frame.onload = t.step_func(function() {
                   resolve(frame.contentWindow.navigator.serviceWorker.register(
-                      'worker-no-op.js',
+                      'empty-worker.js',
                       {scope: scope}));
               });
           });