summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/input-empty-on-focus.html
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/manual-tests/input-empty-on-focus.html')
-rw-r--r--Source/WebCore/manual-tests/input-empty-on-focus.html6
1 files changed, 6 insertions, 0 deletions
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 @@
+<div><img width="200" height="200" src="resources/200x200.png"></div>
+<div><input onfocus="this.value = ''" value="drop image here go boom"></div>
+<p>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.</p>