Changeset 88951 in webkit


Ignore:
Timestamp:
Jun 15, 2011 10:11:52 AM (13 years ago)
Author:
rniwa@webkit.org
Message:

2011-06-15 Ryosuke Niwa <rniwa@webkit.org>

Reviewed by Dimitri Glazkov.

Can't type text when input element is shrunken by a CSS rule
https://bugs.webkit.org/show_bug.cgi?id=62550

Added a regression test now that the bug no longer reproduces.

  • fast/forms/type-after-focus-rule-shrink-width-expected.txt: Added.
  • fast/forms/type-after-focus-rule-shrink-width.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r88950 r88951  
     12011-06-15  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        Can't type text when input element is shrunken by a CSS rule
     6        https://bugs.webkit.org/show_bug.cgi?id=62550
     7
     8        Added a regression test now that the bug no longer reproduces.
     9
     10        * fast/forms/type-after-focus-rule-shrink-width-expected.txt: Added.
     11        * fast/forms/type-after-focus-rule-shrink-width.html: Added.
     12
    1132011-06-15  Alexander Pavlov  <apavlov@chromium.org>
    214
Note: See TracChangeset for help on using the changeset viewer.