Changeset 130778 in webkit


Ignore:
Timestamp:
Oct 9, 2012, 11:06:43 AM (13 years ago)
Author:
reed@google.com
Message:

Update expectations in preparation for enabling float-src-rect behavior in SkCanvas::drawBitmapRect
https://bugs.webkit.org/show_bug.cgi?id=98795

Reviewed by NOBODY.

Expectations change only.

  • platform/chromium/TestExpectations:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r130777 r130778  
     12012-10-09  Mike Reed  <reed@google.com>
     2
     3        Update expectations in preparation for enabling float-src-rect behavior in SkCanvas::drawBitmapRect
     4        https://bugs.webkit.org/show_bug.cgi?id=98795
     5
     6        Reviewed by NOBODY.
     7
     8        Expectations change only.
     9
     10        * platform/chromium/TestExpectations:
     11
    1122012-10-09  Philip Rogers  <pdr@google.com>
    213
  • trunk/LayoutTests/platform/chromium/TestExpectations

    r130777 r130778  
    19681968crbug.com/40680 fast/media/media-query-list-07.html
    19691969
     1970# These render slightly differently if the dst-rect lands exactly on 1/2 pixel
     1971# boundary, due to a different sequence of float math. Best would be to change
     1972# these tests to not land there. For now we will just mark these for rebaselining
     1973crbug.com/117597 fast/backgrounds/mask-box-image.html [ ImageOnlyFailure ]
     1974crbug.com/117597 fast/borders/border-image-outset-in-shorthand.html [ ImageOnlyFailure ]
     1975crbug.com/117597 fast/borders/border-image-outset.html [ ImageOnlyFailure ]
     1976crbug.com/117597 http/tests/misc/slow-loading-image-in-pattern.html [ ImageOnlyFailure ]
     1977crbug.com/117597 scrollbars/listbox-scrollbar-combinations.html [ ImageOnlyFailure ]
     1978crbug.com/117597 scrollbars/overflow-scrollbar-combinations.html [ ImageOnlyFailure ]
     1979crbug.com/117597 svg/W3C-SVG-1.1/animate-elem-36-t.svg [ ImageOnlyFailure ]
     1980crbug.com/117597 svg/W3C-SVG-1.1/filters-light-01-f.svg [ ImageOnlyFailure ]
     1981crbug.com/117597 svg/custom/anchor-on-use.svg [ ImageOnlyFailure ]
     1982crbug.com/117597 svg/filters/filterRes2.svg [ ImageOnlyFailure ]
     1983crbug.com/117597 svg/filters/filteredImage.svg [ ImageOnlyFailure ]
     1984crbug.com/117597 svg/W3C-I18N/text-anchor-dirLTR-anchorEnd.svg [ ImageOnlyFailure ]
     1985crbug.com/117597 svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle.svg [ ImageOnlyFailure ]
     1986crbug.com/117597 svg/W3C-I18N/text-anchor-dirLTR-anchorStart.svg [ ImageOnlyFailure ]
     1987crbug.com/117597 svg/W3C-I18N/text-anchor-dirNone-anchorEnd.svg [ ImageOnlyFailure ]
     1988crbug.com/117597 svg/W3C-I18N/text-anchor-dirNone-anchorMiddle.svg [ ImageOnlyFailure ]
     1989crbug.com/117597 svg/W3C-I18N/text-anchor-dirNone-anchorStart.svg [ ImageOnlyFailure ]
     1990crbug.com/117597 svg/W3C-I18N/text-anchor-dirRTL-anchorEnd.svg [ ImageOnlyFailure ]
     1991crbug.com/117597 svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle.svg [ ImageOnlyFailure ]
     1992crbug.com/117597 svg/W3C-I18N/text-anchor-dirRTL-anchorStart.svg [ ImageOnlyFailure ]
     1993crbug.com/117597 svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd.svg [ ImageOnlyFailure ]
     1994crbug.com/117597 svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle.svg [ ImageOnlyFailure ]
     1995crbug.com/117597 svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart.svg [ ImageOnlyFailure ]
     1996crbug.com/117597 svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd.svg [ ImageOnlyFailure ]
     1997crbug.com/117597 svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle.svg [ ImageOnlyFailure ]
     1998crbug.com/117597 svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart.svg [ ImageOnlyFailure ]
     1999crbug.com/117597 svg/W3C-I18N/text-anchor-no-markup.svg [ ImageOnlyFailure ]
     2000crbug.com/117597 svg/W3C-SVG-1.1/pservers-grad-13-b.svg [ ImageOnlyFailure ]
     2001crbug.com/117597 svg/batik/filters/feTile.svg [ ImageOnlyFailure ]
     2002crbug.com/117597 svg/custom/image-small-width-height.svg [ ImageOnlyFailure ]
     2003crbug.com/117597 svg/custom/pointer-events-image-css-transform.svg [ ImageOnlyFailure ]
     2004crbug.com/117597 svg/custom/pointer-events-image.svg [ ImageOnlyFailure ]
     2005crbug.com/117597 svg/custom/radial-gradient-with-outstanding-focalPoint.svg [ ImageOnlyFailure ]
     2006crbug.com/117597 svg/custom/radialGradient-focal-radius.svg [ ImageOnlyFailure ]
     2007
    19702008# Caused by http://trac.webkit.org/changeset/56394.
    19712009crbug.com/143475 [ Win ] http/tests/xmlhttprequest/xmlhttprequest-50ms-download-dispatch.html [ Failure Pass Timeout ]
Note: See TracChangeset for help on using the changeset viewer.