WebCore/manual-tests/caret-image.html
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 09:07:27 +0300
branchRCL_3
changeset 1 9d347b658349
parent 0 4f2f89ce4247
permissions -rw-r--r--
Revision: 201037

<p>
Test to see if caret works correctly to the right of an image.
If the test is successful, the caret will look thin as usual.
If the test fails, the caret will be a big black box the size of the image.
</p>

<div id="test" contenteditable="true">free<img src="resources/webkit-background.png">lunch</div>

<script>window.getSelection().setPosition(document.getElementById("test"), 2);</script>