Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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:

Canonical link: https://commits.webkit.org/117407@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@131444 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
keishi committed Oct 16, 2012
1 parent 318a327 commit 8d6134e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
2012-10-16 Keishi Hattori <keishi@webkit.org>

[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:

2012-10-16 Zan Dobersek <zandobersek@gmail.com>

Unreviewed GTK gardening.
Expand Down
Expand Up @@ -47,10 +47,10 @@ PASS document.getElementById("date").value is "1999-12-26"
PASS testToday() || testToday() is true
Check if tabbing works.
PASS focusedElement() is ".days-area-container"
PASS focusedElement() is ".today-button[value=Today]"
PASS focusedElement() is ".clear-button[value=Clear]"
PASS focusedElement() is ".today-button[value=<<CalendarToday>>]"
PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]"
PASS focusedElement() is ".year-month-button[value=<<]"
PASS focusedElement() is ".clear-button[value=Clear]"
PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]"
PASS document.getElementById("mock-page-popup") is null
PASS document.getElementById("date").value is "1999-12-26"
PASS successfullyParsed is true
Expand Down
Expand Up @@ -47,10 +47,10 @@ PASS document.getElementById("date").value is "1999-12-26"
PASS testToday() || testToday() is true
Check if tabbing works.
PASS focusedElement() is ".days-area-container"
PASS focusedElement() is ".today-button[value=Today]"
PASS focusedElement() is ".clear-button[value=Clear]"
PASS focusedElement() is ".today-button[value=<<CalendarToday>>]"
PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]"
PASS focusedElement() is ".year-month-button[value=<<]"
PASS focusedElement() is ".clear-button[value=Clear]"
PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]"
PASS document.getElementById("mock-page-popup") is null
PASS document.getElementById("date").value is "1999-12-26"
PASS F4 opened picker.
Expand Down

0 comments on commit 8d6134e

Please sign in to comment.