Changeset 182792 in webkit


Ignore:
Timestamp:
Apr 14, 2015 6:08:23 AM (9 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Gardening: Rebaseline tests after r182620
https://bugs.webkit.org/show_bug.cgi?id=143700

Unreviewed.

This revision updates some tests after changing the way <br> is
rendered. We need to change the GTK+ expectations for these tests.

Patch by Marcos Chavarría Teijeiro <chavarria1991@gmail.com> on 2015-04-14

  • platform/gtk/fast/css/text-overflow-ellipsis-bidi-expected.txt:
  • platform/gtk/fast/dom/focus-contenteditable-expected.txt:
  • platform/gtk/fast/forms/listbox-hit-test-zoomed-expected.png:
  • platform/gtk/fast/forms/listbox-hit-test-zoomed-expected.txt:
  • platform/gtk/fast/forms/range/slider-padding-expected.txt:
  • platform/gtk/fast/forms/textarea-scroll-height-expected.txt:
  • platform/gtk/fast/parser/open-comment-in-textarea-expected.txt:
  • platform/gtk/fast/text/international/bidi-layout-across-linebreak-expected.txt:
  • platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt:
  • platform/gtk/http/tests/navigation/postredirect-basic-expected.txt:
  • platform/gtk/http/tests/navigation/postredirect-goback1-expected.txt:
  • platform/gtk/svg/wicd/test-rightsizing-b-expected.txt:
  • platform/gtk/tables/mozilla/bugs/bug106795-expected.txt:
  • platform/gtk/tables/mozilla/bugs/bug1224-expected.txt:
  • platform/gtk/tables/mozilla/bugs/bug131020-expected.txt:
  • platform/gtk/tables/mozilla/bugs/bug131020_iframe-expected.txt:
  • platform/gtk/tables/mozilla/bugs/bug1430-expected.txt:
  • platform/gtk/tables/mozilla/bugs/bug16252-expected.txt:
  • platform/gtk/tables/mozilla/bugs/bug19599-expected.txt:
  • platform/gtk/tables/mozilla/bugs/bug20579-expected.txt:
  • platform/gtk/tables/mozilla/bugs/bug32205-3-expected.txt:
  • platform/gtk/tables/mozilla/bugs/bug82946-2-expected.txt:
  • platform/gtk/tables/mozilla/bugs/bug92143-expected.txt:
  • platform/gtk/tables/mozilla/marvin/tables_cellpadding-expected.txt:
  • platform/gtk/tables/mozilla/marvin/tables_cellspacing-expected.txt:
  • platform/gtk/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
  • platform/gtk/tables/mozilla_expected_failures/bugs/bug1262-expected.txt:
  • platform/gtk/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
  • platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt:
Location:
trunk/LayoutTests
Files:
30 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r182783 r182792  
     12015-04-14  Marcos Chavarría Teijeiro  <chavarria1991@gmail.com>
     2
     3        [GTK] Gardening: Rebaseline tests after r182620
     4        https://bugs.webkit.org/show_bug.cgi?id=143700
     5
     6        Unreviewed.
     7
     8        This revision updates some tests after changing the way <br> is
     9        rendered. We need to change the GTK+ expectations for these tests.
     10
     11        * platform/gtk/fast/css/text-overflow-ellipsis-bidi-expected.txt:
     12        * platform/gtk/fast/dom/focus-contenteditable-expected.txt:
     13        * platform/gtk/fast/forms/listbox-hit-test-zoomed-expected.png:
     14        * platform/gtk/fast/forms/listbox-hit-test-zoomed-expected.txt:
     15        * platform/gtk/fast/forms/range/slider-padding-expected.txt:
     16        * platform/gtk/fast/forms/textarea-scroll-height-expected.txt:
     17        * platform/gtk/fast/parser/open-comment-in-textarea-expected.txt:
     18        * platform/gtk/fast/text/international/bidi-layout-across-linebreak-expected.txt:
     19        * platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt:
     20        * platform/gtk/http/tests/navigation/postredirect-basic-expected.txt:
     21        * platform/gtk/http/tests/navigation/postredirect-goback1-expected.txt:
     22        * platform/gtk/svg/wicd/test-rightsizing-b-expected.txt:
     23        * platform/gtk/tables/mozilla/bugs/bug106795-expected.txt:
     24        * platform/gtk/tables/mozilla/bugs/bug1224-expected.txt:
     25        * platform/gtk/tables/mozilla/bugs/bug131020-expected.txt:
     26        * platform/gtk/tables/mozilla/bugs/bug131020_iframe-expected.txt:
     27        * platform/gtk/tables/mozilla/bugs/bug1430-expected.txt:
     28        * platform/gtk/tables/mozilla/bugs/bug16252-expected.txt:
     29        * platform/gtk/tables/mozilla/bugs/bug19599-expected.txt:
     30        * platform/gtk/tables/mozilla/bugs/bug20579-expected.txt:
     31        * platform/gtk/tables/mozilla/bugs/bug32205-3-expected.txt:
     32        * platform/gtk/tables/mozilla/bugs/bug82946-2-expected.txt:
     33        * platform/gtk/tables/mozilla/bugs/bug92143-expected.txt:
     34        * platform/gtk/tables/mozilla/marvin/tables_cellpadding-expected.txt:
     35        * platform/gtk/tables/mozilla/marvin/tables_cellspacing-expected.txt:
     36        * platform/gtk/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
     37        * platform/gtk/tables/mozilla_expected_failures/bugs/bug1262-expected.txt:
     38        * platform/gtk/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
     39        * platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt:
     40
    1412015-04-14  Youenn Fablet  <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
    242
  • trunk/LayoutTests/platform/gtk/fast/css/text-overflow-ellipsis-bidi-expected.txt

    r148822 r182792  
    1010        RenderText {#text} at (0,17) size 541x17
    1111          text run at (0,17) width 541: "The ellipsis should appear on the left for the RTL case and on the right for LTR case. "
    12         RenderBR {BR} at (0,0) size 0x0
     12        RenderBR {BR} at (541,17) size 0x17
    1313        RenderBR {BR} at (0,34) size 0x17
    1414        RenderText {#text} at (0,51) size 62x17
  • trunk/LayoutTests/platform/gtk/fast/dom/focus-contenteditable-expected.txt

    r148822 r182792  
    77        RenderText {#text} at (0,0) size 499x17
    88          text run at (0,0) width 499: "This test will try to call focus() on a contenteditable div, and then a normal div. "
    9         RenderBR {BR} at (0,0) size 0x0
     9        RenderBR {BR} at (499,14) size 0x0
    1010        RenderText {#text} at (0,17) size 373x17
    1111          text run at (0,17) width 373: "The window should scroll to reveal the contenteditable div."
  • trunk/LayoutTests/platform/gtk/fast/forms/listbox-hit-test-zoomed-expected.txt

    r148821 r182792  
    2121          RenderText {#text} at (0,0) size 1150x18
    2222            text run at (0,0) width 1150: "     Expected: false,false,false,false,false,false,true,false,false,false,false,false,false,false,false,false,false"
    23           RenderBR {BR} at (0,0) size 0x0
     23          RenderBR {BR} at (1150,13) size 0x0
    2424          RenderText {#text} at (0,18) size 1130x18
    2525            text run at (0,18) width 1130: "     Actual: false,false,false,false,true,false,false,false,false,false,false,false,false,false,false,false,false"
  • trunk/LayoutTests/platform/gtk/fast/forms/range/slider-padding-expected.txt

    r148821 r182792  
    77        RenderText {#text} at (0,0) size 321x17
    88          text run at (0,0) width 321: "This tests that the slider control considers padding. "
    9         RenderBR {BR} at (0,0) size 0x0
     9        RenderBR {BR} at (321,14) size 0x0
    1010      RenderBlock {DIV} at (0,17) size 784x38 [bgcolor=#ADD8E6]
    1111        RenderSlider {INPUT} at (2,2) size 100x34 [color=#909090] [bgcolor=#FFFFFF]
  • trunk/LayoutTests/platform/gtk/fast/forms/textarea-scroll-height-expected.txt

    r148821 r182792  
    1313      RenderText {#text} at (0,0) size 107x391
    1414        text run at (0,0) width 107: "Lots of content."
    15         text run at (107,0) width 0: " "
    1615        text run at (0,17) width 107: "Lots of content."
    17         text run at (107,17) width 0: " "
    1816        text run at (0,34) width 107: "Lots of content."
    19         text run at (107,34) width 0: " "
    2017        text run at (0,51) width 107: "Lots of content."
    21         text run at (107,51) width 0: " "
    2218        text run at (0,68) width 0: " "
    2319        text run at (0,85) width 107: "Lots of content."
    24         text run at (107,85) width 0: " "
    2520        text run at (0,102) width 107: "Lots of content."
    26         text run at (107,102) width 0: " "
    2721        text run at (0,119) width 0: " "
    2822        text run at (0,136) width 107: "Lots of content."
    29         text run at (107,136) width 0: " "
    3023        text run at (0,153) width 107: "Lots of content."
    31         text run at (107,153) width 0: " "
    3224        text run at (0,170) width 0: " "
    3325        text run at (0,187) width 107: "Lots of content."
    34         text run at (107,187) width 0: " "
    3526        text run at (0,204) width 107: "Lots of content."
    36         text run at (107,204) width 0: " "
    3727        text run at (0,221) width 0: " "
    3828        text run at (0,238) width 107: "Lots of content."
    39         text run at (107,238) width 0: " "
    4029        text run at (0,255) width 107: "Lots of content."
    41         text run at (107,255) width 0: " "
    4230        text run at (0,272) width 0: " "
    4331        text run at (0,289) width 107: "Lots of content."
    44         text run at (107,289) width 0: " "
    4532        text run at (0,306) width 107: "Lots of content."
    46         text run at (107,306) width 0: " "
    4733        text run at (0,323) width 0: " "
    4834        text run at (0,340) width 107: "Lots of content."
    49         text run at (107,340) width 0: " "
    5035        text run at (0,357) width 107: "Lots of content."
    51         text run at (107,357) width 0: " "
    5236        text run at (0,374) width 0: " "
    5337      RenderBR {BR} at (0,391) size 0x17
  • trunk/LayoutTests/platform/gtk/fast/parser/open-comment-in-textarea-expected.txt

    r148818 r182792  
    99  RenderTextControl {TEXTAREA} at (2,2) size 201x40 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    1010    RenderBlock {DIV} at (3,3) size 180x68
    11       RenderText {#text} at (0,0) size 180x51
     11      RenderText {#text} at (0,0) size 179x51
    1212        text run at (0,0) width 23: "<!--"
    13         text run at (23,0) width 0: " "
    1413        text run at (0,17) width 179: "This should be part of the"
    15         text run at (179,17) width 1: " "
    1614        text run at (0,34) width 61: "textarea."
    17         text run at (61,34) width 0: " "
    1815      RenderBR {BR} at (0,51) size 0x17
  • trunk/LayoutTests/platform/gtk/fast/text/international/bidi-layout-across-linebreak-expected.txt

    r148815 r182792  
    164164              RenderText {#text} at (3,3) size 18x17
    165165                text run at (3,3) width 18: "a ("
    166               RenderBR {BR} at (21,17) size 0x0
     166              RenderBR {BR} at (21,3) size 0x17
    167167              RenderText {#text} at (3,20) size 17x17
    168168                text run at (3,20) width 17: "] b"
  • trunk/LayoutTests/platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt

    r162802 r182792  
    109109              RenderText {#text} at (0,0) size 234x17
    110110                text run at (0,0) width 234: "More initial text before user input."
    111                 text run at (234,0) width 0: " "
    112111              RenderBR {BR} at (0,17) size 0x17
    113112      RenderFrame {FRAME} at (0,540) size 800x60
  • trunk/LayoutTests/platform/gtk/http/tests/navigation/postredirect-basic-expected.txt

    r148815 r182792  
    77        text run at (0,0) width 747: "This is just a minimal page that we navigate in response to"
    88        text run at (0,36) width 222: "an HTTP POST. "
    9       RenderBR {BR} at (0,0) size 0x0
     9      RenderBR {BR} at (222,65) size 0x0
    1010      RenderBR {BR} at (0,72) size 0x36
    1111      RenderText {#text} at (0,108) size 763x108
     
    1414        text run at (178,144) width 585: "a mistake and requested this page with a GET"
    1515        text run at (0,180) width 436: "with no query instead of a POST. "
    16       RenderBR {BR} at (0,0) size 0x0
     16      RenderBR {BR} at (436,209) size 0x0
    1717      RenderBR {BR} at (0,216) size 0x36
    1818      RenderText {#text} at (0,252) size 709x36
    1919        text run at (0,252) width 709: "The first text field contained: New form text from user "
    20       RenderBR {BR} at (0,0) size 0x0
     20      RenderBR {BR} at (709,281) size 0x0
    2121      RenderText {#text} at (0,288) size 575x36
    2222        text run at (0,288) width 575: "This page was requested with an HTTP GET"
  • trunk/LayoutTests/platform/gtk/http/tests/navigation/postredirect-goback1-expected.txt

    r148815 r182792  
    77        text run at (0,0) width 747: "This is just a minimal page that we navigate in response to"
    88        text run at (0,36) width 222: "an HTTP POST. "
    9       RenderBR {BR} at (0,0) size 0x0
     9      RenderBR {BR} at (222,65) size 0x0
    1010      RenderBR {BR} at (0,72) size 0x36
    1111      RenderText {#text} at (0,108) size 763x108
     
    1414        text run at (178,144) width 585: "a mistake and requested this page with a GET"
    1515        text run at (0,180) width 436: "with no query instead of a POST. "
    16       RenderBR {BR} at (0,0) size 0x0
     16      RenderBR {BR} at (436,209) size 0x0
    1717      RenderBR {BR} at (0,216) size 0x36
    1818      RenderText {#text} at (0,252) size 709x36
    1919        text run at (0,252) width 709: "The first text field contained: New form text from user "
    20       RenderBR {BR} at (0,0) size 0x0
     20      RenderBR {BR} at (709,281) size 0x0
    2121      RenderText {#text} at (0,288) size 575x36
    2222        text run at (0,288) width 575: "This page was requested with an HTTP GET"
  • trunk/LayoutTests/platform/gtk/svg/wicd/test-rightsizing-b-expected.txt

    r168369 r182792  
    7171            text run at (0,0) width 627: "Above there must be four times the same, square SVG child visible, each referenced by an object element with"
    7272            text run at (0,15) width 360: "different widths (40%, 20%, 10%, 5%) and no height defined. "
    73           RenderBR {br} at (0,0) size 0x0
     73          RenderBR {br} at (360,15) size 0x15
    7474          RenderBR {br} at (0,30) size 0x15
    7575          RenderText {#text} at (0,45) size 373x15
  • trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug106795-expected.txt

    r148811 r182792  
    88          RenderTableRow {TR} at (0,0) size 781x37
    99            RenderTableCell {TD} at (0,9) size 781x19 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
    10               RenderBR {BR} at (1,1) size 0x17
     10              RenderBR {BR} at (1,10) size 0x17
    1111          RenderTableRow {TR} at (0,37) size 781x5
    1212            RenderTableCell {TD} at (0,37) size 781x5 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
     
    1414          RenderTableRow {TR} at (0,42) size 781x38
    1515            RenderTableCell {TD} at (0,51) size 781x19 [bgcolor=#CC0000] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
    16               RenderBR {BR} at (1,1) size 0x17
     16              RenderBR {BR} at (1,10) size 0x17
  • trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug1224-expected.txt

    r148811 r182792  
    1616              RenderText {#text} at (2,2) size 78x17
    1717                text run at (2,2) width 78: "img-features"
    18               RenderBR {BR} at (80,16) size 0x0
     18              RenderBR {BR} at (80,19) size 0x0
    1919              RenderText {#text} at (2,19) size 82x17
    2020                text run at (2,19) width 82: "img-holidays"
    21               RenderBR {BR} at (84,33) size 0x0
     21              RenderBR {BR} at (84,36) size 0x0
    2222          RenderTableRow {TR} at (0,25) size 189x21
    2323            RenderTableCell {TD} at (2,25) size 97x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
  • trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug131020-expected.txt

    r159017 r182792  
    9797                                          text run at (39,35) width 206: "admin.cgi erneuern, hier kommt "
    9898                                          text run at (244,35) width 441: "noch das Password-Manager-Script dazu, sollte jetzt alles sicher sein! "
    99                                         RenderBR {BR} at (0,0) size 0x0
     99                                        RenderBR {BR} at (684,49) size 1x0
    100100                                    RenderTableRow {TR} at (0,371) size 724x104
    101101                                      RenderTableCell {TD} at (0,371) size 724x104 [border: (1px solid #000000)] [r=7 c=0 rs=1 cs=1]
  • trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug131020_iframe-expected.txt

    r148811 r182792  
    8383                  text run at (82,35) width 139: "erneuern, hier kommt "
    8484                  text run at (221,35) width 440: "noch das Password-Manager-Script dazu, sollte jetzt alles sicher sein! "
    85                 RenderBR {BR} at (0,0) size 0x0
     85                RenderBR {BR} at (661,49) size 0x0
    8686            RenderTableRow {TR} at (0,371) size 743x104
    8787              RenderTableCell {TD} at (0,371) size 743x104 [border: (1px solid #000000)] [r=7 c=0 rs=1 cs=1]
  • trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug1430-expected.txt

    r148811 r182792  
    2222          text run at (54,85) width 442: "It's as though NGLayout thinks the Imagemap areas are located a few "
    2323          text run at (496,85) width 164: "hundred pixels to the left. "
    24         RenderBR {BR} at (0,0) size 0x0
     24        RenderBR {BR} at (660,99) size 0x0
    2525      RenderTable {TABLE} at (0,102) size 644x63
    2626        RenderTableSection {TBODY} at (0,0) size 644x63
  • trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug16252-expected.txt

    r148811 r182792  
    2626                        RenderTableRow {TR} at (0,21) size 260x261
    2727                          RenderTableCell {TD} at (0,141) size 6x21 [bgcolor=#FFFFFF] [r=1 c=0 rs=1 cs=1]
    28                             RenderBR {BR} at (2,2) size 0x17
     28                            RenderBR {BR} at (2,122) size 0x17
    2929                          RenderTableCell {TD} at (6,21) size 254x261 [r=1 c=1 rs=1 cs=1]
    3030                            RenderTable {TABLE} at (2,2) size 250x240
  • trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug19599-expected.txt

    r148811 r182792  
    77        RenderText {#text} at (0,0) size 728x17
    88          text run at (0,0) width 728: "The INPUT element using the IMAGE attribute is used to load the image in the table. This image flows outside the "
    9         RenderBR {BR} at (0,0) size 0x0
     9        RenderBR {BR} at (728,14) size 0x0
    1010        RenderText {#text} at (0,17) size 275x17
    1111          text run at (0,17) width 275: "the table after the window has been resized."
  • trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug20579-expected.txt

    r148811 r182792  
    3030              RenderImage {IMG} at (0,0) size 1x50
    3131            RenderTableCell {TD} at (50,16) size 734x17 [r=0 c=2 rs=1 cs=1]
    32               RenderBR {BR} at (0,0) size 0x17
     32              RenderBR {BR} at (0,16) size 0x17
  • trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug32205-3-expected.txt

    r148811 r182792  
    1010              RenderText {#text} at (2,2) size 80x17
    1111                text run at (2,2) width 80: "Outer Table:"
    12               RenderBR {BR} at (82,16) size 0x0
     12              RenderBR {BR} at (82,286) size 0x0
    1313              RenderText {#text} at (2,19) size 327x17
    1414                text run at (2,19) width 327: "<table border=\"1\" width=\"100%\" height=\"100%\">"
     
    2020                      RenderText {#text} at (2,2) size 88x17
    2121                        text run at (2,2) width 88: "Nested Table:"
    22                       RenderBR {BR} at (90,16) size 0x0
     22                      RenderBR {BR} at (90,272) size 0x0
    2323                      RenderText {#text} at (2,19) size 327x17
    2424                        text run at (2,19) width 327: "<table border=\"1\" width=\"100%\" height=\"100%\">"
    25                       RenderBR {BR} at (329,33) size 0x0
     25                      RenderBR {BR} at (329,289) size 0x0
    2626                      RenderText {#text} at (2,36) size 133x17
    2727                        text run at (2,36) width 133: "<td height=\"100%\">"
  • trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug82946-2-expected.txt

    r148811 r182792  
    1515                      RenderText {#text} at (0,0) size 0x0
    1616            RenderTableCell {TD} at (763,86) size 3x19 [r=0 c=1 rs=2 cs=1]
    17               RenderBR {BR} at (1,1) size 0x17
     17              RenderBR {BR} at (1,85) size 0x17
    1818          RenderTableRow {TR} at (0,147) size 768x42
    1919            RenderTableCell {TD} at (2,147) size 764x42 [r=1 c=0 rs=1 cs=2]
  • trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug92143-expected.txt

    r148811 r182792  
    2020        RenderText {#text} at (0,34) size 437x17
    2121          text run at (0,34) width 437: "the next table must overrun the visible part of the view (width=2400) "
    22         RenderBR {BR} at (0,0) size 0x0
     22        RenderBR {BR} at (437,48) size 0x0
    2323        RenderBR {BR} at (0,51) size 0x17
    2424      RenderTable {TABLE} at (0,140) size 2402x55 [border: (1px outset #808080)]
  • trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tables_cellpadding-expected.txt

    r148810 r182792  
    1212          text run at (0,34) width 199: "between the cell border and it's "
    1313          text run at (199,34) width 161: "contents in the first table. "
    14         RenderBR {BR} at (0,0) size 0x0
     14        RenderBR {BR} at (360,48) size 0x0
    1515        RenderBR {BR} at (0,51) size 0x17
    1616      RenderTable {TABLE} at (0,68) size 258x80 [border: (2px outset #808080)]
  • trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tables_cellspacing-expected.txt

    r148810 r182792  
    1111          text run at (250,17) width 492: "Notice the difference here. The first table should be rendered with a wider gap"
    1212          text run at (0,34) width 116: "between the cells. "
    13         RenderBR {BR} at (0,0) size 0x0
     13        RenderBR {BR} at (116,48) size 0x0
    1414      RenderTable {TABLE} at (0,51) size 258x83
    1515        RenderTableSection {TBODY} at (0,0) size 258x83
  • trunk/LayoutTests/platform/gtk/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt

    r168677 r182792  
    188188                RenderText {#text} at (18,2) size 63x17
    189189                  text run at (18,2) width 63: "Header 1"
    190                 RenderBR {BR} at (80,16) size 1x0
     190                RenderBR {BR} at (80,19) size 1x0
    191191                RenderText {#text} at (6,19) size 87x17
    192192                  text run at (6,19) width 87: "span=2 rows"
     
    250250                RenderText {#text} at (18,2) size 63x17
    251251                  text run at (18,2) width 63: "Header 2"
    252                 RenderBR {BR} at (80,16) size 1x0
     252                RenderBR {BR} at (80,53) size 1x0
    253253                RenderText {#text} at (6,19) size 87x17
    254254                  text run at (6,19) width 87: "span=5 rows"
     
    396396                RenderText {#text} at (18,2) size 63x17
    397397                  text run at (18,2) width 63: "Header 3"
    398                 RenderBR {BR} at (80,16) size 1x0
     398                RenderBR {BR} at (80,30) size 1x0
    399399                RenderText {#text} at (6,19) size 87x17
    400400                  text run at (6,19) width 87: "span=3 rows"
     
    552552                RenderText {#text} at (2,2) size 42x17
    553553                  text run at (2,2) width 42: "Data 1"
    554                 RenderBR {BR} at (44,16) size 0x0
     554                RenderBR {BR} at (44,19) size 0x0
    555555                RenderText {#text} at (2,19) size 81x17
    556556                  text run at (2,19) width 81: "span=2 rows"
     
    620620                RenderText {#text} at (2,2) size 42x17
    621621                  text run at (2,2) width 42: "Data 2"
    622                 RenderBR {BR} at (44,16) size 0x0
     622                RenderBR {BR} at (44,53) size 0x0
    623623                RenderText {#text} at (2,19) size 81x17
    624624                  text run at (2,19) width 81: "span=5 rows"
     
    781781                RenderText {#text} at (2,2) size 42x17
    782782                  text run at (2,2) width 42: "Data 3"
    783                 RenderBR {BR} at (44,16) size 0x0
     783                RenderBR {BR} at (44,30) size 0x0
    784784                RenderText {#text} at (2,19) size 81x17
    785785                  text run at (2,19) width 81: "span=3 rows"
     
    917917                RenderText {#text} at (10,2) size 62x17
    918918                  text run at (10,2) width 62: "Header 1"
    919                 RenderBR {BR} at (72,16) size 0x0
     919                RenderBR {BR} at (72,127) size 0x0
    920920                RenderText {#text} at (16,19) size 50x34
    921921                  text run at (16,19) width 50: "span=7"
     
    924924                RenderText {#text} at (2,2) size 42x17
    925925                  text run at (2,2) width 42: "Data 1"
    926                 RenderBR {BR} at (44,16) size 0x0
     926                RenderBR {BR} at (44,27) size 0x0
    927927                RenderText {#text} at (2,19) size 46x34
    928928                  text run at (2,19) width 46: "span=2"
     
    10051005                RenderText {#text} at (2,2) size 42x17
    10061006                  text run at (2,2) width 42: "Data 2"
    1007                 RenderBR {BR} at (44,16) size 0x0
     1007                RenderBR {BR} at (44,87) size 0x0
    10081008                RenderText {#text} at (2,19) size 46x34
    10091009                  text run at (2,19) width 46: "span=5"
     
    11971197                RenderText {#text} at (10,2) size 62x17
    11981198                  text run at (10,2) width 62: "Header 2"
    1199                 RenderBR {BR} at (72,16) size 0x0
     1199                RenderBR {BR} at (72,47) size 0x0
    12001200                RenderText {#text} at (16,19) size 50x34
    12011201                  text run at (16,19) width 50: "span=3"
     
    12041204                RenderText {#text} at (2,2) size 42x17
    12051205                  text run at (2,2) width 42: "Data 3"
    1206                 RenderBR {BR} at (44,16) size 0x0
     1206                RenderBR {BR} at (44,47) size 0x0
    12071207                RenderText {#text} at (2,19) size 46x34
    12081208                  text run at (2,19) width 46: "span=3"
  • trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug1262-expected.txt

    r148809 r182792  
    1414        RenderText {#text} at (0,0) size 12x17
    1515          text run at (0,0) width 12: "2 "
    16         RenderBR {BR} at (0,0) size 0x0
     16        RenderBR {BR} at (12,14) size 0x0
    1717        RenderText {#text} at (0,17) size 8x17
    1818          text run at (0,17) width 8: "3"
  • trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug56024-expected.txt

    r148809 r182792  
    1717                        text run at (1,35) width 242: "side Wednesday in the second of three"
    1818                        text run at (1,52) width 180: "nationally televised debates. "
    19                       RenderBR {BR} at (181,66) size 0x0
     19                      RenderBR {BR} at (181,52) size 0x17
    2020            RenderTableCell {TD} at (302,2) size 96x70 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
    2121              RenderBlock (anonymous) at (1,1) size 94x68
  • trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt

    r167604 r182792  
    447447        RenderText {#text} at (0,17) size 660x17
    448448          text run at (0,17) width 660: "This is a table formed from a list with display of table-row-group and list items with display of table-cell. "
    449         RenderBR {BR} at (0,0) size 0x0
     449        RenderBR {BR} at (660,31) size 0x0
    450450      RenderTable at (0,1248) size 230x18
    451451        RenderTableSection {UL} at (0,0) size 230x17
     
    500500          RenderText {#text} at (0,0) size 430x17
    501501            text run at (0,0) width 430: "The following table will have its rows and columns in red collapsed "
    502           RenderBR {BR} at (0,0) size 0x0
     502          RenderBR {BR} at (430,14) size 0x0
    503503        RenderTable {TABLE} at (0,17) size 138x90 [bgcolor=#FFA500] [border: (1px outset #808080)]
    504504          RenderBlock {CAPTION} at (0,0) size 138x17
Note: See TracChangeset for help on using the changeset viewer.