File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -597,21 +597,21 @@ asyncTest( "animated documentFragment", function() {
597
597
} ) ;
598
598
599
599
// test( "animate borderColor", function() {
600
- // var el = jQuery( "<div style='border: 1px solid blue;'></div>" ).appendTo( "body" );
601
- // stop();
602
- // el.animate({ borderColor: "#00f" }, {
603
- // step: function() {
604
- // testParts( jQuery.Color( el, "borderTopColor" ), {
605
- // red: 0,
606
- // green: 0,
607
- // blue: 255,
608
- // alpha: 1
609
- // });
610
- // el.stop().remove();
611
- // start();
612
- // }
613
- // });
614
- // });
600
+ // var el = jQuery( "<div style='border: 1px solid blue;'></div>" ).appendTo( "body" );
601
+ // stop();
602
+ // el.animate({ borderColor: "#00f" }, {
603
+ // step: function() {
604
+ // testParts( jQuery.Color( el, "borderTopColor" ), {
605
+ // red: 0,
606
+ // green: 0,
607
+ // blue: 255,
608
+ // alpha: 1
609
+ // });
610
+ // el.stop().remove();
611
+ // start();
612
+ // }
613
+ // });
614
+ //});
615
615
616
616
test ( "Setting CSS to empty string / inherit" , function ( ) {
617
617
var el = jQuery ( "<div></div>" ) . appendTo ( "body" ) . css ( { color : "#fff" } ) ;
You can’t perform that action at this time.
0 commit comments