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-ref.html
blob: 879ca9233f4f356b1d69a6e588f96c0c926a1ca7 (plain)
1
2
3
4
5
6
7
8
9
<!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>