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/input-empty-on-focus.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Source/WebCore/manual-tests/input-empty-on-focus.html (limited to 'Source/WebCore/manual-tests/input-empty-on-focus.html') diff --git a/Source/WebCore/manual-tests/input-empty-on-focus.html b/Source/WebCore/manual-tests/input-empty-on-focus.html new file mode 100644 index 0000000..7cfc3ff --- /dev/null +++ b/Source/WebCore/manual-tests/input-empty-on-focus.html @@ -0,0 +1,6 @@ +
+
+

Drag the image above down into the text field. +If the test succeeds there will be no crash and you'll end up with an empty text field with a blinking caret. +It's arguably a bug that the text field accepts an image at all, so some day we might fix that and make this +test obsolete. Maybe we can find some other way to test the same code path.

-- cgit v1.1