index.html 744 Bytes
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>CasperJS test index</title>
    </head>
    <body>
        <img src="images/phantom.png"/ usemap="#map">
        <map name="map">
            <area shape="rect" coords="0,0,55,55" href="form.html" alt="CasperJS">
        </map>
        <a href="form.html">form</a>
        <a href="test.html">test</a>
        <ul>
            <li>one</li>
            <li>two</li>
            <li>three</li>
        </ul>
        <input type="text" name="dummy_name" value="dummy_value" />
        <h1>Title</h1>
        <p id="hidden" style="display:none">I'm hidden.</p>
        <div id="exports">Exports</div>
    </body>
</html>