WebCore/manual-tests/caret-image.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

<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>