| Index: LayoutTests/fast/forms/selection-wrongtype.html
|
| diff --git a/LayoutTests/fast/forms/selection-wrongtype.html b/LayoutTests/fast/forms/selection-wrongtype.html
|
| index 811c657ec0b1a38f808c4bbde7c946e86404501b..ec235046a0a8cca04f71e2e21f793620dee68a32 100644
|
| --- a/LayoutTests/fast/forms/selection-wrongtype.html
|
| +++ b/LayoutTests/fast/forms/selection-wrongtype.html
|
| @@ -5,8 +5,8 @@
|
| </head>
|
| <body>
|
| <p id="description"></p>
|
| -<div id="tests"><input type="button"><input type="checkbox"><input type="file"><input type="hidden">
|
| -<input type="image"><input type="radio"><input type="range"><input type="reset"><input type="submit"><input type="email"><input type="number"></div>
|
| +<div id="tests"><input type="button"><input type="checkbox"><input type="hidden">
|
| +<input type="image"><input type="radio"><input type="range"><input type="reset"><input type="submit"></div>
|
| <div id="console"></div>
|
| <div>
|
| <script type="text/javascript">
|
|
|