Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / serviceworker / chromium / service-worker-gc.html
index d4236ac..a54ab56 100644 (file)
@@ -1,11 +1,12 @@
 <!DOCTYPE html>
 <script src="/js-test-resources/js-test.js"></script>
+<script src="../resources/test-helpers.js"></script>
 <script>
 window.jsTestIsAsync = true;
 description('Test that ServiceWorker and ServiceWorkerRegistration are not garbage collected prematurely');
 var registrationObservation = null;
 var swObservation = null;
-var scope = 'gc';
+var scope = base_path() + '../resources/gc';
 
 if (!window.internals) {
     testFailed('This test requires internals.observeGC');