OLD | NEW |
1 <html> | 1 <html> |
2 <body> | 2 <body> |
3 <script> | 3 <script> |
4 if (testRunner) | 4 if (testRunner) |
5 testRunner.dumpAsText(true); | 5 testRunner.dumpAsText(true); |
6 </script> | 6 </script> |
7 <ul> | 7 <ul> |
8 <li>Basic <input type="date" autofocus> <input type="date" value="2012-10-05
"></li> | 8 <li>Basic <input type="date" autofocus> <input type="date" value="2012-10-05
"></li> |
9 <li>Disabled <input type="date" disabled> <input type="date" value="2012-10-
05" disabled></li> | 9 <li>Disabled <input type="date" disabled> <input type="date" value="2012-10-
05" disabled></li> |
10 <li>Read-only <input type="date" readonly> <input type="date" value="2012-10
-05" readonly></li> | 10 <li>Read-only <input type="date" readonly> <input type="date" value="2012-10
-05" readonly></li> |
11 <li>RTL <input type="date" value="2012-10-05" dir="rtl"></li> | 11 <li>RTL <input type="date" value="2012-10-05" dir="rtl"></li> |
12 <li>With max <input type="date" max="0099-12-31"> <input type="date" value="
2012-10-05" max="99999-12-31"></li> | 12 <li>With max <input type="date" max="0099-12-31"> <input type="date" value="
2012-10-05" max="99999-12-31"></li> |
13 </ul> | 13 </ul> |
14 | 14 |
15 <ul> | 15 <ul> |
16 <li>text-align: <input type="date" value="2012-10-05" style="text-align: lef
t;"></li> | 16 <li>text-align: <input type="date" value="2012-10-05" style="text-align: lef
t;"></li> |
17 <li>text-transform: <input type="date" value="2012-10-05" style="text-transf
orm: lowercase;"></li> | 17 <li>text-transform: <input type="date" value="2012-10-05" style="text-transf
orm: lowercase;"></li> |
18 <li>background, color: <input type="date" value="2012-10-05" style="border:
0px; background: green; color: yellow;"></li> | 18 <li>background, color: <input type="date" value="2012-10-05" style="border:
0px; background: green; color: yellow;"></li> |
19 <li>font-size, font-weight: <input type="date" value="2012-10-05" style="fon
t-size: 20pt; font-weight: bold;"></li> | 19 <li>font-size, font-weight: <input type="date" value="2012-10-05" style="fon
t-size: 20pt; font-weight: bold;"></li> |
20 <li>font-size with fixed input width: <input type="date" value="2012-10-05"
style="font-size: 20pt; width: 14em;"></li> | 20 <li>font-size with fixed input width: <input type="date" value="2012-10-05"
style="font-size: 20pt; width: 14em;"> |
21 <li>Fixed input height: <input type="date" value="2012-10-05" style="height:
4em;"></li> | 21 <input type="date" value="99999-12-31" style="font-size: 20pt; width: 5em;
"></li> |
| 22 <li>Fixed input height: <input type="date" value="2012-10-05" style="height:
4em;"> |
| 23 <input type="date" value="2013-01-28" style="font-size: 20px; height: 10px
;"></li> |
22 <li>-webkit-appearance:none: <input type="date" value="2012-10-05" style="-w
ebkit-appearance: none;"></li> | 24 <li>-webkit-appearance:none: <input type="date" value="2012-10-05" style="-w
ebkit-appearance: none;"></li> |
23 </ul> | 25 </ul> |
24 </body> | 26 </body> |
25 </html> | 27 </html> |
OLD | NEW |