From cad810f21b803229eb11403f9209855525a25d57 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Fri, 6 May 2011 11:45:16 +0100 Subject: Merge WebKit at r75315: Initial merge by git. Change-Id: I570314b346ce101c935ed22a626b48c2af266b84 --- Source/WebCore/manual-tests/caretScrolling.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Source/WebCore/manual-tests/caretScrolling.html (limited to 'Source/WebCore/manual-tests/caretScrolling.html') diff --git a/Source/WebCore/manual-tests/caretScrolling.html b/Source/WebCore/manual-tests/caretScrolling.html new file mode 100644 index 0000000..6fb8044 --- /dev/null +++ b/Source/WebCore/manual-tests/caretScrolling.html @@ -0,0 +1,18 @@ + +

Manual test for fix for rdar://problem/3690705 "caret does not move when scrolling overflow: auto editable area"

+

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

+ +
+one
+two
+three
+four
+five
+six
+seven
+eight
+
+ + \ No newline at end of file -- cgit v1.1