Changeset 136202 in webkit


Ignore:
Timestamp:
Nov 29, 2012 9:05:44 PM (11 years ago)
Author:
keishi@webkit.org
Message:

Add month-multiple-fields tests
https://bugs.webkit.org/show_bug.cgi?id=102046

Reviewed by Kent Tamura.

Adding tests for multiple field <input type=month>.

  • fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes-expected.txt: Added.
  • fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes.html: Added.
  • fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification-expected.txt: Added.
  • fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification.html: Added.
  • fast/forms/month-multiple-fields/month-multiple-fields-blur-and-focus-events-expected.txt: Added.
  • fast/forms/month-multiple-fields/month-multiple-fields-blur-and-focus-events.html: Added.
  • fast/forms/month-multiple-fields/month-multiple-fields-change-layout-by-value-expected.txt: Added.
  • fast/forms/month-multiple-fields/month-multiple-fields-change-layout-by-value.html: Added.
  • fast/forms/month-multiple-fields/month-multiple-fields-mouse-events-expected.txt: Added.
  • fast/forms/month-multiple-fields/month-multiple-fields-mouse-events.html: Added.
  • fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
  • fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html: Added.
  • fast/forms/month-multiple-fields/month-multiple-fields-reset-value-after-reloads-expected.txt: Added.
  • fast/forms/month-multiple-fields/month-multiple-fields-reset-value-after-reloads.html: Added.
  • fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
  • fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events.html: Added.
  • fast/forms/month-multiple-fields/month-multiple-fields-wheel-event-expected.txt: Added.
  • fast/forms/month-multiple-fields/month-multiple-fields-wheel-event.html: Added.
Location:
trunk/LayoutTests
Files:
18 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r136165 r136202  
     12012-11-29  Keishi Hattori  <keishi@webkit.org>
     2
     3        Add month-multiple-fields tests
     4        https://bugs.webkit.org/show_bug.cgi?id=102046
     5
     6        Reviewed by Kent Tamura.
     7
     8        Adding tests for multiple field <input type=month>.
     9
     10        * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes-expected.txt: Added.
     11        * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes.html: Added.
     12        * fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification-expected.txt: Added.
     13        * fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification.html: Added.
     14        * fast/forms/month-multiple-fields/month-multiple-fields-blur-and-focus-events-expected.txt: Added.
     15        * fast/forms/month-multiple-fields/month-multiple-fields-blur-and-focus-events.html: Added.
     16        * fast/forms/month-multiple-fields/month-multiple-fields-change-layout-by-value-expected.txt: Added.
     17        * fast/forms/month-multiple-fields/month-multiple-fields-change-layout-by-value.html: Added.
     18        * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events-expected.txt: Added.
     19        * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events.html: Added.
     20        * fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
     21        * fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html: Added.
     22        * fast/forms/month-multiple-fields/month-multiple-fields-reset-value-after-reloads-expected.txt: Added.
     23        * fast/forms/month-multiple-fields/month-multiple-fields-reset-value-after-reloads.html: Added.
     24        * fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
     25        * fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events.html: Added.
     26        * fast/forms/month-multiple-fields/month-multiple-fields-wheel-event-expected.txt: Added.
     27        * fast/forms/month-multiple-fields/month-multiple-fields-wheel-event.html: Added.
     28
    1292012-11-29  Zhenyao Mo  <zmo@google.com>
    230
Note: See TracChangeset for help on using the changeset viewer.