Lines Matching refs:debug
3 debug("Find a control that is the first descendent in a label");
7 debug("Find a control based on a label with valid 'for' attribute");
12 debug("Find a control in p element in label");
16 debug("Find a control in fieldset in label.");
17 debug("Note that filedset is a form control that is not labelable.");
21 debug("Find a control in legend in label.");
22 debug("Note that legend is a form control that is not labelable.");
26 debug("Find a control in optgroup in label.");
27 debug("Note that optgroup is a form control that is not labelable.");
31 debug("Find a control in option in label.");
32 debug("Note that option is a form control that is not labelable.");
36 debug("Test label with 'for' attribute which is not a valid element id");
40 debug("Test label with 'for' attribute which is not a form control");
45 debug("Test label with 'for' attribute which is not a labelable form control - fieldset");
50 debug("Test label with 'for' attribute which is not a labelable form control - legend");
55 debug("Test label with 'for' attribute which is not a labelable form control - optgroup");
60 debug("Test label with 'for' attribute which is not a labelable form control - option");