4 <li>basic
<input type=
"month"> <input type=
"month" value=
"1982-11"></li>
5 <li>focus
<input type=
"month"> <input type=
"month" value=
"1982-11"></li>
6 <li>disabled
<input type=
"month" disabled
> <input type=
"month" value=
"1982-11" disabled
></li>
7 <li>readonly
<input type=
"month" readonly
> <input type=
"month" value=
"1982-11" readonly
></li>
8 <li>RTL
<input type=
"month" dir=
"rtl"> <input type=
"month" value=
"1982-11" dir=
"rtl"></li>
12 <li>text-align:
<input type=
"month" value=
"1982-11" style=
"text-align: left;"></li>
13 <li>text-transform:
<input type=
"month" value=
"1982-11" style=
"text-transform: lowercase;"></li>
14 <li>background, color:
<input type=
"month" value=
"1982-11" style=
"border: 0px; background: green; color: yellow;"></li>
15 <li>font-size, font-weight:
<input type=
"month" value=
"1982-11" style=
"font-size: 20pt; font-weight: bold;"></li>
16 <li>font-size with fixed input width:
<input type=
"month" value=
"1982-11" style=
"font-size: 20pt; width: 13em;"></li>
17 <li>Fixed input height:
<input type=
"month" value=
"1982-11" style=
"height: 4em;"></li>
18 <li>-webkit-appearance:none:
<input type=
"month" value=
"1982-11" style=
"-webkit-appearance: none;"></li>
19 <li>padding:
<input type=
"month" value=
"1982-11" style=
"padding: 20px"></li>
22 document
.querySelectorAll('input')[2].focus();
23 if (window
.testRunner
)
24 testRunner
.dumpAsTextWithPixelResults();