Changeset 91897 in webkit


Ignore:
Timestamp:
Jul 27, 2011, 8:56:00 PM (14 years ago)
Author:
reed@google.com
Message:

[skia] fix clipping of some glyphs on windows
https://bugs.webkit.org/show_bug.cgi?id=65262

Reviewed by Stephen White.

  • platform/chromium/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r91895 r91897  
     12011-07-27  Mike Reed  <reed@google.com>
     2
     3        [skia] fix clipping of some glyphs on windows
     4        https://bugs.webkit.org/show_bug.cgi?id=65262
     5
     6        Reviewed by Stephen White.
     7
     8        * platform/chromium/test_expectations.txt:
     9
    1102011-07-27  MORITA Hajime  <morrita@google.com>
    211
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r91891 r91897  
    15401540// Flaky. The width of containing RenderBlocks sometimes becomes larger
    15411541BUGCR21958 MAC : svg/hixie/error/012.xml = FAIL
     1542
     1543// These will be rebaselined (and therefore fixed) when we roll skia 1960, which fixes
     1544// clipping some characters.
     1545BUGCR90673 WIN : editing/selection/vertical-lr-ltr-extend-line-backward-br.html = IMAGE
     1546BUGCR90673 WIN : editing/selection/vertical-lr-ltr-extend-line-forward-br.html = IMAGE
     1547BUGCR90673 WIN : editing/selection/vertical-rl-ltr-extend-line-backward-br.html = IMAGE
     1548BUGCR90673 WIN : editing/selection/vertical-rl-ltr-extend-line-backward-p.html = IMAGE
     1549BUGCR90673 WIN : editing/selection/vertical-rl-ltr-extend-line-backward-wrap.html = IMAGE
     1550BUGCR90673 WIN : editing/selection/vertical-rl-ltr-extend-line-forward-br.html = IMAGE
     1551BUGCR90673 WIN : editing/selection/vertical-rl-ltr-extend-line-forward-p.html = IMAGE
     1552BUGCR90673 WIN : editing/selection/vertical-rl-ltr-extend-line-forward-wrap.html = IMAGE
     1553BUGCR90673 WIN : fast/blockflow/english-lr-text.html = IMAGE
     1554BUGCR90673 WIN : fast/blockflow/japanese-ruby-vertical-lr.html = IMAGE
     1555BUGCR90673 WIN : fast/blockflow/japanese-ruby-vertical-rl.html = IMAGE
     1556BUGCR90673 WIN : fast/repaint/shadow-multiple-horizontal.html = IMAGE
     1557BUGCR90673 WIN : fast/repaint/shadow-multiple-strict-horizontal.html = IMAGE
     1558BUGCR90673 WIN : fast/repaint/shadow-multiple-strict-vertical.html = IMAGE
     1559BUGCR90673 WIN : fast/repaint/shadow-multiple-vertical.html = IMAGE
     1560BUGCR90673 WIN : fast/text/stroking-decorations.html = IMAGE
     1561BUGCR90673 WIN : fast/text/stroking.html = IMAGE
     1562BUGCR90673 WIN : fast/transforms/shadows.html = IMAGE
     1563BUGCR90673 WIN : svg/batik/text/verticalText.svg = IMAGE
     1564BUGCR90673 WIN : svg/css/group-with-shadow.svg = IMAGE
     1565BUGCR90673 WIN : svg/css/text-gradient-shadow.svg = IMAGE
     1566BUGCR90673 WIN : svg/css/text-shadow-multiple.xhtml = IMAGE
    15421567
    15431568// WebKit merge 48500:48585, newly implemented Object.defineProperty.
Note: See TracChangeset for help on using the changeset viewer.