| Index: LayoutTests/fast/forms/calendar-picker/calendar-picker-type-change-onclick.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onclick.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-type-change-onclick.html
|
| similarity index 84%
|
| rename from LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onclick.html
|
| rename to LayoutTests/fast/forms/calendar-picker/calendar-picker-type-change-onclick.html
|
| index c12f0a7afab2aa357f01044f881d07beab73bf74..a55807e69f4077c34f5505e984fefb86b817e017 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onclick.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-type-change-onclick.html
|
| @@ -1,6 +1,6 @@
|
| <!DOCTYPE html>
|
| <body>
|
| -<script src="../../../../../fast/js/resources/js-test-pre.js"></script>
|
| +<script src="../../js/resources/js-test-pre.js"></script>
|
| <input type="date" onclick="changeType(this)" />
|
| <script>
|
| description('Check if we have no crash in a case that the input type is changed by clicking the calendar picker indicator.');
|
| @@ -24,5 +24,5 @@ if (!window.eventSender) {
|
| }, 0);
|
| }
|
| </script>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
|
|