Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / serviceworker / controller-on-load.html
index e86c814..6c5bfd1 100644 (file)
@@ -7,7 +7,7 @@
 <script>
 var t = async_test('controller is set for a controlled document');
 t.step(function() {
-    var url = 'resources/worker-no-op.js';
+    var url = 'resources/empty-worker.js';
     var scope = 'resources/blank.html';
     service_worker_unregister_and_register(t, url, scope)
       .then(t.step_func(function(registration) {