| Index: LayoutTests/fast/forms/month/month-appearance-basic.html
|
| diff --git a/LayoutTests/fast/forms/month/month-appearance-basic.html b/LayoutTests/fast/forms/month/month-appearance-basic.html
|
| index 70e62ce3276f7398d076858853ffa4024568b1d7..0a1e3baf43190c3c9f63fbedee9d8fa172cd25a0 100644
|
| --- a/LayoutTests/fast/forms/month/month-appearance-basic.html
|
| +++ b/LayoutTests/fast/forms/month/month-appearance-basic.html
|
| @@ -20,6 +20,7 @@ if (window.testRunner)
|
| <li>font-size with fixed input width: <input type="month" value="1982-11" style="font-size: 20pt; width: 13em;"></li>
|
| <li>Fixed input height: <input type="month" value="1982-11" style="height: 4em;"></li>
|
| <li>-webkit-appearance:none: <input type="month" value="1982-11" style="-webkit-appearance: none;"></li>
|
| + <li>padding: <input type="month" value="1982-11" style="padding: 20px"></li>
|
| </ul>
|
| </body>
|
| </html>
|
|
|