WebCore/manual-tests/caret-image.html
changeset 0 4f2f89ce4247
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebCore/manual-tests/caret-image.html	Fri Sep 17 09:02:29 2010 +0300
@@ -0,0 +1,9 @@
+<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>