| <html> |
| <body> |
| <ul> |
| <li>text-align: <input type="time" value="12:34" style="text-align: left"></li> |
| <li>text-transform: <input type="time" value="12:34" style="text-transform: lowercase"></li> |
| <li>background, color: <input type="time" value="12:34" style="border: 0px; background: green; color: yellow"></li> |
| <li>font-size: <input type="time" value="12:34" style="font-size: 20pt"></li> |
| <li>font-size with fixed input width: <input type="time" value="12:34" style="font-size: 20pt; width: 10em;"></li> |
| </ul> |
| </body> |
| <script> |
| if (window.testRunner) { |
| testRunner.dumpAsText(true); |
| } |
| </script> |
| </html> |