| Index: LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl.html b/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl.html
|
| similarity index 83%
|
| rename from LayoutTests/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl.html
|
| rename to LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl.html
|
| index 7ebf1ff77024b9ee5cc53af5b7d08548d7e7875a..1b2ccb8195040c0866c6005687deddf21566d6b3 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl.html
|
| +++ b/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl.html
|
| @@ -4,8 +4,8 @@
|
| <script>
|
| window.enablePixelTesting = true;
|
| </script>
|
| -<script src="../../../../../fast/js/resources/js-test-pre.js"></script>
|
| -<script src="../../../../../fast/forms/resources/picker-common.js"></script>
|
| +<script src="../../js/resources/js-test-pre.js"></script>
|
| +<script src="../../forms/resources/picker-common.js"></script>
|
| <script src="resources/suggestion-picker-common.js"></script>
|
| </head>
|
| <body dir="rtl" style="padding: 0 50px;">
|
| @@ -39,6 +39,6 @@ window.enablePixelTesting = true;
|
| <script>
|
| openPicker(document.getElementById('date'), finishJSTest);
|
| </script>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|