| Index: LayoutTests/fast/forms/page-popup/page-popup-adjust-rect.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html b/LayoutTests/fast/forms/page-popup/page-popup-adjust-rect.html
|
| similarity index 97%
|
| rename from LayoutTests/platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html
|
| rename to LayoutTests/fast/forms/page-popup/page-popup-adjust-rect.html
|
| index 66ea8fa90a6457e2a2990cb2e793b1e1adcf3682..cd8db2a04d68574f16c944f69a062c10e70f13cd 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html
|
| +++ b/LayoutTests/fast/forms/page-popup/page-popup-adjust-rect.html
|
| @@ -1,9 +1,9 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| -<script src="../../../../../fast/js/resources/js-test-pre.js"></script>
|
| -<script src="../../../../../fast/forms/resources/common.js"></script>
|
| -<script src="../../../../../fast/forms/resources/picker-common.js"></script>
|
| +<script src="../../js/resources/js-test-pre.js"></script>
|
| +<script src="../../forms/resources/common.js"></script>
|
| +<script src="../../forms/resources/picker-common.js"></script>
|
| <script src="../calendar-picker/resources/calendar-picker-common.js"></script>
|
| </head>
|
| <body>
|
| @@ -215,6 +215,6 @@ function test() {
|
| }
|
|
|
| </script>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|