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