Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / caretScrolling.html
blob6fb8044c580cc1e5ef21d802116d47cf5d64506a
1 <html>
2 <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>
3 <p>
4 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.
5 </p>
7 <div contentEditable style="border: 1px solid blue; height: 100px; overflow:scroll;">
8 one<br>
9 two<br>
10 three<br>
11 four<br>
12 five<br>
13 six<br>
14 seven<br>
15 eight<br>
16 </div>
18 </html>