| Index: LayoutTests/accessibility/scroll-to-global-point-main-window.html
|
| diff --git a/LayoutTests/platform/chromium/accessibility/scroll-to-global-point-main-window.html b/LayoutTests/accessibility/scroll-to-global-point-main-window.html
|
| similarity index 86%
|
| rename from LayoutTests/platform/chromium/accessibility/scroll-to-global-point-main-window.html
|
| rename to LayoutTests/accessibility/scroll-to-global-point-main-window.html
|
| index 74301d2c303f9d5a1f2ec59ba12849726146268e..9bc5d1397ce9a88a3b5594cab88e0a3472d241f9 100644
|
| --- a/LayoutTests/platform/chromium/accessibility/scroll-to-global-point-main-window.html
|
| +++ b/LayoutTests/accessibility/scroll-to-global-point-main-window.html
|
| @@ -1,7 +1,7 @@
|
| <html>
|
| <head>
|
| -<link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
|
| -<script src="../../../fast/js/resources/js-test-pre.js"></script>
|
| +<link rel="stylesheet" href="../fast/js/resources/js-test-style.css">
|
| +<script src="../fast/js/resources/js-test-pre.js"></script>
|
| <style>
|
| button {
|
| border: 0;
|
| @@ -51,6 +51,6 @@ runTest();
|
|
|
| </script>
|
|
|
| -<script src="../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../fast/js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|