Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / storage / indexeddb / index-basics-workers.html
index b7435bb..81b42fc 100644 (file)
@@ -1,9 +1,9 @@
 <html>
 <head>
-<script src="../../fast/js/resources/js-test-pre.js"></script>
+<script src="../../resources/js-test.js"></script>
 <script src="resources/shared.js"></script>
 </head>
 <body>
-<script>startWorker('resources/index-basics.js');</script>
+<script>worker = startWorker('resources/index-basics.js');</script>
 </body>
 </html>