blob: f5fef67bd72e57eebacff30ac8ac02d5a139a0fd [file] [log] [blame]
<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>