From 9364f22aed35e1a1e9d07c121510f80be3ab0502 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 21 Oct 2008 07:00:00 -0700 Subject: Initial Contribution --- WebCore/manual-tests/text-field-autoscroll.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 WebCore/manual-tests/text-field-autoscroll.html (limited to 'WebCore/manual-tests/text-field-autoscroll.html') diff --git a/WebCore/manual-tests/text-field-autoscroll.html b/WebCore/manual-tests/text-field-autoscroll.html new file mode 100644 index 0000000..c7848ec --- /dev/null +++ b/WebCore/manual-tests/text-field-autoscroll.html @@ -0,0 +1,23 @@ + + + + + +

BUG ID: Bugzilla #8496 REGRESSION: Dragging to select text around a text field causes the text field to scroll

+ +

STEPS TO TEST: +Start dragging in the text above the text field. Stop where it says "HERE".

+ +

TEST PASS: +The text field should not autoscroll its text during this drag. +

+ +

TEST FAIL: +If the text field scrolls, the test has failed. +

+Start dragging here....
+
+End dragging ............................HERE........watch the text field scroll. + + \ No newline at end of file -- cgit v1.1