diff -r 000000000000 -r 4f2f89ce4247 WebCore/manual-tests/input-empty-on-focus.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebCore/manual-tests/input-empty-on-focus.html Fri Sep 17 09:02:29 2010 +0300 @@ -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.