Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / serviceworker / chromium / force-refresh-registration.html
index c18d51f..91cff70 100644 (file)
@@ -7,7 +7,7 @@
 <script>
 
 async_test(function(t) {
-    var scope = '/force-refresh-register';
+    var scope = base_path() + '../resources/force-refresh-register';
     with_iframe('../resources/blank.html')
       .then(t.step_func(function(frame) {
           var p = new Promise(function(resolve) {