public void test_select_null() throws Exception {
assertEquals("<select></select>", html.select(null)._select().toHtml());
}
public void test_select_attrs() throws Exception {
assertEquals("<select></select>", html.select(new HtmlAttributes())._select().toHtml());
}