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
assert.equal(jQuery("#fx-test-group").attr("height","3px").removeAttr("height").get(0).style.height,"1px","Removing height attribute has no effect on height set with style attribute");
assert.equal(document.getElementById("check1").checked,false,"removeAttr sets boolean properties to false");
578
+
assert.equal(document.getElementById("check1").checked,true,"removeAttr should not set checked to false, since the checked attribute does NOT mirror the checked property");
assert.notEqual(document.getElementById("select1").selectedIndex,1,"Once the selected attribute is dirty, subsequent settings should not select the option (gh-1759)");
0 commit comments