Example: ``` js jQuery( "<select><option> 2</option></select>" ).val( "2" ).val() ``` should return `"2"` and it doesn't in IE10.