blob: 9752d855c31debf0c428cb75e3c385f922f31883 [file] [log] [blame]
<!DOCTYPE html>
<script>
testRunner.waitUntilDone();
</script>
<script src="../resources/common.js"></script>
<script src="../resources/picker-common.js"></script>
<script src="../calendar-picker/resources/calendar-picker-common.js"></script>
<input type=date id=date value="10000-07-31">
<script>
openPickerAppearanceOnly(document.getElementById('date'), function() {
clickMonthPopupButton();
popupWindow.global.picker.monthPopupView.yearListView.element.addEventListener('webkitTransitionEnd', function() {
testRunner.notifyDone();
})
});
</script>