summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-clearbutton-visibility-after-restore-expected.html
blob: 6f08f1c56c54180c86206d2f3e796d59951e1f0f (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<body>
<input id="emptyOnFirstVisit" value="visited">
<form action="data:text/html,&lt;script>history.back()&lt;/script>" id=form1>
    <input type=week id=input1>
    <input type=week id=input2 value="2001-W02">
    <input type=week id=input3 value="2002-W03">
</form>
</body>