Test description

This commit is contained in:
timmywil 2011-03-15 22:47:20 -04:00
parent 5ac6ca3fa5
commit 2580420b7e

View file

@ -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' );