WebCore/manual-tests/input-empty-on-focus.html
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <div><img width="200" height="200" src="resources/200x200.png"></div>
       
     2 <div><input onfocus="this.value = ''" value="drop image here go boom"></div>
       
     3 <p>Drag the image above down into the text field.
       
     4 If the test succeeds there will be no crash and you'll end up with an empty text field with a blinking caret.
       
     5 It's arguably a bug that the text field accepts an image at all, so some day we might fix that and make this
       
     6 test obsolete. Maybe we can find some other way to test the same code path.</p>