| <html> |
| <body> |
| <ul> |
| <li>basic <input type="month"> <input type="month" value="1982-11"></li> |
| <li>focus <input autofocus type="month"> <input type="month" value="1982-11"></li> |
| <li>disabled <input type="month" disabled> <input type="month" value="1982-11" disabled></li> |
| <li>readonly <input type="month" readonly> <input type="month" value="1982-11" readonly></li> |
| <li>RTL <input type="month" dir="rtl"> <input type="month" value="1982-11" dir="rtl"></li> |
| </ul> |
| </body> |
| <script> |
| if (window.testRunner) |
| testRunner.dumpAsText(true); |
| </script> |
| </html> |