2009-11-04 18:34:11 -05:00
|
|
|
<h1>This is a test</h1>
|
|
|
|
|
2010-10-29 12:02:43 -04:00
|
|
|
<h2 class="no text"></h2>
|
|
|
|
<h2 class="no text"></h2>
|
|
|
|
<h2 class="head" id="h2one">Header Class Test One</h2>
|
|
|
|
<h2 class="head" id="h2two">Header Class Test Two</h2>
|
|
|
|
<h2 class="head">Header Class Test Three</h2>
|
|
|
|
<h2 class="head">Header Class Test Four</h2>
|
|
|
|
<h2 class="head">Header Class Test Five</h2>
|
|
|
|
|
|
|
|
<p class="para" id="first">
|
2009-11-04 18:34:11 -05:00
|
|
|
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
2009-11-07 09:36:58 -05:00
|
|
|
tempor incididunt ut <a href="/with_simple_html" title="awesome title" class="simple">labore</a>
|
2009-11-04 18:34:11 -05:00
|
|
|
et dolore magna aliqua. Ut enim ad minim veniam,
|
|
|
|
quis nostrud exercitation <a href="/foo" id="foo">ullamco</a> laboris nisi
|
|
|
|
ut aliquip ex ea commodo consequat.
|
2010-12-31 13:15:45 -05:00
|
|
|
<a href="/with_simple_html"><img width="20" height="20" alt="awesome image" /></a>
|
2009-11-04 18:34:11 -05:00
|
|
|
</p>
|
|
|
|
|
2010-10-29 12:02:43 -04:00
|
|
|
<p class="para" id="second">
|
2009-11-04 18:34:11 -05:00
|
|
|
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
|
2009-11-15 07:40:50 -05:00
|
|
|
dolore eu fugiat <a href="/redirect" id="red">Redirect</a> pariatur. Excepteur sint occaecat cupidatat non proident,
|
2010-03-22 19:06:14 -04:00
|
|
|
sunt in culpa qui officia
|
|
|
|
text with
|
|
|
|
whitespace
|
|
|
|
id est laborum.
|
2009-11-07 09:36:58 -05:00
|
|
|
</p>
|
2009-11-07 18:28:32 -05:00
|
|
|
|
|
|
|
<p>
|
|
|
|
<input type="text" id="test_field" value="monkey"/>
|
2010-05-14 04:52:37 -04:00
|
|
|
<textarea>banana</textarea>
|
2010-02-12 08:41:41 -05:00
|
|
|
<a href="/redirect_back">BackToMyself</a>
|
2010-01-11 15:18:32 -05:00
|
|
|
<a title="twas a fine link" href="/redirect">A link came first</a>
|
|
|
|
<a title="a fine link" href="/with_simple_html">A link</a>
|
2010-04-09 08:01:17 -04:00
|
|
|
<a title="a fine link with data method" data-method="delete" href="/delete">A link with data-method</a>
|
2010-01-11 15:59:22 -05:00
|
|
|
<a>No Href</a>
|
|
|
|
<a href="">Blank Href</a>
|
|
|
|
<a href="#">Blank Anchor</a>
|
|
|
|
<a href="#anchor">Anchor</a>
|
|
|
|
<a href="/with_simple_html#anchor">Anchor on different page</a>
|
|
|
|
<a href="/with_html#anchor">Anchor on same page</a>
|
|
|
|
<input type="text" value="" id="test_field">
|
2010-01-30 14:43:56 -05:00
|
|
|
<input type="text" checked="checked" id="checked_field">
|
2010-12-31 13:15:45 -05:00
|
|
|
<a href="/redirect"><img width="20" height="20" alt="very fine image" /></a>
|
|
|
|
<a href="/with_simple_html"><img width="20" height="20" alt="fine image" /></a>
|
2010-10-22 10:45:33 -04:00
|
|
|
|
|
|
|
<a href="?query_string=true">Naked Query String</a>
|
|
|
|
<% if params[:query_string] %>
|
|
|
|
<em>Query String sent</em>
|
|
|
|
<% end %>
|
2009-11-07 18:28:32 -05:00
|
|
|
</p>
|
2009-12-22 15:13:55 -05:00
|
|
|
|
2010-01-30 13:52:07 -05:00
|
|
|
<div id="hidden" style="display: none;">
|
2009-12-25 12:50:01 -05:00
|
|
|
<div id="hidden_via_ancestor">Inside element with hidden ancestor</div>
|
2010-01-11 08:45:36 -05:00
|
|
|
<a href="/with_simple_html" title="awesome title" class="simple">hidden link</a>
|
2010-01-15 10:13:48 -05:00
|
|
|
</div>
|
2010-08-17 21:22:54 -04:00
|
|
|
|
2011-01-01 14:58:39 -05:00
|
|
|
<div style="display: none;">
|
|
|
|
<a class="visibility">hidden link</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<a class="visibility">visible link</a>
|
|
|
|
</div>
|
|
|
|
|
2010-08-17 21:22:54 -04:00
|
|
|
<ul>
|
|
|
|
<li id="john_monkey">Monkey John</li>
|
|
|
|
<li id="paul_monkey">Monkey Paul</li>
|
|
|
|
</ul>
|