Changeset 99582 in webkit


Ignore:
Timestamp:
Nov 8, 2011 10:04:11 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Autofocus inputs don't always honor selector input:focus.
https://bugs.webkit.org/show_bug.cgi?id=24093

Already fixed and works on TOT. Adding layout test case for the same.

Patch by Kaustubh Atrawalkar <Kaustubh Atrawalkar> on 2011-11-08
Reviewed by Kent Tamura.

  • fast/forms/autofocus-input-css-style-change-expected.txt: Added.
  • fast/forms/autofocus-input-css-style-change.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r99581 r99582  
     12011-11-08  Kaustubh Atrawalkar  <kaustubh@motorola.com>
     2
     3        Autofocus inputs don't always honor selector input:focus.
     4        https://bugs.webkit.org/show_bug.cgi?id=24093
     5
     6        Already fixed and works on TOT. Adding layout test case for the same.
     7
     8        Reviewed by Kent Tamura.
     9
     10        * fast/forms/autofocus-input-css-style-change-expected.txt: Added.
     11        * fast/forms/autofocus-input-css-style-change.html: Added.
     12
    1132011-11-08  Hans Wennborg  <hans@chromium.org>
    214
Note: See TracChangeset for help on using the changeset viewer.