| Index: LayoutTests/accessibility/scroll-to-global-point-nested.html
|
| diff --git a/LayoutTests/platform/chromium/accessibility/scroll-to-global-point-nested.html b/LayoutTests/accessibility/scroll-to-global-point-nested.html
|
| similarity index 91%
|
| rename from LayoutTests/platform/chromium/accessibility/scroll-to-global-point-nested.html
|
| rename to LayoutTests/accessibility/scroll-to-global-point-nested.html
|
| index 492671617d010a960839e9bb4babb8b477460a45..d78707feb1a64739a08fe7d345855ea22ce73199 100644
|
| --- a/LayoutTests/platform/chromium/accessibility/scroll-to-global-point-nested.html
|
| +++ b/LayoutTests/accessibility/scroll-to-global-point-nested.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;
|
| @@ -71,6 +71,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>
|
|
|