Changeset 82437 in webkit


Ignore:
Timestamp:
Mar 30, 2011 7:03:00 AM (13 years ago)
Author:
Adam Roben
Message:

Fix two svg/text tests that have been failing on Windows since r82411

Fixes <http://webkit.org/b/57448> REGRESSION (r82411): Two svg/text tests failing on Windows

Reviewed by Eric Seidel.

  • svg/text/bidi-reorder-value-lists.svg: Pull in Mac-compatible-font-fallback.css so that

this test will give the same results on Mac and Windows.

  • platform/win/svg/text/bidi-reorder-value-lists-expected.checksum: Removed.
  • platform/win/svg/text/bidi-reorder-value-lists-expected.png: Removed.
  • platform/win/svg/text/bidi-reorder-value-lists-expected.txt: Removed.

We now match Mac!

  • platform/win/svg/text/font-size-below-point-five-expected.txt: Make the same change here

that was made to the Mac results in r82411. (The remaining differences between Windows and
Mac are just due to different rounding.)

Location:
trunk/LayoutTests
Files:
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r82435 r82437  
     12011-03-30  Adam Roben  <aroben@apple.com>
     2
     3        Fix two svg/text tests that have been failing on Windows since r82411
     4
     5        Fixes <http://webkit.org/b/57448> REGRESSION (r82411): Two svg/text tests failing on Windows
     6
     7        Reviewed by Eric Seidel.
     8
     9        * svg/text/bidi-reorder-value-lists.svg: Pull in Mac-compatible-font-fallback.css so that
     10        this test will give the same results on Mac and Windows.
     11
     12        * platform/win/svg/text/bidi-reorder-value-lists-expected.checksum: Removed.
     13        * platform/win/svg/text/bidi-reorder-value-lists-expected.png: Removed.
     14        * platform/win/svg/text/bidi-reorder-value-lists-expected.txt: Removed.
     15        We now match Mac!
     16
     17        * platform/win/svg/text/font-size-below-point-five-expected.txt: Make the same change here
     18        that was made to the Mac results in r82411. (The remaining differences between Windows and
     19        Mac are just due to different rounding.)
     20
    1212011-03-25  Pavel Podivilov  <podivilov@chromium.org>
    222
  • trunk/LayoutTests/platform/win/svg/text/font-size-below-point-five-expected.txt

    r77523 r82437  
    3131      RenderSVGTSpan {tspan} at (0,0) size 0x0
    3232        RenderSVGInlineText {#text} at (-10,5) size 0x0
    33           chunk 1 text run 1 at (39.69,10.00) startOffset 0 endOffset 1 width 0.00: "6"
    3433      RenderSVGInlineText {#text} at (0,0) size 0x0
    3534    RenderSVGText {text} at (63,42) size 124x11 contains 1 chunk(s)
  • trunk/LayoutTests/svg/text/bidi-reorder-value-lists.svg

    r82411 r82437  
    11<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg">
     2    <style>
     3        @import url(../../fast/text/international/resources/Mac-compatible-font-fallback.css);
     4    </style>
    25    <g font-size="16" transform="scale(3,3)">
    36        <!-- The order of all characters in both lines should be the same, the spacing is different due the absolute positioning in the second line -->
Note: See TracChangeset for help on using the changeset viewer.