OLD | NEW |
1 <html> | 1 <html> |
2 <body> | 2 <body> |
3 <script> | 3 <script> |
4 if (window.testRunner) | 4 if (window.testRunner) |
5 testRunner.dumpAsText(true); | 5 testRunner.dumpAsTextWithPixelResults(); |
6 </script> | 6 </script> |
7 <ul> | 7 <ul> |
8 <li>basic <input type="month"> <input type="month" value="1982-11"></li> | 8 <li>basic <input type="month"> <input type="month" value="1982-11"></li> |
9 <li>focus <input autofocus type="month"> <input type="month" value="1982-11"
></li> | 9 <li>focus <input autofocus type="month"> <input type="month" value="1982-11"
></li> |
10 <li>disabled <input type="month" disabled> <input type="month" value="1982-1
1" disabled></li> | 10 <li>disabled <input type="month" disabled> <input type="month" value="1982-1
1" disabled></li> |
11 <li>readonly <input type="month" readonly> <input type="month" value="1982-1
1" readonly></li> | 11 <li>readonly <input type="month" readonly> <input type="month" value="1982-1
1" readonly></li> |
12 <li>RTL <input type="month" dir="rtl"> <input type="month" value="1982-11" d
ir="rtl"></li> | 12 <li>RTL <input type="month" dir="rtl"> <input type="month" value="1982-11" d
ir="rtl"></li> |
13 </ul> | 13 </ul> |
14 | 14 |
15 <ul> | 15 <ul> |
16 <li>text-align: <input type="month" value="1982-11" style="text-align: left;
"></li> | 16 <li>text-align: <input type="month" value="1982-11" style="text-align: left;
"></li> |
17 <li>text-transform: <input type="month" value="1982-11" style="text-transfor
m: lowercase;"></li> | 17 <li>text-transform: <input type="month" value="1982-11" style="text-transfor
m: lowercase;"></li> |
18 <li>background, color: <input type="month" value="1982-11" style="border: 0p
x; background: green; color: yellow;"></li> | 18 <li>background, color: <input type="month" value="1982-11" style="border: 0p
x; background: green; color: yellow;"></li> |
19 <li>font-size, font-weight: <input type="month" value="1982-11" style="font-
size: 20pt; font-weight: bold;"></li> | 19 <li>font-size, font-weight: <input type="month" value="1982-11" style="font-
size: 20pt; font-weight: bold;"></li> |
20 <li>font-size with fixed input width: <input type="month" value="1982-11" st
yle="font-size: 20pt; width: 13em;"></li> | 20 <li>font-size with fixed input width: <input type="month" value="1982-11" st
yle="font-size: 20pt; width: 13em;"></li> |
21 <li>Fixed input height: <input type="month" value="1982-11" style="height: 4
em;"></li> | 21 <li>Fixed input height: <input type="month" value="1982-11" style="height: 4
em;"></li> |
22 <li>-webkit-appearance:none: <input type="month" value="1982-11" style="-web
kit-appearance: none;"></li> | 22 <li>-webkit-appearance:none: <input type="month" value="1982-11" style="-web
kit-appearance: none;"></li> |
23 <li>padding: <input type="month" value="1982-11" style="padding: 20px"></li> | 23 <li>padding: <input type="month" value="1982-11" style="padding: 20px"></li> |
24 </ul> | 24 </ul> |
25 </body> | 25 </body> |
26 </html> | 26 </html> |
OLD | NEW |