blob: c728e220f1ae142c250c0f9676a17ffbb55647de [file] [log] [blame]
<!DOCTYPE html>
<script>
testRunner.waitUntilDone();
</script>
<script src="../resources/picker-common.js"></script>
<!-- Check if step attribute is reflected in the appearance of the calendar picker. -->
<input type="date" id="date" value="2010-12-31" step="3">
<script>
openPickerAppearanceOnly(document.getElementById('date'), () => testRunner.notifyDone());
</script>