Changeset 131444 in webkit


Ignore:
Timestamp:
Oct 16, 2012 5:30:46 AM (12 years ago)
Author:
keishi@webkit.org
Message:

[Chromium] Rebaseline calendar-picker-key-operations.html due to r162114

Unreviewed.

  • fast/forms/date/calendar-picker-key-operations-expected.txt:
  • platform/chromium-win/fast/forms/date/calendar-picker-key-operations-expected.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r131440 r131444  
     12012-10-16  Keishi Hattori  <keishi@webkit.org>
     2
     3        [Chromium] Rebaseline calendar-picker-key-operations.html due to r162114
     4
     5        Unreviewed.
     6
     7        * fast/forms/date/calendar-picker-key-operations-expected.txt:
     8        * platform/chromium-win/fast/forms/date/calendar-picker-key-operations-expected.txt:
     9
    1102012-10-16  Zan Dobersek  <zandobersek@gmail.com>
    211
  • trunk/LayoutTests/fast/forms/date/calendar-picker-key-operations-expected.txt

    r130111 r131444  
    4848Check if tabbing works.
    4949PASS focusedElement() is ".days-area-container"
    50 PASS focusedElement() is ".today-button[value=Today]"
    51 PASS focusedElement() is ".clear-button[value=Clear]"
     50PASS focusedElement() is ".today-button[value=<<CalendarToday>>]"
     51PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]"
    5252PASS focusedElement() is ".year-month-button[value=<<]"
    53 PASS focusedElement() is ".clear-button[value=Clear]"
     53PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]"
    5454PASS document.getElementById("mock-page-popup") is null
    5555PASS document.getElementById("date").value is "1999-12-26"
  • trunk/LayoutTests/platform/chromium-win/fast/forms/date/calendar-picker-key-operations-expected.txt

    r131054 r131444  
    4848Check if tabbing works.
    4949PASS focusedElement() is ".days-area-container"
    50 PASS focusedElement() is ".today-button[value=Today]"
    51 PASS focusedElement() is ".clear-button[value=Clear]"
     50PASS focusedElement() is ".today-button[value=<<CalendarToday>>]"
     51PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]"
    5252PASS focusedElement() is ".year-month-button[value=<<]"
    53 PASS focusedElement() is ".clear-button[value=Clear]"
     53PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]"
    5454PASS document.getElementById("mock-page-popup") is null
    5555PASS document.getElementById("date").value is "1999-12-26"
Note: See TracChangeset for help on using the changeset viewer.