blob: f106ab9620890ef07a0d059126a479f5ed853a22 [file] [log] [blame]
<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var i = document.createElement('input');
i.type = 'time';
i.type = 'text';
</script>
PASS if not crashed.
</body>