Changeset 127668 in webkit


Ignore:
Timestamp:
Sep 5, 2012 6:01:25 PM (12 years ago)
Author:
yosin@chromium.org
Message:

[Tests] We should have mouse events test for multiple fields time input UI
https://bugs.webkit.org/show_bug.cgi?id=95829

Reviewed by Kent Tamura.

This patch adds test cases of mouse actions on multiple fields time
input UI.

The test checks:

  • Mouse click to set focus to field under mouse pointer
  • Mouse click on spin button

This patch affects ports which enable both ENABLE_INPUT_TYPE_TIME and
ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS.

  • fast/forms/time-multiple-fields/time-multiple-fields-mouse-events-expected.txt: Added.
  • fast/forms/time-multiple-fields/time-multiple-fields-mouse-events.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r127667 r127668  
     12012-09-05  Yoshifumi Inoue  <yosin@chromium.org>
     2
     3        [Tests] We should have mouse events test for multiple fields time input UI
     4        https://bugs.webkit.org/show_bug.cgi?id=95829
     5
     6        Reviewed by Kent Tamura.
     7
     8        This patch adds test cases of mouse actions on multiple fields time
     9        input UI.
     10
     11        The test checks:
     12         - Mouse click to set focus to field under mouse pointer
     13         - Mouse click on spin button
     14
     15        This patch affects ports which enable both ENABLE_INPUT_TYPE_TIME and
     16        ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS.
     17
     18        * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events-expected.txt: Added.
     19        * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events.html: Added.
     20
    1212012-09-05  Kenichi Ishibashi  <bashi@chromium.org>
    222
Note: See TracChangeset for help on using the changeset viewer.