| Index: LayoutTests/fast/events/panScroll-click.html
|
| diff --git a/LayoutTests/platform/chromium-win/fast/events/panScroll-click.html b/LayoutTests/fast/events/panScroll-click.html
|
| similarity index 95%
|
| rename from LayoutTests/platform/chromium-win/fast/events/panScroll-click.html
|
| rename to LayoutTests/fast/events/panScroll-click.html
|
| index f9a4a73d68959c95a879e3713a984b82c760ae59..a93823fc1170215ffafd7254028bec23a2e60022 100644
|
| --- a/LayoutTests/platform/chromium-win/fast/events/panScroll-click.html
|
| +++ b/LayoutTests/fast/events/panScroll-click.html
|
| @@ -113,11 +113,11 @@ Scrollable
|
| </div>
|
| </div>
|
| <div id="console"></div>
|
| -<script src="../../../../fast/js/resources/js-test-pre.js"></script>
|
| +<script src="../js/resources/js-test-pre.js"></script>
|
| <script>
|
| description('Check pan scroll by click mouse');
|
| setUpTest();
|
| </script>
|
| -<script src="../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|