<!DOCTYPE html>
<html>
    <head>
        <title>test</title>
    </head>
    <body>
        <form action="" method="get">
            <input id="foo" name="foo" value="foo" />
            <button type="submit" id="submitter">submit</button>
        </form>
    </body>
</html>