test(input): css tests for date inputs

This commit is contained in:
Adam Bradley
2014-05-13 22:21:47 -05:00
parent e5af75fa48
commit 5a15a595ce

View File

@@ -28,6 +28,21 @@
<label class="item item-input">
<input type="email" placeholder="Email">
</label>
<label class="item item-input">
<input type="date" value="2011-03-14">
</label>
<label class="item item-input">
<input type="datetime-local" value="2013-12-09T18:38">
</label>
<label class="item item-input">
<input type="month" value="2011-03">
</label>
<label class="item item-input">
<input type="time" value="04:24">
</label>
<label class="item item-input">
<input type="week" value="2011-W11">
</label>
</div>
<h3>Default Text Input, list-inset, No Content Padding</h3>