<!doctype html>
<meta charset="utf-8">
<title>Unrecognized type should fallback as text type</title>
<body>
<input type="text">
<input type="text">
<input type="text" disabled>
<input type="text" disabled>
</body>
<!doctype html>
<meta charset="utf-8">
<title>Unrecognized type should fallback as text type</title>
<body>
<input type="text">
<input type="text">
<input type="text" disabled>
<input type="text" disabled>
</body>