⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 118665 in webkit


Ignore:
Timestamp:
May 28, 2012, 2:54:29 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Move input element's internal spinner layout tests to test_expectations.txt
https://bugs.webkit.org/show_bug.cgi?id=87629

Unreviewed EFL gardening.

Patch by Alexander Shalamov <alexander.shalamov@intel.com> on 2012-05-28

  • platform/efl/Skipped:
  • platform/efl/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r118663 r118665  
     12012-05-28  Alexander Shalamov  <alexander.shalamov@intel.com>
     2
     3        [EFL] Move input element's internal spinner layout tests to test_expectations.txt
     4        https://bugs.webkit.org/show_bug.cgi?id=87629
     5
     6        Unreviewed EFL gardening.
     7
     8        * platform/efl/Skipped:
     9        * platform/efl/test_expectations.txt:
     10
    1112012-05-28  Christophe Dumez  <christophe.dumez@intel.com>
    212
  • trunk/LayoutTests/platform/efl/Skipped

    r118647 r118665  
    393393editing/deleting/deletionUI-single-instance.html
    394394fast/dom/Element/id-in-deletebutton.html
    395 
    396 # webkit-efl's <input type="number"> is not a spinbutton
    397 fast/forms/number/input-number-events.html
    398 fast/forms/number/input-number-large-padding.html
    399 fast/forms/number/input-number-size.html
    400 fast/forms/number/input-spinbutton-capturing.html
    401 fast/forms/number/spin-button-gets-disabled-or-readonly.html
    402 fast/forms/number/spin-button-state.html
    403 fast/events/touch/touch-before-pressing-spin-button.html
    404395
    405396# This test is out-dated since r95899.
  • trunk/LayoutTests/platform/efl/test_expectations.txt

    r118661 r118665  
    150150BUGWK76439 DEBUG : fast/dom/shadow/content-element-api.html = TEXT
    151151BUGWK76439 DEBUG : fast/dom/shadow/content-element-outside-shadow.html = TEXT
     152
     153// Needs inner spin button widget for input element
     154BUGWK86846 : fast/events/touch/touch-before-pressing-spin-button.html = TEXT
     155BUGWK86846 : fast/forms/number/input-number-events.html = TEXT
     156BUGWK86846 : fast/forms/number/input-number-large-padding.html = TEXT
     157BUGWK86846 : fast/forms/number/input-spinbutton-capturing.html = TEXT
     158BUGWK86846 : fast/forms/number/spin-button-gets-disabled-or-readonly.html = TEXT
     159BUGWK86846 : fast/forms/number/spin-button-state.html = TEXT
     160
     161// Needs inner spin button to respect -webkit-inner-spin-button style
     162BUGWK87619 : fast/forms/number/input-number-size.html = TEXT
    152163
    153164BUGWK83007 : fast/repaint/region-painting-invalidation.html = FAIL MISSING
Note: See TracChangeset for help on using the changeset viewer.