tikiwiki/packages/tiki-pkg-casperjs/jerome-breton/casperjs/tests/site/index.html

25 lines
744 B
HTML
Raw Permalink Normal View History

2023-11-20 21:52:04 +01:00
<!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>