Skip to content

Commit 5a15a59

Browse files
committed
test(input): css tests for date inputs
1 parent e5af75f commit 5a15a59

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

test/css/input-text.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,21 @@ <h3>Default Text Input, Not Inset, No Content Padding</h3>
2828
<label class="item item-input">
2929
<input type="email" placeholder="Email">
3030
</label>
31+
<label class="item item-input">
32+
<input type="date" value="2011-03-14">
33+
</label>
34+
<label class="item item-input">
35+
<input type="datetime-local" value="2013-12-09T18:38">
36+
</label>
37+
<label class="item item-input">
38+
<input type="month" value="2011-03">
39+
</label>
40+
<label class="item item-input">
41+
<input type="time" value="04:24">
42+
</label>
43+
<label class="item item-input">
44+
<input type="week" value="2011-W11">
45+
</label>
3146
</div>
3247

3348
<h3>Default Text Input, list-inset, No Content Padding</h3>

0 commit comments

Comments
 (0)