| Index: LayoutTests/fast/forms/select/popup-menu-appearance-empty.html
|
| diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html b/LayoutTests/fast/forms/select/popup-menu-appearance-empty.html
|
| similarity index 54%
|
| copy from LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html
|
| copy to LayoutTests/fast/forms/select/popup-menu-appearance-empty.html
|
| index 960e0cc20889ceb66324373b39f6433267d3b060..7e27d8f42d34d7d9c9bae88f2c132f711946d398 100644
|
| --- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html
|
| +++ b/LayoutTests/fast/forms/select/popup-menu-appearance-empty.html
|
| @@ -5,15 +5,15 @@
|
| window.enablePixelTesting = true;
|
| </script>
|
| <script src="../../../resources/js-test.js"></script>
|
| -<script src="../../forms/resources/picker-common.js"></script>
|
| -<script src="resources/calendar-picker-common.js"></script>
|
| +<script src="../resources/picker-common.js"></script>
|
| </head>
|
| <body>
|
| -<input type=date id=date value="10000-12-31">
|
| +<select id="menu">
|
| +</select>
|
| <p id="description" style="opacity: 0"></p>
|
| <div id="console" style="opacity: 0"></div>
|
| <script>
|
| -openPicker(document.getElementById('date'), finishJSTest);
|
| +openPicker(document.getElementById('menu'), finishJSTest);
|
| </script>
|
| </body>
|
| </html>
|
|
|