Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / serviceworker / registration-on-insecure-origin.html
index 9bd32f8..a8e22d9 100644 (file)
@@ -8,7 +8,7 @@ if (window.location.origin != get_host_info().UNAUTHENTICATED_ORIGIN) {
     window.location = get_host_info().UNAUTHENTICATED_ORIGIN + window.location.pathname;
 } else {
     async_test(function() {
-        var scope = '/registration/';
+        var scope = 'resources/registration/';
         navigator.serviceWorker.register(
             'resources/registration-worker.js',
             {scope: scope}