blob: b21e441aa3869fdac211dca064262173cee12452 [file] [log] [blame]
<html>
<body>
<ul>
<li>text-align: <input type="week" value="1982-W25" style="text-align: left"></li>
<li>text-transform: <input type="week" value="1982-W25" style="text-transform: lowercase"></li>
<li>background, color: <input type="week" value="1982-W25" style="border: 0px; background: green; color: yellow"></li>
<li>font-size: <input type="week" value="1982-W25" style="font-size: 20pt"></li>
<li>font-size with fixed input width: <input type="week" value="1982-W25" style="font-size: 20pt; width: 10em;"></li>
</ul>
</body>
<script>
if (window.testRunner)
testRunner.dumpAsText(true);
</script>
</html>