mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Test description
This commit is contained in:
@@ -28,7 +28,7 @@ if ( !jQuery.support.getSetAttribute ) {
|
||||
});
|
||||
}
|
||||
|
||||
test("prop(String)", function() {
|
||||
test("prop(String, Object)", function() {
|
||||
expect(19);
|
||||
equals( jQuery('#text1').prop('value'), "Test", 'Check for value attribute' );
|
||||
equals( jQuery('#text1').prop('value', "Test2").prop('defaultValue'), "Test", 'Check for defaultValue attribute' );
|
||||
|
||||
Reference in New Issue
Block a user