| Index: LayoutTests/fast/forms/color/color-suggestion-picker-one-row-appearance.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance.html b/LayoutTests/fast/forms/color/color-suggestion-picker-one-row-appearance.html
|
| similarity index 66%
|
| rename from LayoutTests/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance.html
|
| rename to LayoutTests/fast/forms/color/color-suggestion-picker-one-row-appearance.html
|
| index a0586d5cc97b1db26848cbe5ef5301bd6028add4..41baa4aea74322a9c381ef7ff247997bfd2dbfe9 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance.html
|
| +++ b/LayoutTests/fast/forms/color/color-suggestion-picker-one-row-appearance.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>
|
| </head>
|
| <body style="background-color: #777777">
|
| <input type=color id=color value="#ff0000" list=single focus>
|
| @@ -19,6 +19,6 @@ window.enablePixelTesting = true;
|
| <script>
|
| openPicker(document.getElementById('color'), finishJSTest);
|
| </script>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|