Changeset 62934 in webkit


Ignore:
Timestamp:
Jul 9, 2010 4:08:52 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

Last round of qt specific results.

  • platform/qt/fast/repaint/moving-shadow-on-container-expected.txt:
  • platform/qt/fast/repaint/moving-shadow-on-path-expected.txt:
  • platform/qt/fast/repaint/svg-layout-root-style-attr-update-expected.txt:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r62933 r62934  
     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        Last round of qt specific results.
     9
     10        * platform/qt/fast/repaint/moving-shadow-on-container-expected.txt:
     11        * platform/qt/fast/repaint/moving-shadow-on-path-expected.txt:
     12        * platform/qt/fast/repaint/svg-layout-root-style-attr-update-expected.txt:
     13
    1142010-07-09  Nikolas Zimmermann  <nzimmermann@rim.com>
    215
  • trunk/LayoutTests/platform/qt/fast/repaint/moving-shadow-on-container-expected.txt

    r57342 r62934  
    44  RenderBlock {HTML} at (0,0) size 784x616
    55    RenderBody {BODY} at (8,8) size 768x600
    6       RenderSVGRoot {svg} at (8,8) size 778x610
     6      RenderSVGRoot {svg} at (8,8) size 468x173
    77        RenderPath {path} at (8,8) size 78x68 [stroke={[type=SOLID] [color=#000000] [stroke width=10.00]}] [fill={[type=SOLID] [color=#999999]}] [data="M0.00,30.00 L-35.27,48.54 L-28.53,9.27 L-57.06,-18.54 L-17.63,-24.27 L-0.00,-60.00 L17.63,-24.27 L57.06,-18.54 L28.53,9.27 L35.27,48.54 L0.00,30.00"]
    88        RenderPath {path} at (200,46) size 128x125 [transform={m=((1.00,0.00)(0.00,1.00)) t=(250.00,100.00)}] [stroke={[type=SOLID] [color=#000000] [stroke width=10.00] [dash array={20.00}]}] [fill={[type=SOLID] [color=#999999]}] [data="M0.00,30.00 L-35.27,48.54 L-28.53,9.27 L-57.06,-18.54 L-17.63,-24.27 L-0.00,-60.00 L17.63,-24.27 L57.06,-18.54 L28.53,9.27 L35.27,48.54 L0.00,30.00"]
  • trunk/LayoutTests/platform/qt/fast/repaint/moving-shadow-on-path-expected.txt

    r60507 r62934  
    44  RenderBlock {HTML} at (0,0) size 784x616
    55    RenderBody {BODY} at (8,8) size 768x600
    6       RenderSVGRoot {svg} at (8,8) size 768x600
     6      RenderSVGRoot {svg} at (8,8) size 458x163
    77        RenderPath {path} at (8,8) size 88x78 [stroke={[type=SOLID] [color=#000000] [stroke width=10.00]}] [fill={[type=SOLID] [color=#999999]}] [data="M0.00,30.00 L-35.27,48.54 L-28.53,9.27 L-57.06,-18.54 L-17.63,-24.27 L-0.00,-60.00 L17.63,-24.27 L57.06,-18.54 L28.53,9.27 L35.27,48.54 L0.00,30.00"]
    88        RenderPath {path} at (200,46) size 138x135 [transform={m=((1.00,0.00)(0.00,1.00)) t=(250.00,100.00)}] [stroke={[type=SOLID] [color=#000000] [stroke width=10.00] [dash array={20.00}]}] [fill={[type=SOLID] [color=#999999]}] [data="M0.00,30.00 L-35.27,48.54 L-28.53,9.27 L-57.06,-18.54 L-17.63,-24.27 L-0.00,-60.00 L17.63,-24.27 L57.06,-18.54 L28.53,9.27 L35.27,48.54 L0.00,30.00"]
  • trunk/LayoutTests/platform/qt/fast/repaint/svg-layout-root-style-attr-update-expected.txt

    r61696 r62934  
    1111  RenderBlock (positioned) {DIV} at (0,0) size 500x500
    1212layer at (8,0) size 500x500
    13   RenderSVGRoot {svg} at (8,0) size 500x500
     13  RenderSVGRoot {svg} at (258,10) size 250x250
    1414    RenderPath {rect} at (258,10) size 250x250 [fill={[type=SOLID] [color=#FF0000]}] [data="M250.00,10.00 L500.00,10.00 L500.00,260.00 L250.00,260.00 L250.00,10.00"]
    1515    RenderPath {rect} at (258,10) size 250x250 [fill={[type=SOLID] [color=#008000]}] [data="M250.00,10.00 L500.00,10.00 L500.00,260.00 L250.00,260.00 L250.00,10.00"]
Note: See TracChangeset for help on using the changeset viewer.