Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / file_manager / unit_tests / progress_center_item_group_unittest.html
1 <!DOCTYPE html>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3   -- Use of this source code is governed by a BSD-style license that can be
4   -- found in the LICENSE file.
5   -->
6
7 <html>
8 <body>
9 <script src="../../../../../ui/webui/resources/js/load_time_data.js"></script>
10
11 <script src="../../../../../ui/file_manager/file_manager/common/js/util.js"></script>
12 <script src="../../../../../ui/file_manager/file_manager/common/js/progress_center_common.js"></script>
13 <script src="../../../../../ui/file_manager/file_manager/foreground/js/progress_center_item_group.js"></script>
14
15 <script src="progress_center_item_group_unittest.js"></script>
16 </body>
17 </html>