Changeset 62943 in webkit


Ignore:
Timestamp:
Jul 9, 2010 5:08:00 AM (14 years ago)
Author:
Nikolas Zimmermann
Message:

2010-07-09 Nikolas Zimmermann <nzimmermann@rim.com>

Not reviewed.

RenderSVGRoot does not include border/padding while repainting
https://bugs.webkit.org/show_bug.cgi?id=41854

Add mac-tiger specific results. That should mark the end of the journey.

  • platform/mac-tiger/svg/hixie/text/003-expected.txt:
  • platform/mac-tiger/svg/hixie/text/003a-expected.txt:
  • platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
  • platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r62938 r62943  
     12010-07-09  Nikolas Zimmermann  <nzimmermann@rim.com>
     2
     3        Not reviewed.
     4
     5        RenderSVGRoot does not include border/padding while repainting
     6        https://bugs.webkit.org/show_bug.cgi?id=41854
     7
     8        Add mac-tiger specific results. That should mark the end of the journey.
     9
     10        * platform/mac-tiger/svg/hixie/text/003-expected.txt:
     11        * platform/mac-tiger/svg/hixie/text/003a-expected.txt:
     12        * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
     13        * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
     14
    1152010-07-09  Nikolas Zimmermann  <nzimmermann@rim.com>
    216
  • trunk/LayoutTests/platform/mac-tiger/svg/hixie/text/003-expected.txt

    r61398 r62943  
    1212            RenderView at (0,0) size 300x150
    1313          layer at (0,0) size 300x150
    14             RenderSVGRoot {svg} at (0,45) size 300x105
     14            RenderSVGRoot {svg} at (0,0) size 240x105
    1515              RenderSVGText {text} at (0,-1) size 4x2 contains 1 chunk(s)
    1616                RenderSVGInlineText {#text} at (0,0) size 4x2
     
    2121            RenderView at (0,0) size 300x150
    2222          layer at (0,0) size 300x150
    23             RenderSVGRoot {svg} at (0,45) size 18x9
     23            RenderSVGRoot {svg} at (0,39) size 144x69
    2424              RenderSVGText {text} at (0,-100) size 2390x1150 contains 1 chunk(s)
    2525                RenderSVGInlineText {#text} at (0,0) size 2390x1150
  • trunk/LayoutTests/platform/mac-tiger/svg/hixie/text/003a-expected.txt

    r61398 r62943  
    22  RenderView at (0,0) size 800x600
    33layer at (0,0) size 800x600
    4   RenderSVGRoot {svg} at (0,220) size 800x380
     4  RenderSVGRoot {svg} at (0,60) size 640x320
    55    RenderSVGText {text} at (0,-1) size 4x2 contains 1 chunk(s)
    66      RenderSVGInlineText {#text} at (0,0) size 4x2
  • trunk/LayoutTests/platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt

    r61398 r62943  
    22  RenderView at (0,0) size 800x600
    33layer at (0,0) size 800x600
    4   RenderSVGRoot {svg} at (100,0) size 700x600
     4  RenderSVGRoot {svg} at (94,0) size 612x600
    55    RenderPath {rect} at (100,0) size 600x600 [fill={[type=SOLID] [color=#000080]}] [data="M0.00,0.00 L100.00,0.00 L100.00,100.00 L0.00,100.00 Z"]
    66    RenderPath {line} at (94,0) size 612x600 [stroke={[type=SOLID] [color=#0000FF]}] [fill={[type=SOLID] [color=#000000]}] [data="M0.00,0.00 L100.00,100.00"]
  • trunk/LayoutTests/platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt

    r61398 r62943  
    22  RenderView at (0,0) size 800x600
    33layer at (0,0) size 600x400
    4   RenderSVGRoot {svg} at (100,0) size 500x400
     4  RenderSVGRoot {svg} at (0,0) size 600x400
    55    RenderPath {rect} at (0,0) size 600x400 [fill={[type=SOLID] [color=#FF0000]}] [data="M-100.00,-100.00 L900.00,-100.00 L900.00,900.00 L-100.00,900.00 Z"]
    66    RenderPath {rect} at (0,0) size 600x400 [fill={[type=SOLID] [color=#FFFFFF]}] [data="M-26.00,-1.00 L126.00,-1.00 L126.00,101.00 L-26.00,101.00 Z"]
Note: See TracChangeset for help on using the changeset viewer.