import static org.junit.Assert.*;
public class ElementFindingTest extends BaseTestWithServer {
@Test
public void findChildElement() {
server.setHttpHandler("GET", new HttpRequestCallback() {
@Override
public void call(HttpServletRequest req, HttpServletResponse res) throws IOException {
res.getOutputStream().println("<div id=\"y-masthead\">" +
"<input type=\"text\" name=\"t\" />" +
"<input type=\"hidden\" name=\"h\" value=\"v\" />" +