Changeset 100009 in webkit


Ignore:
Timestamp:
Nov 11, 2011 12:52:53 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Assertion failed if text field is cleared while drag&drop.
https://bugs.webkit.org/show_bug.cgi?id=61008

Patch by Kaustubh Atrawalkar <Kaustubh Atrawalkar> on 2011-11-11
Reviewed by Ryosuke Niwa.

Test to drag-drop text from one input element to another clearing the first input
element. Fixed in Change set - http://trac.webkit.org/changeset/99085

  • fast/events/drag-text-with-clear-expected.txt: Added.
  • fast/events/drag-text-with-clear.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r100008 r100009  
     12011-11-11  Kaustubh Atrawalkar  <kaustubh@motorola.com>
     2
     3        Assertion failed if text field is cleared while drag&drop.
     4        https://bugs.webkit.org/show_bug.cgi?id=61008
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        Test to drag-drop text from one input element to another clearing the first input
     9        element. Fixed in Change set - http://trac.webkit.org/changeset/99085
     10
     11        * fast/events/drag-text-with-clear-expected.txt: Added.
     12        * fast/events/drag-text-with-clear.html: Added.
     13
    1142011-11-11  Elliot Poger  <epoger@google.com>
    215
Note: See TracChangeset for help on using the changeset viewer.