summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/bindings/the-input-element-as-a-text-entry-widget/unrecognized-type-should-fallback-as-text-type.html
blob: a5c7a60841602563bdaf1b04a1ae3e295f2ad8f5 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<meta charset="utf-8">
<title>Unrecognized type should fallback as text type</title>
<link rel="match" href="unrecognized-type-should-fallback-as-text-type-ref.html">
<body>
  <input>
  <input type="unknown">
  <input disabled>
  <input type="unknown" disabled>
</body>