summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/date/date-reset-value-expected.html
blob: d30fa797c1fa6970b91f61232efe6ebe354587c9 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<body>
<form>
<input type="date">
<input type="date" value="2012-10-09">
</form>
</body>