| Index: LayoutTests/fast/forms/selection-wrongtype.html | 
| diff --git a/LayoutTests/fast/forms/selection-wrongtype.html b/LayoutTests/fast/forms/selection-wrongtype.html | 
| index fd0af6a35ea9aafc2983dbd9e478a0e297448dd7..63f2398610ab079445e4965735b4f62779d56965 100644 | 
| --- a/LayoutTests/fast/forms/selection-wrongtype.html | 
| +++ b/LayoutTests/fast/forms/selection-wrongtype.html | 
| @@ -6,7 +6,7 @@ | 
| <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"></div> | 
| +<input type="image"><input type="radio"><input type="range"><input type="reset"><input type="submit"><input type="email"><input type="number"></div> | 
| <div id="console"></div> | 
| <div> | 
| <script type="text/javascript"> | 
|  |