8 lines
148 B
HTML
Raw Normal View History

2017-04-19 00:56:45 -07:00
<!DOCTYPE html>
<html>
<!-- Test: input element in telephone state looks like in text state -->
<body>
<input type="tel">
</body>
</html>