| Index: chrome/test/data/file_manager/unit_tests/progress_center_item_group_unittest.html
|
| diff --git a/chrome/test/data/file_manager/unit_tests/file_operation_handler_unittest.html b/chrome/test/data/file_manager/unit_tests/progress_center_item_group_unittest.html
|
| similarity index 50%
|
| copy from chrome/test/data/file_manager/unit_tests/file_operation_handler_unittest.html
|
| copy to chrome/test/data/file_manager/unit_tests/progress_center_item_group_unittest.html
|
| index 15f5d4f8469a657ea7676950b32a996cf1f16d03..bf9c43a81d8013714bca8f09c81293a2fb82bea1 100644
|
| --- a/chrome/test/data/file_manager/unit_tests/file_operation_handler_unittest.html
|
| +++ b/chrome/test/data/file_manager/unit_tests/progress_center_item_group_unittest.html
|
| @@ -6,20 +6,12 @@
|
|
|
| <html>
|
| <body>
|
| -
|
| -<script src="../../../../../ui/webui/resources/js/cr.js"></script>
|
| -<script src="../../../../../ui/webui/resources/js/cr/event_target.js"></script>
|
| <script src="../../../../../ui/webui/resources/js/load_time_data.js"></script>
|
|
|
| -<script src="../../../../browser/resources/file_manager/background/js/file_operation_handler.js"></script>
|
| -<script src="../../../../browser/resources/file_manager/common/js/progress_center_common.js"></script>
|
| <script src="../../../../browser/resources/file_manager/common/js/util.js"></script>
|
| +<script src="../../../../browser/resources/file_manager/common/js/progress_center_common.js"></script>
|
| +<script src="../../../../browser/resources/file_manager/foreground/js/progress_center_item_group.js"></script>
|
|
|
| -<script src="mocks/mock_background.js"></script>
|
| -<script src="mocks/mock_file_operation_manager.js"></script>
|
| -<script src="mocks/mock_progress_center.js"></script>
|
| -
|
| -<script src="file_operation_handler_unittest.js"></script>
|
| -
|
| +<script src="progress_center_item_group_unittest.js"></script>
|
| </body>
|
| </html>
|
|
|