Home | History | Annotate | Download | only in tests

Lines Matching defs:form

55 static const char* formWithTextInputs = "<html><body><form><input type='text' name='entry' /></form></body></html>";
1634 AtkObject* form = atk_object_ref_accessible_child(object, 0);
1635 g_assert(ATK_IS_OBJECT(form));
1637 AtkObject* textEntry = atk_object_ref_accessible_child(form, 0);
1656 g_object_unref(form);