Changeset 105516 in webkit


Ignore:
Timestamp:
Jan 20, 2012 7:56:38 AM (12 years ago)
Author:
Nikolas Zimmermann
Message:

2012-01-20 Nikolas Zimmermann <nzimmermann@rim.com>

Differentiate between SVG/CSS width/height attributes/properties
https://bugs.webkit.org/show_bug.cgi?id=76447

Not reviewed. Rebaseline gtk results.

  • platform/gtk/fast/block/float/015-expected.txt:
  • platform/gtk/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt:
  • platform/gtk/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
  • platform/gtk/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
  • platform/gtk/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt:
  • platform/gtk/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt:
  • platform/gtk/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt:
  • platform/gtk/svg/custom/use-font-face-crash-expected.txt:
  • platform/gtk/svg/wicd/rightsizing-grid-expected.txt:
  • platform/gtk/tables/mozilla/bugs/bug101674-expected.txt:
  • platform/gtk/tables/mozilla/bugs/bug86708-expected.txt:
  • platform/gtk/tables/mozilla_expected_failures/bugs/97619-expected.txt:
Location:
trunk/LayoutTests
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r105515 r105516  
     12012-01-20  Nikolas Zimmermann  <nzimmermann@rim.com>
     2
     3        Differentiate between SVG/CSS width/height attributes/properties
     4        https://bugs.webkit.org/show_bug.cgi?id=76447
     5
     6        Not reviewed. Rebaseline gtk results.
     7
     8        * platform/gtk/fast/block/float/015-expected.txt:
     9        * platform/gtk/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt:
     10        * platform/gtk/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
     11        * platform/gtk/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
     12        * platform/gtk/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt:
     13        * platform/gtk/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt:
     14        * platform/gtk/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt:
     15        * platform/gtk/svg/custom/use-font-face-crash-expected.txt:
     16        * platform/gtk/svg/wicd/rightsizing-grid-expected.txt:
     17        * platform/gtk/tables/mozilla/bugs/bug101674-expected.txt:
     18        * platform/gtk/tables/mozilla/bugs/bug86708-expected.txt:
     19        * platform/gtk/tables/mozilla_expected_failures/bugs/97619-expected.txt:
     20
    1212012-01-20  Nikolas Zimmermann  <nzimmermann@rim.com>
    222
  • trunk/LayoutTests/platform/gtk/fast/block/float/015-expected.txt

    r105128 r105516  
    44  RenderBlock {HTML} at (0,0) size 800x600
    55    RenderBody {BODY} at (8,8) size 784x584
    6       RenderTable {TABLE} at (0,0) size 684x148 [border: (1px outset #808080)]
    7         RenderTableSection {TBODY} at (1,1) size 682x146
    8           RenderTableRow {TR} at (0,0) size 682x146
    9             RenderTableCell {TD} at (0,60) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
     6      RenderTable {TABLE} at (0,0) size 684x130 [border: (1px outset #808080)]
     7        RenderTableSection {TBODY} at (1,1) size 682x128
     8          RenderTableRow {TR} at (0,0) size 682x128
     9            RenderTableCell {TD} at (0,51) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
    1010              RenderText {#text} at (4,4) size 4x17
    1111                text run at (4,4) width 4: " "
    12             RenderTableCell {TD} at (12,0) size 670x146 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
    13               RenderImage {IMG} at (4,4) size 147x50 [bgcolor=#FFA500]
    14               RenderBlock {P} at (4,4) size 662x36
    15                 RenderText {#text} at (150,0) size 491x35
    16                   text run at (150,0) width 491: "This text should be flowing past a tall orange rectangle on the left side of the"
    17                   text run at (150,18) width 112: "browser window."
    18               RenderBlock {DIV} at (4,56) size 662x18 [bgcolor=#008000]
    19                 RenderBR {BR} at (0,0) size 0x17
    20               RenderImage {IMG} at (4,74) size 147x50 [bgcolor=#FFA500]
    21               RenderBlock {DIV} at (4,124) size 662x18
     12            RenderTableCell {TD} at (12,0) size 670x128 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
     13              RenderImage {IMG} at (4,4) size 0x50 [bgcolor=#FFA500]
     14              RenderBlock {P} at (4,4) size 662x18
     15                RenderText {#text} at (3,0) size 607x17
     16                  text run at (3,0) width 607: "This text should be flowing past a tall orange rectangle on the left side of the browser window."
     17              RenderBlock {DIV} at (4,38) size 662x18 [bgcolor=#008000]
     18                RenderBR {BR} at (3,0) size 0x17
     19              RenderImage {IMG} at (4,56) size 0x50 [bgcolor=#FFA500]
     20              RenderBlock {DIV} at (4,106) size 662x18
    2221                RenderText {#text} at (0,0) size 662x17
    2322                  text run at (0,0) width 662: "This paragraph should appear below the tall orange rectangle above and to the left, and not flow past it."
  • trunk/LayoutTests/platform/gtk/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt

    r103407 r105516  
    22  RenderView at (0,0) size 800x600
    33layer at (0,0) size 500x154 layerType: background only
    4 layer at (0,0) size 125x75
    5   RenderBlock (positioned) zI: -1 {div} at (0,0) size 125x75 [bgcolor=#FF0000]
     4layer at (0,0) size 250x75
     5  RenderBlock (positioned) zI: -1 {div} at (0,0) size 250x75 [bgcolor=#FF0000]
    66layer at (0,0) size 500x154 layerType: foreground only
    77  RenderBlock {html} at (0,0) size 500x154
     
    1212            RenderView at (0,0) size 250x150
    1313          layer at (0,0) size 250x75
    14             RenderSVGRoot {svg} at (0,0) size 125x75
    15               RenderSVGRect {rect} at (0,0) size 125x75 [fill={[type=SOLID] [color=#ADD8E6]}] [x=0.00] [y=0.00] [width=125.00] [height=75.00]
    16               RenderSVGRect {rect} at (6,3) size 113x69 [fill={[type=SOLID] [color=#008000]}] [x=6.25] [y=3.75] [width=112.50] [height=67.50]
    17 layer at (0,80) size 125x75
    18   RenderSVGRoot {svg} at (0,80) size 125x75
    19     RenderSVGRect {rect} at (0,80) size 125x75 [fill={[type=SOLID] [color=#ADD8E6]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
    20     RenderSVGRect {rect} at (6,83) size 113x69 [fill={[type=SOLID] [color=#008000]}] [x=5.00] [y=5.00] [width=90.00] [height=90.00]
     14            RenderSVGRoot {svg} at (0,0) size 250x75
     15              RenderSVGRect {rect} at (0,0) size 250x75 [fill={[type=SOLID] [color=#ADD8E6]}] [x=0.00] [y=0.00] [width=250.00] [height=75.00]
     16              RenderSVGRect {rect} at (12,3) size 226x69 [fill={[type=SOLID] [color=#008000]}] [x=12.50] [y=3.75] [width=225.00] [height=67.50]
     17layer at (0,80) size 250x75
     18  RenderSVGRoot {svg} at (0,80) size 250x75
     19    RenderSVGRect {rect} at (0,80) size 250x75 [fill={[type=SOLID] [color=#ADD8E6]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
     20    RenderSVGRect {rect} at (12,83) size 226x69 [fill={[type=SOLID] [color=#008000]}] [x=5.00] [y=5.00] [width=90.00] [height=90.00]
  • trunk/LayoutTests/platform/gtk/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt

    r103407 r105516  
    22  RenderView at (0,0) size 800x600
    33layer at (0,0) size 500x154 layerType: background only
    4 layer at (0,0) size 125x112
    5   RenderBlock (positioned) zI: -1 {div} at (0,0) size 125x112 [bgcolor=#FF0000]
     4layer at (0,0) size 250x112
     5  RenderBlock (positioned) zI: -1 {div} at (0,0) size 250x112 [bgcolor=#FF0000]
    66layer at (0,0) size 500x154 layerType: foreground only
    77  RenderBlock {html} at (0,0) size 500x154
     
    1212            RenderView at (0,0) size 250x150
    1313          layer at (0,0) size 250x112
    14             RenderSVGRoot {svg} at (0,0) size 125x112
    15               RenderSVGRect {rect} at (0,0) size 125x112 [fill={[type=SOLID] [color=#ADD8E6]}] [x=0.00] [y=0.00] [width=125.00] [height=112.50]
    16               RenderSVGRect {rect} at (6,5) size 113x102 [fill={[type=SOLID] [color=#008000]}] [x=6.25] [y=5.63] [width=112.50] [height=101.25]
    17 layer at (0,117) size 125x112
    18   RenderSVGRoot {svg} at (0,117) size 125x112
    19     RenderSVGRect {rect} at (0,117) size 125x112 [fill={[type=SOLID] [color=#ADD8E6]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
    20     RenderSVGRect {rect} at (6,122) size 113x102 [fill={[type=SOLID] [color=#008000]}] [x=5.00] [y=5.00] [width=90.00] [height=90.00]
     14            RenderSVGRoot {svg} at (0,0) size 250x112
     15              RenderSVGRect {rect} at (0,0) size 250x112 [fill={[type=SOLID] [color=#ADD8E6]}] [x=0.00] [y=0.00] [width=250.00] [height=112.00]
     16              RenderSVGRect {rect} at (12,5) size 226x102 [fill={[type=SOLID] [color=#008000]}] [x=12.50] [y=5.60] [width=225.00] [height=100.80]
     17layer at (0,117) size 250x112
     18  RenderSVGRoot {svg} at (0,117) size 250x112
     19    RenderSVGRect {rect} at (0,117) size 250x112 [fill={[type=SOLID] [color=#ADD8E6]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
     20    RenderSVGRect {rect} at (12,122) size 226x102 [fill={[type=SOLID] [color=#008000]}] [x=5.00] [y=5.00] [width=90.00] [height=90.00]
  • trunk/LayoutTests/platform/gtk/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt

    r103407 r105516  
    1313          layer at (0,0) size 125x112
    1414            RenderSVGRoot {svg} at (0,0) size 125x112
    15               RenderSVGRect {rect} at (0,0) size 125x112 [fill={[type=SOLID] [color=#ADD8E6]}] [x=0.00] [y=0.00] [width=125.00] [height=112.50]
    16               RenderSVGRect {rect} at (6,5) size 113x102 [fill={[type=SOLID] [color=#008000]}] [x=6.25] [y=5.63] [width=112.50] [height=101.25]
     15              RenderSVGRect {rect} at (0,0) size 125x112 [fill={[type=SOLID] [color=#ADD8E6]}] [x=0.00] [y=0.00] [width=125.00] [height=112.00]
     16              RenderSVGRect {rect} at (6,5) size 113x102 [fill={[type=SOLID] [color=#008000]}] [x=6.25] [y=5.60] [width=112.50] [height=100.80]
    1717layer at (0,117) size 125x112
    1818  RenderSVGRoot {svg} at (0,117) size 125x112
  • trunk/LayoutTests/platform/gtk/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt

    r103407 r105516  
    22  RenderView at (0,0) size 800x600
    33layer at (0,0) size 500x154 layerType: background only
    4 layer at (0,0) size 125x150
    5   RenderBlock (positioned) zI: -1 {div} at (0,0) size 125x150 [bgcolor=#FF0000]
     4layer at (0,0) size 250x150
     5  RenderBlock (positioned) zI: -1 {div} at (0,0) size 250x150 [bgcolor=#FF0000]
    66layer at (0,0) size 500x154 layerType: foreground only
    77  RenderBlock {html} at (0,0) size 500x154
     
    1212            RenderView at (0,0) size 250x150
    1313          layer at (0,0) size 250x150
    14             RenderSVGRoot {svg} at (0,0) size 125x150
    15               RenderSVGRect {rect} at (0,0) size 125x150 [fill={[type=SOLID] [color=#ADD8E6]}] [x=0.00] [y=0.00] [width=125.00] [height=150.00]
    16               RenderSVGRect {rect} at (6,7) size 113x136 [fill={[type=SOLID] [color=#008000]}] [x=6.25] [y=7.50] [width=112.50] [height=135.00]
    17 layer at (0,155) size 125x150
    18   RenderSVGRoot {svg} at (0,155) size 125x150
    19     RenderSVGRect {rect} at (0,155) size 125x150 [fill={[type=SOLID] [color=#ADD8E6]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
    20     RenderSVGRect {rect} at (6,162) size 113x136 [fill={[type=SOLID] [color=#008000]}] [x=5.00] [y=5.00] [width=90.00] [height=90.00]
     14            RenderSVGRoot {svg} at (0,0) size 250x150
     15              RenderSVGRect {rect} at (0,0) size 250x150 [fill={[type=SOLID] [color=#ADD8E6]}] [x=0.00] [y=0.00] [width=250.00] [height=150.00]
     16              RenderSVGRect {rect} at (12,7) size 226x136 [fill={[type=SOLID] [color=#008000]}] [x=12.50] [y=7.50] [width=225.00] [height=135.00]
     17layer at (0,155) size 250x150
     18  RenderSVGRoot {svg} at (0,155) size 250x150
     19    RenderSVGRect {rect} at (0,155) size 250x150 [fill={[type=SOLID] [color=#ADD8E6]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
     20    RenderSVGRect {rect} at (12,162) size 226x136 [fill={[type=SOLID] [color=#008000]}] [x=5.00] [y=5.00] [width=90.00] [height=90.00]
  • trunk/LayoutTests/platform/gtk/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt

    r103407 r105516  
    22  RenderView at (0,0) size 800x600
    33layer at (0,0) size 500x154 layerType: background only
    4 layer at (0,0) size 281x75
    5   RenderBlock (positioned) zI: -1 {div} at (0,0) size 281x75 [bgcolor=#FF0000]
     4layer at (0,0) size 375x75
     5  RenderBlock (positioned) zI: -1 {div} at (0,0) size 375x75 [bgcolor=#FF0000]
    66layer at (0,0) size 500x154 layerType: foreground only
    77  RenderBlock {html} at (0,0) size 500x154
     
    1212            RenderView at (0,0) size 375x150
    1313          layer at (0,0) size 375x75
    14             RenderSVGRoot {svg} at (0,0) size 282x75
    15               RenderSVGRect {rect} at (0,0) size 282x75 [fill={[type=SOLID] [color=#ADD8E6]}] [x=0.00] [y=0.00] [width=281.25] [height=75.00]
    16               RenderSVGRect {rect} at (14,3) size 254x69 [fill={[type=SOLID] [color=#008000]}] [x=14.06] [y=3.75] [width=253.13] [height=67.50]
    17 layer at (0,80) size 281x75
    18   RenderSVGRoot {svg} at (0,80) size 281x75
    19     RenderSVGRect {rect} at (0,80) size 281x75 [fill={[type=SOLID] [color=#ADD8E6]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
    20     RenderSVGRect {rect} at (14,83) size 253x69 [fill={[type=SOLID] [color=#008000]}] [x=5.00] [y=5.00] [width=90.00] [height=90.00]
     14            RenderSVGRoot {svg} at (0,0) size 375x75
     15              RenderSVGRect {rect} at (0,0) size 375x75 [fill={[type=SOLID] [color=#ADD8E6]}] [x=0.00] [y=0.00] [width=375.00] [height=75.00]
     16              RenderSVGRect {rect} at (18,3) size 339x69 [fill={[type=SOLID] [color=#008000]}] [x=18.75] [y=3.75] [width=337.50] [height=67.50]
     17layer at (0,80) size 375x75
     18  RenderSVGRoot {svg} at (0,80) size 375x75
     19    RenderSVGRect {rect} at (0,80) size 375x75 [fill={[type=SOLID] [color=#ADD8E6]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
     20    RenderSVGRect {rect} at (18,83) size 339x69 [fill={[type=SOLID] [color=#008000]}] [x=5.00] [y=5.00] [width=90.00] [height=90.00]
  • trunk/LayoutTests/platform/gtk/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt

    r103407 r105516  
    1313          layer at (0,0) size 281x75
    1414            RenderSVGRoot {svg} at (0,0) size 281x75
    15               RenderSVGRect {rect} at (0,0) size 281x75 [fill={[type=SOLID] [color=#ADD8E6]}] [x=0.00] [y=0.00] [width=281.25] [height=75.00]
    16               RenderSVGRect {rect} at (14,3) size 254x69 [fill={[type=SOLID] [color=#008000]}] [x=14.06] [y=3.75] [width=253.13] [height=67.50]
     15              RenderSVGRect {rect} at (0,0) size 281x75 [fill={[type=SOLID] [color=#ADD8E6]}] [x=0.00] [y=0.00] [width=281.00] [height=75.00]
     16              RenderSVGRect {rect} at (14,3) size 253x69 [fill={[type=SOLID] [color=#008000]}] [x=14.05] [y=3.75] [width=252.90] [height=67.50]
    1717layer at (0,80) size 281x75
    1818  RenderSVGRoot {svg} at (0,80) size 281x75
  • trunk/LayoutTests/platform/gtk/svg/custom/use-font-face-crash-expected.txt

    r101371 r105516  
    1 layer at (0,0) size 784x778
    2   RenderView at (0,0) size 784x600
     1layer at (0,0) size 792x778
     2  RenderView at (0,0) size 784x584
    33layer at (0,0) size 784x778
    44  RenderBlock {html} at (0,0) size 784x778
  • trunk/LayoutTests/platform/gtk/svg/wicd/rightsizing-grid-expected.txt

    r103407 r105516  
    1 layer at (0,0) size 784x1357
     1layer at (0,0) size 784x1356
    22  RenderView at (0,0) size 784x600
    3 layer at (0,0) size 784x1357
    4   RenderBlock {html} at (0,0) size 784x1357
     3layer at (0,0) size 784x1356
     4  RenderBlock {html} at (0,0) size 784x1356
    55    RenderBody {body} at (8,8) size 768x0
    6       RenderBlock (floating) {div} at (0,0) size 768x1349
     6      RenderBlock (floating) {div} at (0,0) size 768x1348
    77        RenderBlock {h1} at (0,21) size 768x37
    88          RenderText {#text} at (0,0) size 443x36
     
    3838                  RenderSVGInlineText {#text} at (0,0) size 13x23
    3939                    chunk 1 (middle anchor) text run 1 at (53.89,27.00) startOffset 0 endOffset 1 width 12.22: "L"
    40           RenderEmbeddedObject {object} at (0,128) size 255x447
    41             layer at (0,0) size 255x447
    42               RenderView at (0,0) size 255x447
    43             layer at (0,0) size 255x447
    44               RenderSVGRoot {svg} at (0,0) size 255x447
     40          RenderEmbeddedObject {object} at (0,128) size 255x446
     41            layer at (0,0) size 255x446
     42              RenderView at (0,0) size 255x446
     43            layer at (0,0) size 255x446
     44              RenderSVGRoot {svg} at (0,0) size 255x446
    4545                RenderSVGHiddenContainer {defs} at (0,0) size 0x0
    4646                  RenderSVGResourceLinearGradient {linearGradient} [id="surface"] [gradientUnits=objectBoundingBox] [start=(1,0)] [end=(1,1)]
     
    5151                  RenderSVGText {text} at (13,9) size 14x23 contains 1 chunk(s)
    5252                    RenderSVGInlineText {#text} at (0,0) size 14x23
    53                       chunk 1 (middle anchor) text run 1 at (13.30,27.00) startOffset 0 endOffset 1 width 13.39: "B"
     53                      chunk 1 (middle anchor) text run 1 at (13.30,27.00) startOffset 0 endOffset 1 width 13.40: "B"
    5454                RenderSVGContainer {a} at (127,0) size 128x128
    5555                  RenderSVGRect {rect} at (127,0) size 128x128 [stroke={[type=SOLID] [color=#FFCC33] [stroke width=2.00]}] [fill={[type=LINEAR-GRADIENT] [id="surface"]}] [x=41.00] [y=1.00] [width=38.00] [height=38.00]
    56                 RenderSVGContainer {a} at (0,159) size 128x129
    57                   RenderSVGPath {circle} at (0,159) size 128x129 [stroke={[type=SOLID] [color=#FFCC33] [stroke width=2.00]}] [fill={[type=LINEAR-GRADIENT] [id="surface"]}] [cx=20.00] [cy=70.00] [r=19.00]
     56                RenderSVGContainer {a} at (0,159) size 128x128
     57                  RenderSVGPath {circle} at (0,159) size 128x128 [stroke={[type=SOLID] [color=#FFCC33] [stroke width=2.00]}] [fill={[type=LINEAR-GRADIENT] [id="surface"]}] [cx=20.00] [cy=70.00] [r=19.00]
    5858                  RenderSVGText {text} at (13,59) size 14x23 contains 1 chunk(s)
    5959                    RenderSVGInlineText {#text} at (0,0) size 14x23
    60                       chunk 1 (middle anchor) text run 1 at (13.30,77.00) startOffset 0 endOffset 1 width 13.39: "C"
    61                 RenderSVGContainer {a} at (127,159) size 128x129
    62                   RenderSVGPath {circle} at (127,159) size 128x129 [stroke={[type=SOLID] [color=#FFCC33] [stroke width=2.00]}] [fill={[type=LINEAR-GRADIENT] [id="surface"]}] [cx=60.00] [cy=70.00] [r=19.00]
    63                 RenderSVGContainer {a} at (0,319) size 128x128
    64                   RenderSVGPath {circle} at (0,319) size 128x128 [stroke={[type=SOLID] [color=#FFCC33] [stroke width=2.00]}] [fill={[type=LINEAR-GRADIENT] [id="surface"]}] [cx=20.00] [cy=120.00] [r=19.00]
     60                      chunk 1 (middle anchor) text run 1 at (13.30,77.00) startOffset 0 endOffset 1 width 13.40: "C"
     61                RenderSVGContainer {a} at (127,159) size 128x128
     62                  RenderSVGPath {circle} at (127,159) size 128x128 [stroke={[type=SOLID] [color=#FFCC33] [stroke width=2.00]}] [fill={[type=LINEAR-GRADIENT] [id="surface"]}] [cx=60.00] [cy=70.00] [r=19.00]
     63                RenderSVGContainer {a} at (0,318) size 128x128
     64                  RenderSVGPath {circle} at (0,318) size 128x128 [stroke={[type=SOLID] [color=#FFCC33] [stroke width=2.00]}] [fill={[type=LINEAR-GRADIENT] [id="surface"]}] [cx=20.00] [cy=120.00] [r=19.00]
    6565                  RenderSVGText {text} at (12,109) size 15x23 contains 1 chunk(s)
    6666                    RenderSVGInlineText {#text} at (0,0) size 15x23
    67                       chunk 1 (middle anchor) text run 1 at (12.75,127.00) startOffset 0 endOffset 1 width 14.50: "D"
    68                 RenderSVGContainer {a} at (127,319) size 128x128
    69                   RenderSVGPath {circle} at (127,319) size 128x128 [stroke={[type=SOLID] [color=#FFCC33] [stroke width=2.00]}] [fill={[type=LINEAR-GRADIENT] [id="surface"]}] [cx=60.00] [cy=120.00] [r=19.00]
     67                      chunk 1 (middle anchor) text run 1 at (12.75,127.00) startOffset 0 endOffset 1 width 14.51: "D"
     68                RenderSVGContainer {a} at (127,318) size 128x128
     69                  RenderSVGPath {circle} at (127,318) size 128x128 [stroke={[type=SOLID] [color=#FFCC33] [stroke width=2.00]}] [fill={[type=LINEAR-GRADIENT] [id="surface"]}] [cx=60.00] [cy=120.00] [r=19.00]
    7070                  RenderSVGText {text} at (53,109) size 13x23 contains 1 chunk(s)
    7171                    RenderSVGInlineText {#text} at (0,0) size 13x23
    72                       chunk 1 (middle anchor) text run 1 at (53.87,127.00) startOffset 0 endOffset 1 width 12.26: "E"
    73           RenderBlock (floating) {div} at (255,128) size 255x447
     72                      chunk 1 (middle anchor) text run 1 at (53.86,127.00) startOffset 0 endOffset 1 width 12.27: "E"
     73          RenderBlock (floating) {div} at (255,128) size 255x446
    7474            RenderEmbeddedObject {object} at (0,0) size 255x255
    7575              layer at (0,0) size 255x255
     
    8686                      chunk 1 (middle anchor) text run 1 at (32.75,47.00) startOffset 0 endOffset 1 width 14.50: "K"
    8787            RenderBR {br} at (255,0) size 0x17
    88             RenderEmbeddedObject {object} at (0,255) size 255x192
    89               layer at (0,0) size 255x192
    90                 RenderView at (0,0) size 255x192
    91               layer at (0,0) size 255x192
    92                 RenderSVGRoot {svg} at (0,0) size 255x192
    93                   RenderSVGHiddenContainer {defs} at (0,0) size 0x0
    94                     RenderSVGResourceLinearGradient {linearGradient} [id="surface"] [gradientUnits=objectBoundingBox] [start=(1,0)] [end=(1,1)]
    95                       RenderSVGGradientStop {stop} [offset=0.00] [color=#FFFFFF]
    96                       RenderSVGGradientStop {stop} [offset=1.00] [color=#FFEEAA]
    97                   RenderSVGRect {rect} at (0,0) size 255x192 [stroke={[type=SOLID] [color=#FFCC33] [stroke width=2.00]}] [fill={[type=LINEAR-GRADIENT] [id="surface"]}] [x=1.00] [y=1.00] [width=78.00] [height=58.00]
     88            RenderEmbeddedObject {object} at (0,255) size 255x191
     89              layer at (0,0) size 255x191
     90                RenderView at (0,0) size 255x191
     91              layer at (0,0) size 255x191
     92                RenderSVGRoot {svg} at (0,0) size 255x191
     93                  RenderSVGHiddenContainer {defs} at (0,0) size 0x0
     94                    RenderSVGResourceLinearGradient {linearGradient} [id="surface"] [gradientUnits=objectBoundingBox] [start=(1,0)] [end=(1,1)]
     95                      RenderSVGGradientStop {stop} [offset=0.00] [color=#FFFFFF]
     96                      RenderSVGGradientStop {stop} [offset=1.00] [color=#FFEEAA]
     97                  RenderSVGRect {rect} at (0,0) size 255x191 [stroke={[type=SOLID] [color=#FFCC33] [stroke width=2.00]}] [fill={[type=LINEAR-GRADIENT] [id="surface"]}] [x=1.00] [y=1.00] [width=78.00] [height=58.00]
    9898                  RenderSVGText {text} at (36,19) size 8x23 contains 1 chunk(s)
    9999                    RenderSVGInlineText {#text} at (0,0) size 8x23
    100                       chunk 1 (middle anchor) text run 1 at (36.09,37.00) startOffset 0 endOffset 1 width 7.81: "J"
    101           RenderBlock (floating) {div} at (510,128) size 255x447
     100                      chunk 1 (middle anchor) text run 1 at (36.09,37.00) startOffset 0 endOffset 1 width 7.82: "J"
     101          RenderBlock (floating) {div} at (510,128) size 255x446
    102102            RenderEmbeddedObject {object} at (0,0) size 255x255
    103103              layer at (0,0) size 255x255
     
    129129                      RenderSVGInlineText {#text} at (0,0) size 15x23
    130130                        chunk 1 (middle anchor) text run 1 at (52.75,67.00) startOffset 0 endOffset 1 width 14.50: "O"
    131             RenderEmbeddedObject {object} at (0,255) size 255x192
    132               layer at (0,0) size 255x192
    133                 RenderView at (0,0) size 255x192
    134               layer at (0,0) size 255x192
    135                 RenderSVGRoot {svg} at (0,0) size 255x192
    136                   RenderSVGHiddenContainer {defs} at (0,0) size 0x0
    137                     RenderSVGResourceLinearGradient {linearGradient} [id="surface"] [gradientUnits=objectBoundingBox] [start=(1,0)] [end=(1,1)]
    138                       RenderSVGGradientStop {stop} [offset=0.00] [color=#FFFFFF]
    139                       RenderSVGGradientStop {stop} [offset=1.00] [color=#FFEEAA]
    140                   RenderSVGPath {ellipse} at (0,0) size 255x192 [stroke={[type=SOLID] [color=#FFCC33] [stroke width=2.00]}] [fill={[type=LINEAR-GRADIENT] [id="surface"]}] [cx=40.00] [cy=30.00] [rx=39.00] [ry=29.00]
     131            RenderEmbeddedObject {object} at (0,255) size 255x191
     132              layer at (0,0) size 255x191
     133                RenderView at (0,0) size 255x191
     134              layer at (0,0) size 255x191
     135                RenderSVGRoot {svg} at (0,0) size 255x191
     136                  RenderSVGHiddenContainer {defs} at (0,0) size 0x0
     137                    RenderSVGResourceLinearGradient {linearGradient} [id="surface"] [gradientUnits=objectBoundingBox] [start=(1,0)] [end=(1,1)]
     138                      RenderSVGGradientStop {stop} [offset=0.00] [color=#FFFFFF]
     139                      RenderSVGGradientStop {stop} [offset=1.00] [color=#FFEEAA]
     140                  RenderSVGPath {ellipse} at (0,0) size 255x191 [stroke={[type=SOLID] [color=#FFCC33] [stroke width=2.00]}] [fill={[type=LINEAR-GRADIENT] [id="surface"]}] [cx=40.00] [cy=30.00] [rx=39.00] [ry=29.00]
    141141                  RenderSVGText {text} at (32,19) size 15x23 contains 1 chunk(s)
    142142                    RenderSVGInlineText {#text} at (0,0) size 15x23
    143                       chunk 1 (middle anchor) text run 1 at (32.75,37.00) startOffset 0 endOffset 1 width 14.50: "Q"
    144           RenderEmbeddedObject {object} at (0,575) size 384x128
     143                      chunk 1 (middle anchor) text run 1 at (32.74,37.00) startOffset 0 endOffset 1 width 14.52: "Q"
     144          RenderEmbeddedObject {object} at (0,574) size 384x128
    145145            layer at (0,0) size 384x128
    146146              RenderView at (0,0) size 384x128
     
    155155                  RenderSVGInlineText {#text} at (0,0) size 12x23
    156156                    chunk 1 (middle anchor) text run 1 at (54.44,27.00) startOffset 0 endOffset 1 width 11.12: "F"
    157           RenderEmbeddedObject {object} at (384,575) size 384x128
     157          RenderEmbeddedObject {object} at (384,574) size 384x128
    158158            layer at (0,0) size 384x128
    159159              RenderView at (0,0) size 384x128
     
    168168                  RenderSVGInlineText {#text} at (0,0) size 7x23
    169169                    chunk 1 (middle anchor) text run 1 at (56.67,27.00) startOffset 0 endOffset 1 width 6.66: "I"
    170           RenderBlock (floating) {div} at (0,703) size 384x192
     170          RenderBlock (floating) {div} at (0,702) size 384x192
    171171            RenderEmbeddedObject {object} at (0,0) size 96x192
    172172              layer at (0,0) size 96x192
     
    192192                    RenderSVGInlineText {#text} at (0,0) size 15x23
    193193                      chunk 1 (middle anchor) text run 1 at (37.78,37.00) startOffset 0 endOffset 1 width 14.44: "G"
    194           RenderBlock (floating) {div} at (384,703) size 384x192
     194          RenderBlock (floating) {div} at (384,702) size 384x192
    195195            RenderEmbeddedObject {object} at (0,0) size 192x192
    196196              layer at (0,0) size 192x192
     
    219219                    RenderSVGInlineText {#text} at (0,0) size 14x23
    220220                      chunk 1 (middle anchor) text run 1 at (23.33,37.00) startOffset 0 endOffset 1 width 13.34: "R"
    221           RenderEmbeddedObject {object} at (0,895) size 192x128
     221          RenderEmbeddedObject {object} at (0,894) size 192x128
    222222            layer at (0,0) size 192x128
    223223              RenderView at (0,0) size 192x128
     
    229229                    RenderSVGGradientStop {stop} [offset=1.00] [color=#FFEEAA]
    230230                RenderSVGPath {ellipse} at (0,0) size 192x128 [stroke={[type=SOLID] [color=#FFCC33] [stroke width=2.00]}] [fill={[type=LINEAR-GRADIENT] [id="surface"]}] [cx=30.00] [cy=20.00] [rx=29.00] [ry=19.00]
    231           RenderEmbeddedObject {object} at (192,895) size 192x128
     231          RenderEmbeddedObject {object} at (192,894) size 192x128
    232232            layer at (0,0) size 192x128
    233233              RenderView at (0,0) size 192x128
     
    239239                    RenderSVGGradientStop {stop} [offset=1.00] [color=#FFEEAA]
    240240                RenderSVGPath {ellipse} at (0,0) size 192x128 [stroke={[type=SOLID] [color=#FFCC33] [stroke width=2.00]}] [fill={[type=LINEAR-GRADIENT] [id="surface"]}] [cx=30.00] [cy=20.00] [rx=29.00] [ry=19.00]
    241           RenderBlock (floating) {div} at (384,895) size 384x128
     241          RenderBlock (floating) {div} at (384,894) size 384x128
    242242            RenderEmbeddedObject {object} at (0,0) size 288x128
    243243              layer at (0,0) size 288x128
     
    266266                    RenderSVGInlineText {#text} at (0,0) size 13x23
    267267                      chunk 1 (middle anchor) text run 1 at (8.89,27.00) startOffset 0 endOffset 1 width 12.22: "T"
    268         RenderBlock {p} at (0,118) size 768x1041 [color=#FFFFFF]
     268        RenderBlock {p} at (0,118) size 768x1040 [color=#FFFFFF]
    269269          RenderBR {br} at (768,0) size 0x17
    270           RenderText {#text} at (0,1023) size 8x17
    271             text run at (0,1023) width 8: ".."
    272         RenderBlock {p} at (0,1175) size 768x54
     270          RenderText {#text} at (0,1022) size 8x17
     271            text run at (0,1022) width 8: ".."
     272        RenderBlock {p} at (0,1174) size 768x54
    273273          RenderText {#text} at (0,0) size 768x53
    274274            text run at (0,0) width 644: "Above, you should see a grid of 17 SVG child elements sticked together to build one rectangle grid. "
     
    291291          RenderText {#text} at (217,36) size 5x17
    292292            text run at (217,36) width 5: "."
    293         RenderBlock {p} at (0,1245) size 768x36
     293        RenderBlock {p} at (0,1244) size 768x36
    294294          RenderText {#text} at (0,0) size 763x35
    295295            text run at (0,0) width 763: "The test is successful, if all SVG elements resize exacly dependend on the width of the browser window, but keep their"
    296296            text run at (0,18) width 636: "aspect ratio and relative position. The complete grid should always show a perfect rectangle object."
    297         RenderBlock {p} at (0,1297) size 768x36
     297        RenderBlock {p} at (0,1296) size 768x36
    298298          RenderBR {br} at (0,0) size 0x17
    299299          RenderInline {a} at (0,0) size 33x17 [color=#0000EE]
  • trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug101674-expected.txt

    r101374 r105516  
    1 layer at (0,0) size 784x1560
     1layer at (0,0) size 784x1582
    22  RenderView at (0,0) size 784x600
    3 layer at (0,0) size 784x1560
    4   RenderBlock {HTML} at (0,0) size 784x1560
    5     RenderBody {BODY} at (8,8) size 768x1544
    6       RenderTable {TABLE} at (0,0) size 768x74 [border: (1px solid #000000)]
    7         RenderTableSection {TBODY} at (1,1) size 766x72
    8           RenderTableRow {TR} at (0,2) size 766x68
    9             RenderTableCell {TD} at (2,2) size 444x68 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
    10               RenderImage {IMG} at (2,2) size 88x64
    11               RenderImage {IMG} at (90,2) size 88x64
    12               RenderImage {IMG} at (178,2) size 88x64
    13               RenderImage {IMG} at (266,2) size 88x64
    14               RenderImage {IMG} at (354,2) size 88x64
     3layer at (0,0) size 784x1582
     4  RenderBlock {HTML} at (0,0) size 784x1582
     5    RenderBody {BODY} at (8,8) size 768x1566
     6      RenderTable {TABLE} at (0,0) size 768x75 [border: (1px solid #000000)]
     7        RenderTableSection {TBODY} at (1,1) size 766x73
     8          RenderTableRow {TR} at (0,2) size 766x69
     9            RenderTableCell {TD} at (2,2) size 444x69 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
     10              RenderImage {IMG} at (2,2) size 88x65
     11              RenderImage {IMG} at (90,2) size 88x65
     12              RenderImage {IMG} at (178,2) size 88x65
     13              RenderImage {IMG} at (266,2) size 88x65
     14              RenderImage {IMG} at (354,2) size 88x65
    1515            RenderTableCell {TD} at (448,25) size 316x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
    1616              RenderText {#text} at (2,2) size 160x17
    1717                text run at (2,2) width 160: "Nothing between images"
    18       RenderTable {TABLE} at (0,74) size 768x330 [border: (1px solid #000000)]
    19         RenderTableSection {TBODY} at (1,1) size 766x328
    20           RenderTableRow {TR} at (0,2) size 766x324
    21             RenderTableCell {TD} at (2,2) size 92x324 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
    22               RenderImage {IMG} at (2,2) size 88x64
     18      RenderTable {TABLE} at (0,75) size 768x335 [border: (1px solid #000000)]
     19        RenderTableSection {TBODY} at (1,1) size 766x333
     20          RenderTableRow {TR} at (0,2) size 766x329
     21            RenderTableCell {TD} at (2,2) size 92x329 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
     22              RenderImage {IMG} at (2,2) size 88x65
    2323              RenderText {#text} at (0,0) size 0x0
    24               RenderImage {IMG} at (2,66) size 88x64
     24              RenderImage {IMG} at (2,67) size 88x65
    2525              RenderText {#text} at (0,0) size 0x0
    26               RenderImage {IMG} at (2,130) size 88x64
     26              RenderImage {IMG} at (2,132) size 88x65
    2727              RenderText {#text} at (0,0) size 0x0
    28               RenderImage {IMG} at (2,194) size 88x64
     28              RenderImage {IMG} at (2,197) size 88x65
    2929              RenderText {#text} at (0,0) size 0x0
    30               RenderImage {IMG} at (2,258) size 88x64
    31             RenderTableCell {TD} at (96,153) size 668x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
     30              RenderImage {IMG} at (2,262) size 88x65
     31            RenderTableCell {TD} at (96,155) size 668x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
    3232              RenderText {#text} at (2,2) size 152x17
    3333                text run at (2,2) width 152: "Spaces between images"
    34       RenderTable {TABLE} at (0,404) size 768x330 [border: (1px solid #000000)]
    35         RenderTableSection {TBODY} at (1,1) size 766x328
    36           RenderTableRow {TR} at (0,2) size 766x324
    37             RenderTableCell {TD} at (2,2) size 92x324 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
    38               RenderImage {IMG} at (2,2) size 88x64
     34      RenderTable {TABLE} at (0,410) size 768x335 [border: (1px solid #000000)]
     35        RenderTableSection {TBODY} at (1,1) size 766x333
     36          RenderTableRow {TR} at (0,2) size 766x329
     37            RenderTableCell {TD} at (2,2) size 92x329 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
     38              RenderImage {IMG} at (2,2) size 88x65
    3939              RenderText {#text} at (0,0) size 0x0
    40               RenderImage {IMG} at (2,66) size 88x64
     40              RenderImage {IMG} at (2,67) size 88x65
    4141              RenderText {#text} at (0,0) size 0x0
    42               RenderImage {IMG} at (2,130) size 88x64
     42              RenderImage {IMG} at (2,132) size 88x65
    4343              RenderText {#text} at (0,0) size 0x0
    44               RenderImage {IMG} at (2,194) size 88x64
     44              RenderImage {IMG} at (2,197) size 88x65
    4545              RenderText {#text} at (0,0) size 0x0
    46               RenderImage {IMG} at (2,258) size 88x64
    47             RenderTableCell {TD} at (96,153) size 668x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
     46              RenderImage {IMG} at (2,262) size 88x65
     47            RenderTableCell {TD} at (96,155) size 668x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
    4848              RenderText {#text} at (2,2) size 168x17
    4949                text run at (2,2) width 168: "Newlines between images"
    50       RenderTable {TABLE} at (0,734) size 768x78 [border: (1px solid #000000)]
    51         RenderTableSection {TBODY} at (1,1) size 766x76
    52           RenderTableRow {TR} at (0,2) size 766x72
    53             RenderTableCell {TD} at (2,2) size 596x72 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
    54               RenderText {#text} at (2,52) size 27x17
    55                 text run at (2,52) width 27: "One"
    56               RenderImage {IMG} at (29,2) size 88x64
    57               RenderText {#text} at (116,52) size 30x17
    58                 text run at (116,52) width 30: "Two"
    59               RenderImage {IMG} at (146,2) size 88x64
    60               RenderText {#text} at (233,52) size 39x17
    61                 text run at (233,52) width 39: "Three"
    62               RenderImage {IMG} at (271,2) size 88x64
    63               RenderText {#text} at (359,52) size 31x17
    64                 text run at (359,52) width 31: "Four"
    65               RenderImage {IMG} at (390,2) size 88x64
    66               RenderText {#text} at (477,52) size 29x17
    67                 text run at (477,52) width 29: "Five"
    68               RenderImage {IMG} at (506,2) size 88x64
     50      RenderTable {TABLE} at (0,745) size 768x79 [border: (1px solid #000000)]
     51        RenderTableSection {TBODY} at (1,1) size 766x77
     52          RenderTableRow {TR} at (0,2) size 766x73
     53            RenderTableCell {TD} at (2,2) size 596x73 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
     54              RenderText {#text} at (2,53) size 27x17
     55                text run at (2,53) width 27: "One"
     56              RenderImage {IMG} at (29,2) size 88x65
     57              RenderText {#text} at (116,53) size 30x17
     58                text run at (116,53) width 30: "Two"
     59              RenderImage {IMG} at (146,2) size 88x65
     60              RenderText {#text} at (233,53) size 39x17
     61                text run at (233,53) width 39: "Three"
     62              RenderImage {IMG} at (271,2) size 88x65
     63              RenderText {#text} at (359,53) size 31x17
     64                text run at (359,53) width 31: "Four"
     65              RenderImage {IMG} at (390,2) size 88x65
     66              RenderText {#text} at (477,53) size 29x17
     67                text run at (477,53) width 29: "Five"
     68              RenderImage {IMG} at (506,2) size 88x65
    6969            RenderTableCell {TD} at (600,27) size 164x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
    7070              RenderText {#text} at (2,2) size 136x17
    7171                text run at (2,2) width 136: "Text between images"
    72       RenderTable {TABLE} at (0,812) size 768x364 [border: (1px solid #000000)]
    73         RenderTableSection {TBODY} at (1,1) size 766x362
    74           RenderTableRow {TR} at (0,2) size 766x358
    75             RenderTableCell {TD} at (2,2) size 130x358 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
     72      RenderTable {TABLE} at (0,824) size 768x369 [border: (1px solid #000000)]
     73        RenderTableSection {TBODY} at (1,1) size 766x367
     74          RenderTableRow {TR} at (0,2) size 766x363
     75            RenderTableCell {TD} at (2,2) size 130x363 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
    7676              RenderText {#text} at (2,2) size 27x17
    7777                text run at (2,2) width 27: "One"
    78               RenderImage {IMG} at (2,20) size 88x64
    79               RenderText {#text} at (90,70) size 30x17
    80                 text run at (90,70) width 30: "Two"
    81               RenderImage {IMG} at (2,88) size 88x64
    82               RenderText {#text} at (90,138) size 38x17
    83                 text run at (90,138) width 38: "Three"
    84               RenderImage {IMG} at (2,156) size 88x64
    85               RenderText {#text} at (90,206) size 31x17
    86                 text run at (90,206) width 31: "Four"
    87               RenderImage {IMG} at (2,224) size 88x64
    88               RenderText {#text} at (90,274) size 29x17
    89                 text run at (90,274) width 29: "Five"
    90               RenderImage {IMG} at (2,292) size 88x64
    91             RenderTableCell {TD} at (134,170) size 630x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
     78              RenderImage {IMG} at (2,20) size 88x65
     79              RenderText {#text} at (90,71) size 30x17
     80                text run at (90,71) width 30: "Two"
     81              RenderImage {IMG} at (2,89) size 88x65
     82              RenderText {#text} at (90,140) size 38x17
     83                text run at (90,140) width 38: "Three"
     84              RenderImage {IMG} at (2,158) size 88x65
     85              RenderText {#text} at (90,209) size 31x17
     86                text run at (90,209) width 31: "Four"
     87              RenderImage {IMG} at (2,227) size 88x65
     88              RenderText {#text} at (90,278) size 29x17
     89                text run at (90,278) width 29: "Five"
     90              RenderImage {IMG} at (2,296) size 88x65
     91            RenderTableCell {TD} at (134,172) size 630x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
    9292              RenderText {#text} at (2,2) size 215x17
    9393                text run at (2,2) width 215: "Text with spaces between images"
    94       RenderTable {TABLE} at (0,1176) size 768x368 [border: (1px solid #000000)]
    95         RenderTableSection {TBODY} at (1,1) size 766x366
    96           RenderTableRow {TR} at (0,2) size 766x362
    97             RenderTableCell {TD} at (2,2) size 138x362 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
    98               RenderText {#text} at (2,2) size 27x85
     94      RenderTable {TABLE} at (0,1193) size 768x373 [border: (1px solid #000000)]
     95        RenderTableSection {TBODY} at (1,1) size 766x371
     96          RenderTableRow {TR} at (0,2) size 766x367
     97            RenderTableCell {TD} at (2,2) size 138x367 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
     98              RenderText {#text} at (2,2) size 27x86
    9999                text run at (2,2) width 27: "One"
    100                 text run at (2,70) width 12: "A"
    101               RenderImage {IMG} at (14,20) size 88x64
    102               RenderText {#text} at (101,70) size 129x85
    103                 text run at (101,70) width 30: "Two"
    104                 text run at (2,138) width 8: "b"
    105               RenderImage {IMG} at (10,88) size 88x64
    106               RenderText {#text} at (98,138) size 134x85
    107                 text run at (98,138) width 38: "Three"
    108                 text run at (2,206) width 8: "c"
    109               RenderImage {IMG} at (9,156) size 88x64
    110               RenderText {#text} at (97,206) size 126x85
    111                 text run at (97,206) width 31: "Four"
    112                 text run at (2,274) width 8: "d"
    113               RenderImage {IMG} at (10,224) size 88x64
    114               RenderText {#text} at (98,274) size 125x85
    115                 text run at (98,274) width 29: "Five"
    116                 text run at (2,342) width 8: "e"
    117               RenderImage {IMG} at (9,292) size 88x64
    118             RenderTableCell {TD} at (142,172) size 622x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
     100                text run at (2,71) width 12: "A"
     101              RenderImage {IMG} at (14,20) size 88x65
     102              RenderText {#text} at (101,71) size 129x86
     103                text run at (101,71) width 30: "Two"
     104                text run at (2,140) width 8: "b"
     105              RenderImage {IMG} at (10,89) size 88x65
     106              RenderText {#text} at (98,140) size 134x86
     107                text run at (98,140) width 38: "Three"
     108                text run at (2,209) width 8: "c"
     109              RenderImage {IMG} at (9,158) size 88x65
     110              RenderText {#text} at (97,209) size 126x86
     111                text run at (97,209) width 31: "Four"
     112                text run at (2,278) width 8: "d"
     113              RenderImage {IMG} at (10,227) size 88x65
     114              RenderText {#text} at (98,278) size 125x86
     115                text run at (98,278) width 29: "Five"
     116                text run at (2,347) width 8: "e"
     117              RenderImage {IMG} at (9,296) size 88x65
     118            RenderTableCell {TD} at (142,174) size 622x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
    119119              RenderText {#text} at (2,2) size 307x17
    120120                text run at (2,2) width 307: "Text with spaces and more text between images"
  • trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug86708-expected.txt

    r101374 r105516  
    44  RenderBlock {HTML} at (0,0) size 800x600
    55    RenderBody {BODY} at (8,8) size 784x584
    6       RenderTable {TABLE} at (0,0) size 750x235 [border: (2px outset #808080)]
    7         RenderTableSection {TBODY} at (2,2) size 746x231
    8           RenderTableRow {TR} at (0,0) size 746x211
    9             RenderTableCell {TD} at (0,0) size 476x211 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
     6      RenderTable {TABLE} at (0,0) size 750x236 [border: (2px outset #808080)]
     7        RenderTableSection {TBODY} at (2,2) size 746x232
     8          RenderTableRow {TR} at (0,0) size 746x212
     9            RenderTableCell {TD} at (0,0) size 476x212 [bgcolor=#FF0000] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
    1010              RenderInline {A} at (0,0) size 286x17 [color=#0000EE]
    11                 RenderImage {IMG} at (1,1) size 286x209
     11                RenderImage {IMG} at (1,1) size 286x210
    1212            RenderTableCell {TD} at (476,0) size 270x20 [bgcolor=#FFFF00] [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
    1313              RenderText {#text} at (1,1) size 170x17
    1414                text run at (1,1) width 170: "ROWSPAN =2 in this cell"
    15           RenderTableRow {TR} at (0,211) size 746x20
    16             RenderTableCell {TD} at (0,211) size 476x20 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
     15          RenderTableRow {TR} at (0,212) size 746x20
     16            RenderTableCell {TD} at (0,212) size 476x20 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
    1717              RenderBlock {P} at (1,1) size 474x18
    1818                RenderText {#text} at (0,0) size 302x17
  • trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/97619-expected.txt

    r101375 r105516  
    44  RenderBlock {HTML} at (0,0) size 800x600
    55    RenderBody {BODY} at (8,8) size 784x584
    6       RenderTable {TABLE} at (0,0) size 784x120 [border: (1px outset #808080)]
    7         RenderTableSection {TBODY} at (1,1) size 782x118
    8           RenderTableRow {TR} at (0,2) size 782x114
    9             RenderTableCell {TD} at (2,2) size 76x114 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
     6      RenderTable {TABLE} at (0,0) size 784x121 [border: (1px outset #808080)]
     7        RenderTableSection {TBODY} at (1,1) size 782x119
     8          RenderTableRow {TR} at (0,2) size 782x115
     9            RenderTableCell {TD} at (2,2) size 76x115 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
    1010              RenderText {#text} at (2,2) size 72x71
    1111                text run at (2,2) width 60: "check for"
     
    1313                text run at (2,38) width 14: "of"
    1414                text run at (2,56) width 72: "whitespace"
    15               RenderImage {IMG} at (2,74) size 20x16
    16               RenderText {#text} at (22,76) size 69x35
    17                 text run at (22,76) width 49: " around"
    18                 text run at (2,94) width 63: "the image"
     15              RenderImage {IMG} at (2,74) size 20x17
     16              RenderText {#text} at (22,77) size 69x35
     17                text run at (22,77) width 49: " around"
     18                text run at (2,95) width 63: "the image"
    1919            RenderTableCell {TD} at (80,48) size 700x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
    2020              RenderText {#text} at (2,2) size 12x17
    2121                text run at (2,2) width 12: "X"
    22       RenderBlock {HR} at (0,128) size 77x2 [border: (1px inset #000000)]
    23       RenderTable {TABLE} at (0,138) size 784x152 [border: (1px outset #808080)]
    24         RenderTableSection {TBODY} at (1,1) size 782x150
    25           RenderTableRow {TR} at (0,2) size 782x146
    26             RenderTableCell {TD} at (2,2) size 24x146 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
     22      RenderBlock {HR} at (0,129) size 77x2 [border: (1px inset #000000)]
     23      RenderTable {TABLE} at (0,139) size 784x153 [border: (1px outset #808080)]
     24        RenderTableSection {TBODY} at (1,1) size 782x151
     25          RenderTableRow {TR} at (0,2) size 782x147
     26            RenderTableCell {TD} at (2,2) size 24x147 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
    2727              RenderText {#text} at (2,2) size 16x71
    2828                text run at (2,2) width 15: "aa"
     
    3030                text run at (2,38) width 15: "cc"
    3131                text run at (2,56) width 16: "dd"
    32               RenderImage {IMG} at (2,74) size 20x16
    33               RenderText {#text} at (2,90) size 16x53
    34                 text run at (2,90) width 15: "ee"
    35                 text run at (2,108) width 11: "ff"
    36                 text run at (2,126) width 16: "gg"
     32              RenderImage {IMG} at (2,74) size 20x17
     33              RenderText {#text} at (2,91) size 16x53
     34                text run at (2,91) width 15: "ee"
     35                text run at (2,109) width 11: "ff"
     36                text run at (2,127) width 16: "gg"
    3737            RenderTableCell {TD} at (28,64) size 752x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
    3838              RenderText {#text} at (2,2) size 12x17
    3939                text run at (2,2) width 12: "X"
    40       RenderBlock {HR} at (0,298) size 77x2 [border: (1px inset #000000)]
    41       RenderTable {TABLE} at (0,308) size 784x48 [border: (1px outset #808080)]
    42         RenderTableSection {TBODY} at (1,1) size 782x46
    43           RenderTableRow {TR} at (0,2) size 782x42
    44             RenderTableCell {TD} at (2,2) size 217x42 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
     40      RenderBlock {HR} at (0,300) size 77x2 [border: (1px inset #000000)]
     41      RenderTable {TABLE} at (0,310) size 784x49 [border: (1px outset #808080)]
     42        RenderTableSection {TBODY} at (1,1) size 782x47
     43          RenderTableRow {TR} at (0,2) size 782x43
     44            RenderTableCell {TD} at (2,2) size 217x43 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
    4545              RenderText {#text} at (2,2) size 213x17
    4646                text run at (2,2) width 213: "checkforhandlingofnowhitespace"
    47               RenderImage {IMG} at (2,20) size 20x16
    48               RenderText {#text} at (22,22) size 108x17
    49                 text run at (22,22) width 108: " aroundtheimage"
     47              RenderImage {IMG} at (2,20) size 20x17
     48              RenderText {#text} at (22,23) size 108x17
     49                text run at (22,23) width 108: " aroundtheimage"
    5050            RenderTableCell {TD} at (221,12) size 559x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
    5151              RenderText {#text} at (2,2) size 12x17
    5252                text run at (2,2) width 12: "X"
    53       RenderBlock {HR} at (0,364) size 77x2 [border: (1px inset #000000)]
    54       RenderTable {TABLE} at (0,374) size 784x30 [border: (1px outset #808080)]
    55         RenderTableSection {TBODY} at (1,1) size 782x28
    56           RenderTableRow {TR} at (0,2) size 782x24
    57             RenderTableCell {TD} at (2,2) size 340x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
    58               RenderText {#text} at (2,4) size 213x17
    59                 text run at (2,4) width 213: "checkforhandlingofnowhitespace"
    60               RenderImage {IMG} at (214,2) size 20x16
    61               RenderText {#text} at (234,4) size 104x17
    62                 text run at (234,4) width 104: "aroundtheimage"
     53      RenderBlock {HR} at (0,367) size 77x2 [border: (1px inset #000000)]
     54      RenderTable {TABLE} at (0,377) size 784x31 [border: (1px outset #808080)]
     55        RenderTableSection {TBODY} at (1,1) size 782x29
     56          RenderTableRow {TR} at (0,2) size 782x25
     57            RenderTableCell {TD} at (2,2) size 340x25 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
     58              RenderText {#text} at (2,5) size 213x17
     59                text run at (2,5) width 213: "checkforhandlingofnowhitespace"
     60              RenderImage {IMG} at (214,2) size 20x17
     61              RenderText {#text} at (234,5) size 104x17
     62                text run at (234,5) width 104: "aroundtheimage"
    6363            RenderTableCell {TD} at (344,3) size 436x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
    6464              RenderText {#text} at (2,2) size 12x17
Note: See TracChangeset for help on using the changeset viewer.