blob: 90d048b91414bdd1d84cd1448e996f1cf1e6701e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
<style>
input {
margin: 10px;
position: relative;
}
p + input + input {
left: -10px;
}
p + input + input + input {
left: 10px;
}
p + input + input + input + input {
top: -10px;
}
p + input + input + input + input + input {
top: 10px;
}
</style>
</head>
<body>
<p>type=date</p>
<input value="2012-02-01" type="date">
<input value="2012-02-01" type="date">
<input value="2012-02-01" type="date">
<input value="2012-02-01" type="date">
<input value="2012-02-01" type="date">
</body>
</html>