Changeset 130376 in webkit


Ignore:
Timestamp:
Oct 4, 2012 2:01:12 AM (12 years ago)
Author:
tkent@chromium.org
Message:

Update tests for input[type=date] with the multiple fields UI
https://bugs.webkit.org/show_bug.cgi?id=98386

Reviewed by Hajime Morita.

Remove some tests for input[type=date. They depends on the old UI, which
we don't use any more.
Mark some tests fail. We need to update their results later.

  • fast/forms/date/date-appearance.html: Removed.
  • fast/forms/date/date-fixed-placeholder-expected.txt: Removed.
  • fast/forms/date/date-fixed-placeholder.html: Removed.
  • fast/forms/date/date-input-visible-strings-expected.txt: Removed.
  • fast/forms/date/date-input-visible-strings.html: Removed.
  • fast/forms/date/input-date-commit-valid-only-expected.txt: Removed.
  • fast/forms/date/input-date-commit-valid-only.html: Removed.
  • platform/chromium-linux/fast/forms/date/date-appearance-expected.png: Removed.
  • platform/chromium-linux/fast/forms/date/date-appearance-expected.txt: Removed.
  • platform/chromium-linux/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
  • platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-expected.png: Removed.
  • platform/chromium-mac/fast/forms/date/date-appearance-expected.png: Removed.
  • platform/chromium-mac/fast/forms/date/date-appearance-expected.txt: Removed.
  • platform/chromium-win/fast/forms/date/date-appearance-expected.png: Removed.
  • platform/chromium-win/fast/forms/date/date-appearance-expected.txt: Removed.
  • platform/chromium-win/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
  • platform/chromium/TestExpectations:
  • platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
17 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r130371 r130376  
     12012-10-04  Kent Tamura  <tkent@chromium.org>
     2
     3        Update tests for input[type=date] with the multiple fields UI
     4        https://bugs.webkit.org/show_bug.cgi?id=98386
     5
     6        Reviewed by Hajime Morita.
     7
     8        Remove some tests for input[type=date. They depends on the old UI, which
     9        we don't use any more.
     10        Mark some tests fail. We need to update their results later.
     11
     12        * fast/forms/date/date-appearance.html: Removed.
     13        * fast/forms/date/date-fixed-placeholder-expected.txt: Removed.
     14        * fast/forms/date/date-fixed-placeholder.html: Removed.
     15        * fast/forms/date/date-input-visible-strings-expected.txt: Removed.
     16        * fast/forms/date/date-input-visible-strings.html: Removed.
     17        * fast/forms/date/input-date-commit-valid-only-expected.txt: Removed.
     18        * fast/forms/date/input-date-commit-valid-only.html: Removed.
     19        * platform/chromium-linux/fast/forms/date/date-appearance-expected.png: Removed.
     20        * platform/chromium-linux/fast/forms/date/date-appearance-expected.txt: Removed.
     21        * platform/chromium-linux/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
     22        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-expected.png: Removed.
     23        * platform/chromium-mac/fast/forms/date/date-appearance-expected.png: Removed.
     24        * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt: Removed.
     25        * platform/chromium-win/fast/forms/date/date-appearance-expected.png: Removed.
     26        * platform/chromium-win/fast/forms/date/date-appearance-expected.txt: Removed.
     27        * platform/chromium-win/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
     28        * platform/chromium/TestExpectations:
     29        * platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
     30
    1312012-10-04  Tullio Lucena  <tullio.lucena@openbossa.org>
    232
  • trunk/LayoutTests/platform/chromium/TestExpectations

    r130368 r130376  
    36593659webkit.org/b/98094 platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl.html [ ImageOnlyFailure Pass ]
    36603660
     3661# Need rebaseline
     3662webkit.org/b/98386 platform/chromium/fast/forms/date/date-suggestion-picker-appearance.html [ ImageOnlyFailure Pass ]
     3663webkit.org/b/98386 platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl.html [ ImageOnlyFailure Pass ]
     3664webkit.org/b/98386 platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar.html [ ImageOnlyFailure Pass ]
     3665
    36613666# Numerous failures in software compositing.
    36623667crbug.com/152953 [ Mac ] platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale-down.html [ ImageOnlyFailure ]
Note: See TracChangeset for help on using the changeset viewer.