mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Invalid type attribute for HTMLInputElement now fallback as text type (fixes #8773)
This commit is contained in:
parent
5ad9207a99
commit
74905f0f3c
4 changed files with 5058 additions and 6 deletions
|
@ -0,0 +1,8 @@
|
|||
<!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 type="text">
|
||||
<input type="text">
|
||||
</body>
|
|
@ -0,0 +1,8 @@
|
|||
<!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">
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue