chromium/third_party/blink/web_tests/external/wpt/html/rendering/bindings/the-input-element-as-a-text-entry-widget/unrecognized-type-should-fallback-as-text-type-ref.html

<!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>