You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
equals(jQuery("#form").attr("style","position:absolute;").removeAttr("style").attr("style"),undefined,"Check removing style attribute on a form");
459
-
equals(jQuery("#fx-test-group").attr("height","3px").removeAttr("height").css("height"),"1px","Removing height attribute has no effect on height set with style attribute");
equal(jQuery("#fx-test-group").attr("height","3px").removeAttr("height").css("height"),"1px","Removing height attribute has no effect on height set with style attribute");
0 commit comments