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
t("Check element position","#dl div:first > div:first",["foo"]);
383
383
t("Check element position","div#nothiddendiv:first > div:first",["nothiddendivchild"]);
384
384
385
-
t("Form element :input","#form :input",["text1","text2","radio1","radio2","check1","check2","hidden1","hidden2","name","button","area1","select1","select2","select3"]);
385
+
t("Form element :input","#form :input",["text1","text2","radio1","radio2","check1","check2","hidden1","hidden2","name","search","button","area1","select1","select2","select3"]);
386
386
t("Form element :radio","#form :radio",["radio1","radio2"]);
387
387
t("Form element :checkbox","#form :checkbox",["check1","check2"]);
388
388
t("Form element :text","#form :text",["text1","text2","hidden2","name"]);
0 commit comments