Changeset 60983 in webkit


Ignore:
Timestamp:
Jun 10, 2010 5:45:36 PM (14 years ago)
Author:
ap@apple.com
Message:

Rubber-stamped by Sam Weinig.

https://bugs.webkit.org/show_bug.cgi?id=18830
Assertion failure (using HashMap empty value) in svg/W3C-SVG-1.1/fonts-glyph-02-t.svg

This doesn't happen any more, the code has changed a lot since 2008. Re-enabling the test.

  • platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum:
  • platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
  • platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
  • svg/W3C-SVG-1.1/fonts-glyph-02-t.svg: Copied from LayoutTests/svg/W3C-SVG-1.1/fonts-glyph-02-t.svg-disabled.
  • svg/W3C-SVG-1.1/fonts-glyph-02-t.svg-disabled: Removed.
Location:
trunk/LayoutTests
Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum

    r44224 r60983  
    1 cc08382997b5bf665de8bf7f148bf09c
     115d79f0118d575d924a8afbc055a941c
  • trunk/LayoutTests/platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt

    r31836 r60983  
    22  RenderView at (0,0) size 480x360
    33layer at (0,0) size 480x360
    4   RenderSVGRoot {svg} at (0.50,0.50) size 479x359
    5     RenderSVGContainer {g} at (100,36) size 209x180
     4  RenderSVGRoot {svg} at (0,0) size 480x360
     5    RenderSVGContainer {g} at (100,36) size 210x195
    66      RenderSVGHiddenContainer {defs} at (0,0) size 0x0
    77      RenderSVGContainer {g} at (100,36) size 184x80
     
    99          RenderSVGInlineText {#text} at (0,-64) size 184x80
    1010            chunk 1 text run 1 at (100.00,100.00) startOffset 0 endOffset 5 width 184.00 RTL: "\x{69A} \x{69A}\x{69A}\x{69A}"
    11       RenderSVGContainer {g} at (100,136) size 209x80
    12         RenderSVGText {text} at (100,200) size 209x80 contains 1 chunk(s)
    13           RenderSVGInlineText {#text} at (0,-64) size 209x80
     11      RenderSVGContainer {g} at (100,118) size 210x113
     12        RenderSVGText {text} at (100,200) size 210x113 contains 1 chunk(s)
     13          RenderSVGInlineText {#text} at (0,-82) size 210x113
    1414            chunk 1 text run 1 at (100.00,200.00) startOffset 0 endOffset 5 width 223.92 RTL: "\x{62E} \x{62E}\x{62E}\x{62E}"
    1515    RenderSVGText {text} at (10,340) size 264x46 contains 1 chunk(s)
    1616      RenderSVGInlineText {#text} at (0,-36) size 264x46
    1717        chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 264.00: "$Revision: 1.7 $"
    18     RenderPath {rect} at (0.50,0.50) size 479x359 [stroke={[type=SOLID] [color=#000000]}] [data="M1.00,1.00L479.00,1.00L479.00,359.00L1.00,359.00"]
     18    RenderPath {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [data="M1.00,1.00 L479.00,1.00 L479.00,359.00 L1.00,359.00 Z"]
Note: See TracChangeset for help on using the changeset viewer.