<input name="potato" value="some-value"/>
<div class="container" tabindex="1">
<p>
The parent DIV of this <tt>p</tt> is focusable.
</p>
<p id="victim" tabindex="1">
This <tt>paragraph</tt> is also focusable, a child of the focusable DIV, will be deleted <span id="clk">5</span> seconds after focusing it!
</p>
</div>
<button name="another">Clicky click</button>
<pre id="out"></pre>