Changeset 116658 in webkit


Ignore:
Timestamp:
May 10, 2012 10:26:32 AM (12 years ago)
Author:
tomz@codeaurora.org
Message:

Integrate IETC CSS : values and units tests
https://bugs.webkit.org/show_bug.cgi?id=85307

Patch by Dave Tharp <dtharp@codeaurora.org> on 2012-05-10
Reviewed by Adam Barth.

Added the IETC values and unit tests and associated reference tests.

Also removed two "file not found" test entries in the mac test_expectations.txt
file that were causing a style check failure.

  • ietestcenter/css3/valuesandunits/units-000-expected.htm: Added.
  • ietestcenter/css3/valuesandunits/units-000.htm: Added.
  • ietestcenter/css3/valuesandunits/units-010-expected.htm: Added.
  • ietestcenter/css3/valuesandunits/units-010.htm: Added.
  • ietestcenter/css3/valuesandunits/units-020-expected.htm: Added.
  • ietestcenter/css3/valuesandunits/units-020.htm: Added.
  • platform/chromium/test_expectations.txt:
  • platform/efl/test_expectations.txt:
  • platform/gtk/test_expectations.txt:
  • platform/mac/test_expectations.txt:
  • platform/qt/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
7 added
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r116656 r116658  
     12012-05-10  Dave Tharp  <dtharp@codeaurora.org>
     2
     3        Integrate IETC CSS : values and units tests
     4        https://bugs.webkit.org/show_bug.cgi?id=85307
     5
     6        Reviewed by Adam Barth.
     7
     8        Added the IETC values and unit tests and associated reference tests.
     9
     10        Also removed two "file not found" test entries in the mac test_expectations.txt
     11        file that were causing a style check failure.
     12
     13        * ietestcenter/css3/valuesandunits/units-000-expected.htm: Added.
     14        * ietestcenter/css3/valuesandunits/units-000.htm: Added.
     15        * ietestcenter/css3/valuesandunits/units-010-expected.htm: Added.
     16        * ietestcenter/css3/valuesandunits/units-010.htm: Added.
     17        * ietestcenter/css3/valuesandunits/units-020-expected.htm: Added.
     18        * ietestcenter/css3/valuesandunits/units-020.htm: Added.
     19        * platform/chromium/test_expectations.txt:
     20        * platform/efl/test_expectations.txt:
     21        * platform/gtk/test_expectations.txt:
     22        * platform/mac/test_expectations.txt:
     23        * platform/qt/test_expectations.txt:
     24
    1252012-05-10  Dominik Röttsches  <dominik.rottsches@intel.com>
    226
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r116655 r116658  
    39793979BUGNOEL : tables/mozilla_expected_failures/other/test4.html = IMAGE
    39803980
    3981 // Skip until SUBPIXEL_LAYOUT is enabled 
     3981// Skip until SUBPIXEL_LAYOUT is enabled
    39823982BUGWK85532 SKIP : fast/sub-pixel/client-width-height-snapping.html = FAIL
    39833983BUGWK85532 SKIP : fast/sub-pixel/layout-boxes-with-zoom.html  = FAIL
     
    40544054
    40554055BUGWK81416 : fast/dom/wrapper-scope.html = TEXT
     4056
     4057BUGWK85308 : ietestcenter/css3/valuesandunits/units-000.htm = IMAGE
     4058BUGWK85310 : ietestcenter/css3/valuesandunits/units-010.htm = IMAGE
  • trunk/LayoutTests/platform/efl/test_expectations.txt

    r116635 r116658  
    320320BUGWK84835 : editing/execCommand/unlink.html = TEXT
    321321
    322 // Needs baselines 
     322// Needs baselines
    323323BUGWK84839 : editing/execCommand/4580583-1.html = MISSING
    324324BUGWK84839 : editing/execCommand/4580583-2.html = MISSING
     
    420420BUGWK86082 : security/block-test.html = TEXT PASS
    421421BUGWK86084 : svg/dom/SVGScriptElement/script-onerror-bubbling.svg = TEXT PASS
     422
     423BUGWK85308 : ietestcenter/css3/valuesandunits/units-000.htm = IMAGE
     424BUGWK85310 : ietestcenter/css3/valuesandunits/units-010.htm = IMAGE
  • trunk/LayoutTests/platform/gtk/test_expectations.txt

    r116627 r116658  
    13401340BUGWK86062 : svg/text/modify-tspan-position-bug.html = IMAGE
    13411341
     1342BUGWK85308 : ietestcenter/css3/valuesandunits/units-000.htm = IMAGE
     1343BUGWK85310 : ietestcenter/css3/valuesandunits/units-010.htm = IMAGE
    13421344//////////////////////////////////////////////////////////////////////////////////////////
    13431345// End of Tests failing
  • trunk/LayoutTests/platform/mac/test_expectations.txt

    r116404 r116658  
    204204// Interferes with the tests that should pass
    205205BUGWK85689 SKIP : fast/animation/request-animation-frame-disabled.html = TEXT
     206
     207BUGWK85308 : ietestcenter/css3/valuesandunits/units-000.htm = IMAGE
     208BUGWK85310 : ietestcenter/css3/valuesandunits/units-010.htm = IMAGE
  • trunk/LayoutTests/platform/qt/test_expectations.txt

    r116428 r116658  
    1 T// These are the layout test expectations for the Qt port of WebKit.
     1// These are the layout test expectations for the Qt port of WebKit.
    22//
    33// See http://trac.webkit.org/wiki/TestExpectations for more information on this file.
     
    5858// Interferes with the tests that should pass
    5959BUGWK85689 SKIP : fast/animation/request-animation-frame-disabled.html = TEXT
     60
     61BUGWK85308 : ietestcenter/css3/valuesandunits/units-000.htm = IMAGE
     62BUGWK85310 : ietestcenter/css3/valuesandunits/units-010.htm = IMAGE
Note: See TracChangeset for help on using the changeset viewer.