mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 19:45:04 -05:00
@@ -1448,3 +1448,12 @@ test( "coords returns correct values in IE6/IE7, see #10828", function() {
|
||||
area = map.html("<area shape='rect' coords='0,0,0,0' href='#' alt='a' />").find("area");
|
||||
equal( area.attr("coords"), "0,0,0,0", "did not retrieve coords correctly" );
|
||||
});
|
||||
|
||||
test( "should not throw at $(option).val() (#14686)", 1, function() {
|
||||
try {
|
||||
jQuery( "<option/>" ).val();
|
||||
ok( true );
|
||||
} catch ( _ ) {
|
||||
ok( false );
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user