WebCore/manual-tests/caretScrolling.html
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 01:32:07 +0300
changeset 2 303757a437d3
parent 0 4f2f89ce4247
permissions -rw-r--r--
Revision: 201037 Kit: 201039

<html>
<p>Manual test for fix for <a href="rdar://problem/3690705">rdar://problem/3690705</a> "caret does not move when scrolling overflow: auto editable area"</p>
<p>
Click inside the block below, a caret should appear.  Grab the block's scroll handle and scroll down.  The caret blinks, try to grab the scroll handle while the caret is visible.  The caret should scroll and disappear when it reaches the block's border.
</p>

<div contentEditable style="border: 1px solid blue; height: 100px; overflow:scroll;">
one<br>
two<br>
three<br>
four<br>
five<br>
six<br>
seven<br>
eight<br>
</div>

</html>