UNPKG

blossom

Version:

Modern, Cross-Platform Application Framework

13 lines 594 B
// ======================================================================== // SC.Validator.Password Base Tests // ======================================================================== /*globals module test ok isObj equals expects */ // htmlbody('<!-- Test Styles -->\ // <form id="form" action="formaction"><input type="password" name="action" value="Test" id="field" maxlength="30"/></form>\ // '); // suite("SC.Validator.password"); // // test("Attaching the field to the form", function() { // var a = SC.Validator.Password.attachTo(SC.$("#form"), SC.$('#field')); // alert(a); // });