blob: 2c8e6ddc347c4916c12f75ff3cd2086621f18bcb [file] [log] [blame]
<!DOCTYPE html>
<script>
testRunner.waitUntilDone();
if (window.internals)
internals.settings.setLangAttributeAwareFormControlUIEnabled(true);
</script>
<script src="../resources/picker-common.js"></script>
<input type="time" id="time" value="14:15" lang="ko">
<script>
openPickerAppearanceOnly(document.getElementById('time'), () => testRunner.notifyDone());
</script>