Changeset 14597 in webkit
- Timestamp:
- May 25, 2006, 3:11:36 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 39 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r14593 r14597 1 2006-05-25 Mitz Pettel <opendarwin.org@mitzpettel.com> 2 3 Reviewed by hyatt. Landed by eseidel. 4 5 - updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=3297 6 height property is not honored on table rows 7 8 * editing/selection/3690703-2-expected.txt: 9 * editing/selection/3690703-expected.txt: 10 * editing/selection/3690719-expected.txt: 11 * fast/encoding/utf-16-big-endian-expected.txt: 12 * fast/encoding/utf-16-little-endian-expected.txt: 13 * fast/invalid/017-expected.txt: 14 * fast/invalid/018-expected.txt: 15 * fast/table/012-expected.txt: 16 * fast/table/cell-absolute-child-expected.txt: 17 * fast/table/colspanMinWidth-expected.txt: 18 * fast/table/giantRowspan-expected.txt: 19 * fast/table/spanOverlapRepaint-expected.txt: 20 * tables/mozilla/bugs/bug10296-1-expected.txt: 21 * tables/mozilla/bugs/bug113235-1-expected.txt: 22 * tables/mozilla/bugs/bug113235-2-expected.txt: 23 * tables/mozilla/bugs/bug12384-expected.txt: 24 * tables/mozilla/bugs/bug133756-1-expected.txt: 25 * tables/mozilla/bugs/bug133756-2-expected.txt: 26 * tables/mozilla/bugs/bug220536-expected.txt: 27 * tables/mozilla/bugs/bug23072-expected.txt: 28 * tables/mozilla/bugs/bug25086-expected.txt: 29 * tables/mozilla/bugs/bug28928-expected.txt: 30 * tables/mozilla/bugs/bug44523-expected.txt: 31 * tables/mozilla/bugs/bug6184-expected.txt: 32 * tables/mozilla/bugs/bug6304-expected.txt: 33 * tables/mozilla/bugs/bug8858-expected.txt: 34 * tables/mozilla/bugs/bug97138-expected.txt: 35 * tables/mozilla/core/cell_heights-expected.txt: 36 * tables/mozilla/core/col_widths_fix_auto-expected.txt: 37 * tables/mozilla/core/row_span-expected.txt: 38 * tables/mozilla_expected_failures/bugs/bug11945-expected.txt: 39 * tables/mozilla_expected_failures/bugs/bug1262-expected.txt: 40 * tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: 41 * tables/mozilla_expected_failures/bugs/bug23847-expected.txt: 42 * tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt: 43 * tables/mozilla_expected_failures/bugs/bug65372-expected.txt: 44 1 45 2006-05-25 Eric Seidel <eric@eseidel.com> 2 46 -
trunk/LayoutTests/editing/selection/3690703-2-expected.txt
r14172 r14597 12 12 RenderBlock {HTML} at (0,0) size 800x600 13 13 RenderBody {BODY} at (8,3) size 784x581 [bgcolor=#FFFFFF] 14 RenderBlock {CENTER} at (0,0) size 784x25 515 RenderTable {TABLE} at (0,0) size 784x1 616 RenderTableSection {TBODY} at (0,0) size 784x1 614 RenderBlock {CENTER} at (0,0) size 784x258 15 RenderTable {TABLE} at (0,0) size 784x19 16 RenderTableSection {TBODY} at (0,0) size 784x19 17 17 RenderTableRow {TR} at (0,0) size 784x15 18 18 RenderTableCell {TD} at (0,0) size 784x15 [r=0 c=0 rs=1 cs=1] … … 21 21 RenderText {#text} at (680,0) size 104x15 22 22 text run at (680,0) width 104: "Personalized Home" 23 RenderTableRow {TR} at (0,15) size 784x 124 RenderTableCell {TD} at (0,1 5) size 784x1 [r=1 c=0 rs=1 cs=1]23 RenderTableRow {TR} at (0,15) size 784x4 24 RenderTableCell {TD} at (0,16) size 784x1 [r=1 c=0 rs=1 cs=1] 25 25 RenderImage {IMG} at (0,0) size 1x1 26 RenderBlock (anonymous) at (0,1 6) size 784x3626 RenderBlock (anonymous) at (0,19) size 784x36 27 27 RenderBR {BR} at (392,0) size 0x18 28 28 RenderBR {BR} at (392,18) size 0x18 29 RenderBlock {DIV} at (0,5 2) size 784x105 [border: (2px solid #AAAAFF)]29 RenderBlock {DIV} at (0,55) size 784x105 [border: (2px solid #AAAAFF)] 30 30 RenderTable {TABLE} at (215,2) size 353x23 31 31 RenderTableSection {TBODY} at (0,0) size 353x23 … … 122 122 text run at (461,18) width 3: "." 123 123 RenderText {#text} at (0,0) size 0x0 124 RenderBlock (anonymous) at (0,1 57) size 784x69124 RenderBlock (anonymous) at (0,160) size 784x69 125 125 RenderBR {BR} at (392,0) size 0x18 126 126 RenderBR {BR} at (392,18) size 0x18 … … 140 140 RenderText {#text} at (473,54) size 77x15 141 141 text run at (473,54) width 77: "About Google" 142 RenderBlock {P} at (0,24 2) size 784x13142 RenderBlock {P} at (0,245) size 784x13 143 143 RenderInline {FONT} at (0,0) size 60x13 144 144 RenderText {#text} at (362,0) size 60x13 145 145 text run at (362,0) width 60: "\x{A9}2005 Google" 146 layer at (206,8 5) size 385x13146 layer at (206,88) size 385x13 147 147 RenderBlock {DIV} at (3,3) size 385x13 148 148 selection start: position 0 of child 0 {#text} of child 0 {B} of child 0 {FONT} of child 0 {TD} of child 0 {TR} of child 0 {TBODY} of child 1 {TABLE} of child 4 {DIV} of child 0 {CENTER} of child 1 {BODY} of child 0 {HTML} of document -
trunk/LayoutTests/editing/selection/3690703-expected.txt
r14172 r14597 10 10 RenderBlock {HTML} at (0,0) size 800x600 11 11 RenderBody {BODY} at (8,3) size 784x581 [bgcolor=#FFFFFF] 12 RenderBlock {CENTER} at (0,0) size 784x25 513 RenderTable {TABLE} at (0,0) size 784x1 614 RenderTableSection {TBODY} at (0,0) size 784x1 612 RenderBlock {CENTER} at (0,0) size 784x258 13 RenderTable {TABLE} at (0,0) size 784x19 14 RenderTableSection {TBODY} at (0,0) size 784x19 15 15 RenderTableRow {TR} at (0,0) size 784x15 16 16 RenderTableCell {TD} at (0,0) size 784x15 [r=0 c=0 rs=1 cs=1] … … 19 19 RenderText {#text} at (680,0) size 104x15 20 20 text run at (680,0) width 104: "Personalized Home" 21 RenderTableRow {TR} at (0,15) size 784x 122 RenderTableCell {TD} at (0,1 5) size 784x1 [r=1 c=0 rs=1 cs=1]21 RenderTableRow {TR} at (0,15) size 784x4 22 RenderTableCell {TD} at (0,16) size 784x1 [r=1 c=0 rs=1 cs=1] 23 23 RenderImage {IMG} at (0,0) size 1x1 24 RenderBlock (anonymous) at (0,1 6) size 784x3624 RenderBlock (anonymous) at (0,19) size 784x36 25 25 RenderBR {BR} at (392,0) size 0x18 26 26 RenderBR {BR} at (392,18) size 0x18 27 RenderBlock {DIV} at (0,5 2) size 784x105 [border: (2px solid #AAAAFF)]27 RenderBlock {DIV} at (0,55) size 784x105 [border: (2px solid #AAAAFF)] 28 28 RenderTable {TABLE} at (215,2) size 353x23 29 29 RenderTableSection {TBODY} at (0,0) size 353x23 … … 120 120 text run at (461,18) width 3: "." 121 121 RenderText {#text} at (0,0) size 0x0 122 RenderBlock (anonymous) at (0,1 57) size 784x69122 RenderBlock (anonymous) at (0,160) size 784x69 123 123 RenderBR {BR} at (392,0) size 0x18 124 124 RenderBR {BR} at (392,18) size 0x18 … … 138 138 RenderText {#text} at (473,54) size 77x15 139 139 text run at (473,54) width 77: "About Google" 140 RenderBlock {P} at (0,24 2) size 784x13140 RenderBlock {P} at (0,245) size 784x13 141 141 RenderInline {FONT} at (0,0) size 60x13 142 142 RenderText {#text} at (362,0) size 60x13 143 143 text run at (362,0) width 60: "\x{A9}2005 Google" 144 layer at (206,8 5) size 385x13144 layer at (206,88) size 385x13 145 145 RenderBlock {DIV} at (3,3) size 385x13 146 146 selection start: position 0 of child 1 {TABLE} of child 4 {DIV} of child 0 {CENTER} of child 1 {BODY} of child 0 {HTML} of document -
trunk/LayoutTests/editing/selection/3690719-expected.txt
r13975 r14597 9 9 RenderBlock {HTML} at (0,0) size 800x600 10 10 RenderBody {BODY} at (8,3) size 784x581 [bgcolor=#FFFFFF] 11 RenderBlock {CENTER} at (0,0) size 784x25 512 RenderTable {TABLE} at (0,0) size 784x1 613 RenderTableSection {TBODY} at (0,0) size 784x1 611 RenderBlock {CENTER} at (0,0) size 784x258 12 RenderTable {TABLE} at (0,0) size 784x19 13 RenderTableSection {TBODY} at (0,0) size 784x19 14 14 RenderTableRow {TR} at (0,0) size 784x15 15 15 RenderTableCell {TD} at (0,0) size 784x15 [r=0 c=0 rs=1 cs=1] … … 18 18 RenderText {#text} at (680,0) size 104x15 19 19 text run at (680,0) width 104: "Personalized Home" 20 RenderTableRow {TR} at (0,15) size 784x 121 RenderTableCell {TD} at (0,1 5) size 784x1 [r=1 c=0 rs=1 cs=1]20 RenderTableRow {TR} at (0,15) size 784x4 21 RenderTableCell {TD} at (0,16) size 784x1 [r=1 c=0 rs=1 cs=1] 22 22 RenderImage {IMG} at (0,0) size 1x1 23 RenderBlock (anonymous) at (0,1 6) size 784x3623 RenderBlock (anonymous) at (0,19) size 784x36 24 24 RenderBR {BR} at (392,0) size 0x18 25 25 RenderBR {BR} at (392,18) size 0x18 26 RenderBlock {DIV} at (0,5 2) size 784x105 [border: (2px solid #AAAAFF)]26 RenderBlock {DIV} at (0,55) size 784x105 [border: (2px solid #AAAAFF)] 27 27 RenderTable {TABLE} at (215,2) size 353x23 28 28 RenderTableSection {TBODY} at (0,0) size 353x23 … … 119 119 text run at (461,18) width 3: "." 120 120 RenderText {#text} at (0,0) size 0x0 121 RenderBlock (anonymous) at (0,1 57) size 784x69121 RenderBlock (anonymous) at (0,160) size 784x69 122 122 RenderBR {BR} at (392,0) size 0x18 123 123 RenderBR {BR} at (392,18) size 0x18 … … 137 137 RenderText {#text} at (473,54) size 77x15 138 138 text run at (473,54) width 77: "About Google" 139 RenderBlock {P} at (0,24 2) size 784x13139 RenderBlock {P} at (0,245) size 784x13 140 140 RenderInline {FONT} at (0,0) size 60x13 141 141 RenderText {#text} at (362,0) size 60x13 142 142 text run at (362,0) width 60: "\x{A9}2005 Google" 143 layer at (206,8 5) size 385x13143 layer at (206,88) size 385x13 144 144 RenderBlock {DIV} at (3,3) size 385x13 145 145 selection start: position 0 of child 1 {TABLE} of child 4 {DIV} of child 0 {CENTER} of child 1 {BODY} of child 0 {HTML} of document -
trunk/LayoutTests/fast/encoding/utf-16-big-endian-expected.txt
r13869 r14597 1 layer at (0,0) size 785x1 0951 layer at (0,0) size 785x1103 2 2 RenderCanvas at (0,0) size 785x600 3 layer at (0,0) size 785x1 0954 RenderBlock {HTML} at (0,0) size 785x1 0955 RenderBody {BODY} at (8,8) size 769x10 74[bgcolor=#EEEEEE]3 layer at (0,0) size 785x1103 4 RenderBlock {HTML} at (0,0) size 785x1103 5 RenderBody {BODY} at (8,8) size 769x1082 [bgcolor=#EEEEEE] 6 6 RenderBlock (anonymous) at (0,0) size 769x20 7 7 RenderInline {SPAN} at (0,0) size 191x12 … … 71 71 RenderBR {BR} at (126,14) size 0x0 72 72 RenderText {#text} at (0,0) size 0x0 73 RenderBlock (anonymous) at (0,212) size 769x 5274 RenderBlock (anonymous) at (0,2 64) size 769x075 RenderInline {SPAN} at (0,0) size 0x0 76 RenderInline {SPAN} at (0,0) size 0x0 77 RenderText {#text} at (0,0) size 0x0 78 RenderText {#text} at (0,0) size 0x0 79 RenderBlock (anonymous) at (0,27 0) size 769x280 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 81 RenderBlock (anonymous) at (0,2 78) size 769x2073 RenderBlock (anonymous) at (0,212) size 769x60 74 RenderBlock (anonymous) at (0,272) size 769x0 75 RenderInline {SPAN} at (0,0) size 0x0 76 RenderInline {SPAN} at (0,0) size 0x0 77 RenderText {#text} at (0,0) size 0x0 78 RenderText {#text} at (0,0) size 0x0 79 RenderBlock (anonymous) at (0,278) size 769x2 80 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 81 RenderBlock (anonymous) at (0,286) size 769x20 82 82 RenderInline {SPAN} at (0,0) size 128x15 83 83 RenderInline {SPAN} at (0,0) size 128x15 … … 94 94 RenderInline {SPAN} at (0,0) size 0x0 95 95 RenderText {#text} at (0,0) size 0x0 96 RenderBlock (anonymous) at (0, 298) size 769x6096 RenderBlock (anonymous) at (0,306) size 769x60 97 97 RenderTable {TABLE} at (0,0) size 581x60 98 98 RenderTableSection {TBODY} at (0,0) size 581x60 … … 112 112 RenderText {#text} at (1,37) size 416x17 113 113 text run at (1,37) width 416: "Comments: -** TICKETLESS CONF CODE IS WHGNSO**" 114 RenderBlock (anonymous) at (0,3 58) size 769x0115 RenderInline {SPAN} at (0,0) size 0x0 116 RenderInline {SPAN} at (0,0) size 0x0 117 RenderInline {SPAN} at (0,0) size 0x0 118 RenderInline {SPAN} at (0,0) size 0x0 119 RenderText {#text} at (0,0) size 0x0 120 RenderBlock (anonymous) at (0,3 64) size 769x2121 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 122 RenderBlock (anonymous) at (0,3 72) size 769x0123 RenderInline {SPAN} at (0,0) size 0x0 124 RenderInline {SPAN} at (0,0) size 0x0 125 RenderInline {SPAN} at (0,0) size 0x0 126 RenderInline {SPAN} at (0,0) size 0x0 127 RenderText {#text} at (0,0) size 0x0 128 RenderBlock (anonymous) at (0,3 72) size 769x196114 RenderBlock (anonymous) at (0,366) size 769x0 115 RenderInline {SPAN} at (0,0) size 0x0 116 RenderInline {SPAN} at (0,0) size 0x0 117 RenderInline {SPAN} at (0,0) size 0x0 118 RenderInline {SPAN} at (0,0) size 0x0 119 RenderText {#text} at (0,0) size 0x0 120 RenderBlock (anonymous) at (0,372) size 769x2 121 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 122 RenderBlock (anonymous) at (0,380) size 769x0 123 RenderInline {SPAN} at (0,0) size 0x0 124 RenderInline {SPAN} at (0,0) size 0x0 125 RenderInline {SPAN} at (0,0) size 0x0 126 RenderInline {SPAN} at (0,0) size 0x0 127 RenderText {#text} at (0,0) size 0x0 128 RenderBlock (anonymous) at (0,380) size 769x196 129 129 RenderTable {TABLE} at (0,0) size 710x196 130 130 RenderTableSection {TBODY} at (0,0) size 710x196 … … 208 208 RenderInline {SPACE} at (0,0) size 0x17 209 209 RenderBR {BR} at (0,0) size 0x17 210 RenderBlock (anonymous) at (0,5 68) size 769x0211 RenderInline {SPAN} at (0,0) size 0x0 212 RenderInline {SPAN} at (0,0) size 0x0 213 RenderInline {SPAN} at (0,0) size 0x0 214 RenderInline {SPAN} at (0,0) size 0x0 215 RenderText {#text} at (0,0) size 0x0 216 RenderBlock (anonymous) at (0,5 74) size 769x2217 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 218 RenderBlock (anonymous) at (0,5 82) size 769x0219 RenderInline {SPAN} at (0,0) size 0x0 220 RenderInline {SPAN} at (0,0) size 0x0 221 RenderInline {SPAN} at (0,0) size 0x0 222 RenderInline {SPAN} at (0,0) size 0x0 223 RenderText {#text} at (0,0) size 0x0 224 RenderBlock (anonymous) at (0,5 82) size 769x196210 RenderBlock (anonymous) at (0,576) size 769x0 211 RenderInline {SPAN} at (0,0) size 0x0 212 RenderInline {SPAN} at (0,0) size 0x0 213 RenderInline {SPAN} at (0,0) size 0x0 214 RenderInline {SPAN} at (0,0) size 0x0 215 RenderText {#text} at (0,0) size 0x0 216 RenderBlock (anonymous) at (0,582) size 769x2 217 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 218 RenderBlock (anonymous) at (0,590) size 769x0 219 RenderInline {SPAN} at (0,0) size 0x0 220 RenderInline {SPAN} at (0,0) size 0x0 221 RenderInline {SPAN} at (0,0) size 0x0 222 RenderInline {SPAN} at (0,0) size 0x0 223 RenderText {#text} at (0,0) size 0x0 224 RenderBlock (anonymous) at (0,590) size 769x196 225 225 RenderTable {TABLE} at (0,0) size 599x196 226 226 RenderTableSection {TBODY} at (0,0) size 599x196 … … 304 304 RenderInline {SPACE} at (0,0) size 0x17 305 305 RenderBR {BR} at (0,0) size 0x17 306 RenderBlock (anonymous) at (0,7 78) size 769x0307 RenderInline {SPAN} at (0,0) size 0x0 308 RenderInline {SPAN} at (0,0) size 0x0 309 RenderInline {SPAN} at (0,0) size 0x0 310 RenderInline {SPAN} at (0,0) size 0x0 311 RenderText {#text} at (0,0) size 0x0 312 RenderBlock (anonymous) at (0,7 84) size 769x2313 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 314 RenderBlock (anonymous) at (0, 792) size 769x0315 RenderInline {SPAN} at (0,0) size 0x0 316 RenderInline {SPAN} at (0,0) size 0x0 317 RenderInline {SPAN} at (0,0) size 0x0 318 RenderInline {SPAN} at (0,0) size 0x0 319 RenderText {#text} at (0,0) size 0x0 320 RenderBlock (anonymous) at (0, 792) size 769x114306 RenderBlock (anonymous) at (0,786) size 769x0 307 RenderInline {SPAN} at (0,0) size 0x0 308 RenderInline {SPAN} at (0,0) size 0x0 309 RenderInline {SPAN} at (0,0) size 0x0 310 RenderInline {SPAN} at (0,0) size 0x0 311 RenderText {#text} at (0,0) size 0x0 312 RenderBlock (anonymous) at (0,792) size 769x2 313 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 314 RenderBlock (anonymous) at (0,800) size 769x0 315 RenderInline {SPAN} at (0,0) size 0x0 316 RenderInline {SPAN} at (0,0) size 0x0 317 RenderInline {SPAN} at (0,0) size 0x0 318 RenderInline {SPAN} at (0,0) size 0x0 319 RenderText {#text} at (0,0) size 0x0 320 RenderBlock (anonymous) at (0,800) size 769x114 321 321 RenderTable {TABLE} at (0,0) size 614x114 322 322 RenderTableSection {TBODY} at (0,0) size 614x114 … … 357 357 text run at (241,91) width 4: " " 358 358 RenderBR {BR} at (245,105) size 0x0 359 RenderBlock (anonymous) at (0,9 06) size 769x0360 RenderInline {SPAN} at (0,0) size 0x0 361 RenderInline {SPAN} at (0,0) size 0x0 362 RenderInline {SPAN} at (0,0) size 0x0 363 RenderInline {SPAN} at (0,0) size 0x0 364 RenderText {#text} at (0,0) size 0x0 365 RenderBlock (anonymous) at (0,9 12) size 769x2366 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 367 RenderBlock (anonymous) at (0,92 0) size 769x50359 RenderBlock (anonymous) at (0,914) size 769x0 360 RenderInline {SPAN} at (0,0) size 0x0 361 RenderInline {SPAN} at (0,0) size 0x0 362 RenderInline {SPAN} at (0,0) size 0x0 363 RenderInline {SPAN} at (0,0) size 0x0 364 RenderText {#text} at (0,0) size 0x0 365 RenderBlock (anonymous) at (0,920) size 769x2 366 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 367 RenderBlock (anonymous) at (0,928) size 769x50 368 368 RenderInline {SPAN} at (0,0) size 196x48 369 369 RenderInline {SPAN} at (0,0) size 0x0 … … 386 386 RenderBR {BR} at (196,47) size 0x0 387 387 RenderText {#text} at (0,0) size 0x0 388 RenderBlock (anonymous) at (0,9 76) size 769x2389 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 390 RenderBlock (anonymous) at (0,9 84) size 769x20388 RenderBlock (anonymous) at (0,984) size 769x2 389 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 390 RenderBlock (anonymous) at (0,992) size 769x20 391 391 RenderInline {SPAN} at (0,0) size 182x15 392 392 RenderInline {SPAN} at (0,0) size 182x17 … … 405 405 RenderText {#text} at (0,0) size 0x0 406 406 RenderText {#text} at (0,0) size 0x0 407 RenderBlock (anonymous) at (0,101 0) size 769x2408 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 409 RenderBlock (anonymous) at (0,10 18) size 769x20407 RenderBlock (anonymous) at (0,1018) size 769x2 408 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 409 RenderBlock (anonymous) at (0,1026) size 769x20 410 410 RenderInline {SPAN} at (0,0) size 277x15 411 411 RenderInline {SPAN} at (0,0) size 277x15 … … 420 420 RenderText {#text} at (0,0) size 0x0 421 421 RenderText {#text} at (0,0) size 0x0 422 RenderBlock (anonymous) at (0,10 44) size 769x30422 RenderBlock (anonymous) at (0,1052) size 769x30 423 423 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 424 424 RenderBlock {P} at (0,15) size 769x15 … … 429 429 text run at (204,0) width 163: "Click here for latest updates" 430 430 RenderText {#text} at (0,0) size 0x0 431 RenderBlock (anonymous) at (0,10 87) size 769x0431 RenderBlock (anonymous) at (0,1095) size 769x0 432 432 RenderInline {SPAN} at (0,0) size 0x0 433 433 RenderInline {SPAN} at (0,0) size 0x0 … … 471 471 RenderImage {IMG} at (0,20) size 20x20 472 472 RenderText {#text} at (0,0) size 0x0 473 layer at (28,205) size 529x 52474 RenderTable {TABLE} at (0,0) size 529x 52[border: (1px outset #808080)]475 RenderTableSection {TBODY} at (1,1) size 527x5 0473 layer at (28,205) size 529x60 474 RenderTable {TABLE} at (0,0) size 529x60 [border: (1px outset #808080)] 475 RenderTableSection {TBODY} at (1,1) size 527x58 476 476 RenderTableRow {TR} at (0,2) size 527x22 [bgcolor=#E0E0E0] 477 477 RenderTableCell {TD} at (2,2) size 95x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] … … 484 484 RenderText {#text} at (2,2) size 47x17 485 485 text run at (2,2) width 47: "Phone" 486 RenderTableRow {TR} at (0, 0) size 0x0487 RenderTableRow {TR} at (0,2 6) size 527x22488 RenderTableCell {TD} at (2,2 6) size 95x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]486 RenderTableRow {TR} at (0,26) size 527x0 487 RenderTableRow {TR} at (0,28) size 527x22 488 RenderTableCell {TD} at (2,28) size 95x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1] 489 489 RenderText {#text} at (2,2) size 91x17 490 490 text run at (2,2) width 91: "Travel Agent" 491 RenderTableCell {TD} at (99,2 6) size 45x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]491 RenderTableCell {TD} at (99,28) size 45x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1] 492 492 RenderText {#text} at (2,2) size 41x17 493 493 text run at (2,2) width 41: "(LAX)" 494 RenderTableCell {TD} at (146,2 6) size 379x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]494 RenderTableCell {TD} at (146,28) size 379x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1] 495 495 RenderText {#text} at (2,2) size 375x17 496 496 text run at (2,2) width 375: "RQ0/818 990-4053-PLAZA TRAVEL - 05838276-RC" 497 RenderTableRow {TR} at (0, 0) size 0x0498 RenderTableRow {TR} at (0, 0) size 0x0499 RenderTableRow {TR} at (0, 0) size 0x0497 RenderTableRow {TR} at (0,52) size 527x0 498 RenderTableRow {TR} at (0,54) size 527x0 499 RenderTableRow {TR} at (0,56) size 527x0 -
trunk/LayoutTests/fast/encoding/utf-16-little-endian-expected.txt
r13869 r14597 1 layer at (0,0) size 785x1 0951 layer at (0,0) size 785x1103 2 2 RenderCanvas at (0,0) size 785x600 3 layer at (0,0) size 785x1 0954 RenderBlock {HTML} at (0,0) size 785x1 0955 RenderBody {BODY} at (8,8) size 769x10 74[bgcolor=#EEEEEE]3 layer at (0,0) size 785x1103 4 RenderBlock {HTML} at (0,0) size 785x1103 5 RenderBody {BODY} at (8,8) size 769x1082 [bgcolor=#EEEEEE] 6 6 RenderBlock (anonymous) at (0,0) size 769x20 7 7 RenderInline {SPAN} at (0,0) size 191x12 … … 71 71 RenderBR {BR} at (126,14) size 0x0 72 72 RenderText {#text} at (0,0) size 0x0 73 RenderBlock (anonymous) at (0,212) size 769x 5274 RenderBlock (anonymous) at (0,2 64) size 769x075 RenderInline {SPAN} at (0,0) size 0x0 76 RenderInline {SPAN} at (0,0) size 0x0 77 RenderText {#text} at (0,0) size 0x0 78 RenderText {#text} at (0,0) size 0x0 79 RenderBlock (anonymous) at (0,27 0) size 769x280 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 81 RenderBlock (anonymous) at (0,2 78) size 769x2073 RenderBlock (anonymous) at (0,212) size 769x60 74 RenderBlock (anonymous) at (0,272) size 769x0 75 RenderInline {SPAN} at (0,0) size 0x0 76 RenderInline {SPAN} at (0,0) size 0x0 77 RenderText {#text} at (0,0) size 0x0 78 RenderText {#text} at (0,0) size 0x0 79 RenderBlock (anonymous) at (0,278) size 769x2 80 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 81 RenderBlock (anonymous) at (0,286) size 769x20 82 82 RenderInline {SPAN} at (0,0) size 128x15 83 83 RenderInline {SPAN} at (0,0) size 128x15 … … 94 94 RenderInline {SPAN} at (0,0) size 0x0 95 95 RenderText {#text} at (0,0) size 0x0 96 RenderBlock (anonymous) at (0, 298) size 769x6096 RenderBlock (anonymous) at (0,306) size 769x60 97 97 RenderTable {TABLE} at (0,0) size 581x60 98 98 RenderTableSection {TBODY} at (0,0) size 581x60 … … 112 112 RenderText {#text} at (1,37) size 416x17 113 113 text run at (1,37) width 416: "Comments: -** TICKETLESS CONF CODE IS WHGNSO**" 114 RenderBlock (anonymous) at (0,3 58) size 769x0115 RenderInline {SPAN} at (0,0) size 0x0 116 RenderInline {SPAN} at (0,0) size 0x0 117 RenderInline {SPAN} at (0,0) size 0x0 118 RenderInline {SPAN} at (0,0) size 0x0 119 RenderText {#text} at (0,0) size 0x0 120 RenderBlock (anonymous) at (0,3 64) size 769x2121 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 122 RenderBlock (anonymous) at (0,3 72) size 769x0123 RenderInline {SPAN} at (0,0) size 0x0 124 RenderInline {SPAN} at (0,0) size 0x0 125 RenderInline {SPAN} at (0,0) size 0x0 126 RenderInline {SPAN} at (0,0) size 0x0 127 RenderText {#text} at (0,0) size 0x0 128 RenderBlock (anonymous) at (0,3 72) size 769x196114 RenderBlock (anonymous) at (0,366) size 769x0 115 RenderInline {SPAN} at (0,0) size 0x0 116 RenderInline {SPAN} at (0,0) size 0x0 117 RenderInline {SPAN} at (0,0) size 0x0 118 RenderInline {SPAN} at (0,0) size 0x0 119 RenderText {#text} at (0,0) size 0x0 120 RenderBlock (anonymous) at (0,372) size 769x2 121 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 122 RenderBlock (anonymous) at (0,380) size 769x0 123 RenderInline {SPAN} at (0,0) size 0x0 124 RenderInline {SPAN} at (0,0) size 0x0 125 RenderInline {SPAN} at (0,0) size 0x0 126 RenderInline {SPAN} at (0,0) size 0x0 127 RenderText {#text} at (0,0) size 0x0 128 RenderBlock (anonymous) at (0,380) size 769x196 129 129 RenderTable {TABLE} at (0,0) size 710x196 130 130 RenderTableSection {TBODY} at (0,0) size 710x196 … … 208 208 RenderInline {SPACE} at (0,0) size 0x17 209 209 RenderBR {BR} at (0,0) size 0x17 210 RenderBlock (anonymous) at (0,5 68) size 769x0211 RenderInline {SPAN} at (0,0) size 0x0 212 RenderInline {SPAN} at (0,0) size 0x0 213 RenderInline {SPAN} at (0,0) size 0x0 214 RenderInline {SPAN} at (0,0) size 0x0 215 RenderText {#text} at (0,0) size 0x0 216 RenderBlock (anonymous) at (0,5 74) size 769x2217 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 218 RenderBlock (anonymous) at (0,5 82) size 769x0219 RenderInline {SPAN} at (0,0) size 0x0 220 RenderInline {SPAN} at (0,0) size 0x0 221 RenderInline {SPAN} at (0,0) size 0x0 222 RenderInline {SPAN} at (0,0) size 0x0 223 RenderText {#text} at (0,0) size 0x0 224 RenderBlock (anonymous) at (0,5 82) size 769x196210 RenderBlock (anonymous) at (0,576) size 769x0 211 RenderInline {SPAN} at (0,0) size 0x0 212 RenderInline {SPAN} at (0,0) size 0x0 213 RenderInline {SPAN} at (0,0) size 0x0 214 RenderInline {SPAN} at (0,0) size 0x0 215 RenderText {#text} at (0,0) size 0x0 216 RenderBlock (anonymous) at (0,582) size 769x2 217 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 218 RenderBlock (anonymous) at (0,590) size 769x0 219 RenderInline {SPAN} at (0,0) size 0x0 220 RenderInline {SPAN} at (0,0) size 0x0 221 RenderInline {SPAN} at (0,0) size 0x0 222 RenderInline {SPAN} at (0,0) size 0x0 223 RenderText {#text} at (0,0) size 0x0 224 RenderBlock (anonymous) at (0,590) size 769x196 225 225 RenderTable {TABLE} at (0,0) size 599x196 226 226 RenderTableSection {TBODY} at (0,0) size 599x196 … … 304 304 RenderInline {SPACE} at (0,0) size 0x17 305 305 RenderBR {BR} at (0,0) size 0x17 306 RenderBlock (anonymous) at (0,7 78) size 769x0307 RenderInline {SPAN} at (0,0) size 0x0 308 RenderInline {SPAN} at (0,0) size 0x0 309 RenderInline {SPAN} at (0,0) size 0x0 310 RenderInline {SPAN} at (0,0) size 0x0 311 RenderText {#text} at (0,0) size 0x0 312 RenderBlock (anonymous) at (0,7 84) size 769x2313 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 314 RenderBlock (anonymous) at (0, 792) size 769x0315 RenderInline {SPAN} at (0,0) size 0x0 316 RenderInline {SPAN} at (0,0) size 0x0 317 RenderInline {SPAN} at (0,0) size 0x0 318 RenderInline {SPAN} at (0,0) size 0x0 319 RenderText {#text} at (0,0) size 0x0 320 RenderBlock (anonymous) at (0, 792) size 769x114306 RenderBlock (anonymous) at (0,786) size 769x0 307 RenderInline {SPAN} at (0,0) size 0x0 308 RenderInline {SPAN} at (0,0) size 0x0 309 RenderInline {SPAN} at (0,0) size 0x0 310 RenderInline {SPAN} at (0,0) size 0x0 311 RenderText {#text} at (0,0) size 0x0 312 RenderBlock (anonymous) at (0,792) size 769x2 313 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 314 RenderBlock (anonymous) at (0,800) size 769x0 315 RenderInline {SPAN} at (0,0) size 0x0 316 RenderInline {SPAN} at (0,0) size 0x0 317 RenderInline {SPAN} at (0,0) size 0x0 318 RenderInline {SPAN} at (0,0) size 0x0 319 RenderText {#text} at (0,0) size 0x0 320 RenderBlock (anonymous) at (0,800) size 769x114 321 321 RenderTable {TABLE} at (0,0) size 614x114 322 322 RenderTableSection {TBODY} at (0,0) size 614x114 … … 357 357 text run at (241,91) width 4: " " 358 358 RenderBR {BR} at (245,105) size 0x0 359 RenderBlock (anonymous) at (0,9 06) size 769x0360 RenderInline {SPAN} at (0,0) size 0x0 361 RenderInline {SPAN} at (0,0) size 0x0 362 RenderInline {SPAN} at (0,0) size 0x0 363 RenderInline {SPAN} at (0,0) size 0x0 364 RenderText {#text} at (0,0) size 0x0 365 RenderBlock (anonymous) at (0,9 12) size 769x2366 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 367 RenderBlock (anonymous) at (0,92 0) size 769x50359 RenderBlock (anonymous) at (0,914) size 769x0 360 RenderInline {SPAN} at (0,0) size 0x0 361 RenderInline {SPAN} at (0,0) size 0x0 362 RenderInline {SPAN} at (0,0) size 0x0 363 RenderInline {SPAN} at (0,0) size 0x0 364 RenderText {#text} at (0,0) size 0x0 365 RenderBlock (anonymous) at (0,920) size 769x2 366 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 367 RenderBlock (anonymous) at (0,928) size 769x50 368 368 RenderInline {SPAN} at (0,0) size 196x48 369 369 RenderInline {SPAN} at (0,0) size 0x0 … … 386 386 RenderBR {BR} at (196,47) size 0x0 387 387 RenderText {#text} at (0,0) size 0x0 388 RenderBlock (anonymous) at (0,9 76) size 769x2389 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 390 RenderBlock (anonymous) at (0,9 84) size 769x20388 RenderBlock (anonymous) at (0,984) size 769x2 389 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 390 RenderBlock (anonymous) at (0,992) size 769x20 391 391 RenderInline {SPAN} at (0,0) size 182x15 392 392 RenderInline {SPAN} at (0,0) size 182x17 … … 405 405 RenderText {#text} at (0,0) size 0x0 406 406 RenderText {#text} at (0,0) size 0x0 407 RenderBlock (anonymous) at (0,101 0) size 769x2408 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 409 RenderBlock (anonymous) at (0,10 18) size 769x20407 RenderBlock (anonymous) at (0,1018) size 769x2 408 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 409 RenderBlock (anonymous) at (0,1026) size 769x20 410 410 RenderInline {SPAN} at (0,0) size 277x15 411 411 RenderInline {SPAN} at (0,0) size 277x15 … … 420 420 RenderText {#text} at (0,0) size 0x0 421 421 RenderText {#text} at (0,0) size 0x0 422 RenderBlock (anonymous) at (0,10 44) size 769x30422 RenderBlock (anonymous) at (0,1052) size 769x30 423 423 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 424 424 RenderBlock {P} at (0,15) size 769x15 … … 429 429 text run at (204,0) width 163: "Click here for latest updates" 430 430 RenderText {#text} at (0,0) size 0x0 431 RenderBlock (anonymous) at (0,10 87) size 769x0431 RenderBlock (anonymous) at (0,1095) size 769x0 432 432 RenderInline {SPAN} at (0,0) size 0x0 433 433 RenderInline {SPAN} at (0,0) size 0x0 … … 471 471 RenderImage {IMG} at (0,20) size 20x20 472 472 RenderText {#text} at (0,0) size 0x0 473 layer at (28,205) size 529x 52474 RenderTable {TABLE} at (0,0) size 529x 52[border: (1px outset #808080)]475 RenderTableSection {TBODY} at (1,1) size 527x5 0473 layer at (28,205) size 529x60 474 RenderTable {TABLE} at (0,0) size 529x60 [border: (1px outset #808080)] 475 RenderTableSection {TBODY} at (1,1) size 527x58 476 476 RenderTableRow {TR} at (0,2) size 527x22 [bgcolor=#E0E0E0] 477 477 RenderTableCell {TD} at (2,2) size 95x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] … … 484 484 RenderText {#text} at (2,2) size 47x17 485 485 text run at (2,2) width 47: "Phone" 486 RenderTableRow {TR} at (0, 0) size 0x0487 RenderTableRow {TR} at (0,2 6) size 527x22488 RenderTableCell {TD} at (2,2 6) size 95x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]486 RenderTableRow {TR} at (0,26) size 527x0 487 RenderTableRow {TR} at (0,28) size 527x22 488 RenderTableCell {TD} at (2,28) size 95x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1] 489 489 RenderText {#text} at (2,2) size 91x17 490 490 text run at (2,2) width 91: "Travel Agent" 491 RenderTableCell {TD} at (99,2 6) size 45x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]491 RenderTableCell {TD} at (99,28) size 45x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1] 492 492 RenderText {#text} at (2,2) size 41x17 493 493 text run at (2,2) width 41: "(LAX)" 494 RenderTableCell {TD} at (146,2 6) size 379x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]494 RenderTableCell {TD} at (146,28) size 379x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1] 495 495 RenderText {#text} at (2,2) size 375x17 496 496 text run at (2,2) width 375: "RQ0/818 990-4053-PLAZA TRAVEL - 05838276-RC" 497 RenderTableRow {TR} at (0, 0) size 0x0498 RenderTableRow {TR} at (0, 0) size 0x0499 RenderTableRow {TR} at (0, 0) size 0x0497 RenderTableRow {TR} at (0,52) size 527x0 498 RenderTableRow {TR} at (0,54) size 527x0 499 RenderTableRow {TR} at (0,56) size 527x0 -
trunk/LayoutTests/fast/invalid/017-expected.txt
r13869 r14597 14 14 RenderBlock (anonymous) at (0,34) size 784x0 15 15 RenderInline {A} at (0,0) size 0x0 16 RenderTable {TABLE} at (0,34) size 4x 217 RenderTableSection {TBODY} at (0,0) size 4x 218 RenderTableRow {TR} at (0, 0) size 0x016 RenderTable {TABLE} at (0,34) size 4x4 17 RenderTableSection {TBODY} at (0,0) size 4x4 18 RenderTableRow {TR} at (0,2) size 4x0 -
trunk/LayoutTests/fast/invalid/018-expected.txt
r13869 r14597 9 9 RenderInline {FONT} at (0,0) size 0x0 10 10 RenderText {#text} at (0,0) size 0x0 11 RenderBlock (anonymous) at (0,0) size 784x 212 RenderTable {TABLE} at (0,0) size 4x 213 RenderTableSection {TBODY} at (0,0) size 4x 214 RenderTableRow {TR} at (0, 0) size 0x015 RenderBlock {P} at (0, 18) size 784x016 RenderBlock (anonymous) at (0, 18) size 784x1811 RenderBlock (anonymous) at (0,0) size 784x4 12 RenderTable {TABLE} at (0,0) size 4x4 13 RenderTableSection {TBODY} at (0,0) size 4x4 14 RenderTableRow {TR} at (0,2) size 4x0 15 RenderBlock {P} at (0,20) size 784x0 16 RenderBlock (anonymous) at (0,20) size 784x18 17 17 RenderInline {FONT} at (0,0) size 0x0 18 18 RenderInline {A} at (0,0) size 0x0 … … 22 22 RenderText {#text} at (0,0) size 366x18 23 23 text run at (0,0) width 366: "This page contains an insanely badly-nested tag sequence." 24 RenderTable {TABLE} at (0,3 6) size 6x625 RenderTableSection {TBODY} at (0,0) size 6x 624 RenderTable {TABLE} at (0,38) size 6x8 25 RenderTableSection {TBODY} at (0,0) size 6x8 26 26 RenderTableRow {TR} at (0,2) size 6x2 27 27 RenderTableCell {TD} at (2,2) size 2x2 [r=0 c=0 rs=1 cs=1] 28 RenderTableRow {TR} at (0, 0) size 0x028 RenderTableRow {TR} at (0,6) size 6x0 -
trunk/LayoutTests/fast/table/012-expected.txt
r13869 r14597 16 16 RenderTable {TABLE} at (0,136) size 784x100 17 17 RenderTableSection {TBODY} at (0,0) size 784x100 18 RenderTableRow {TR} at (0,0) size 0x018 RenderTableRow {TR} at (0,0) size 784x100 19 19 RenderBlock (anonymous) at (0,236) size 784x18 20 20 RenderText {#text} at (0,0) size 321x18 -
trunk/LayoutTests/fast/table/cell-absolute-child-expected.txt
r13869 r14597 20 20 RenderText {#text} at (0,0) size 535x18 21 21 text run at (0,0) width 535: "You should see two identical green squares, 100x100 pixels each, next to each other." 22 RenderTable {TABLE} at (0,86) size 108x15 423 RenderTableSection {TBODY} at (0,0) size 108x15 424 RenderTableRow {TR} at (0,2) size 108x 4825 RenderTableCell {TD} at (2,2 5) size 104x2 [r=0 c=0 rs=1 cs=2]26 RenderTableRow {TR} at (0,5 2) size 108x10027 RenderTableCell {TD} at (2,5 2) size 100x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]28 RenderTableCell at (104,5 1) size 2x2 [r=1 c=1 rs=1 cs=1]29 layer at (11,14 7) size 98x9830 RenderBlock (positioned) {DIV} at (11,14 7) size 98x9831 layer at (113,14 6) size 100x10032 RenderBlock (positioned) {TD} at (113,14 6) size 100x100 [bgcolor=#008000]22 RenderTable {TABLE} at (0,86) size 108x156 23 RenderTableSection {TBODY} at (0,0) size 108x156 24 RenderTableRow {TR} at (0,2) size 108x50 25 RenderTableCell {TD} at (2,26) size 104x2 [r=0 c=0 rs=1 cs=2] 26 RenderTableRow {TR} at (0,54) size 108x100 27 RenderTableCell {TD} at (2,54) size 100x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1] 28 RenderTableCell at (104,53) size 2x2 [r=1 c=1 rs=1 cs=1] 29 layer at (11,149) size 98x98 30 RenderBlock (positioned) {DIV} at (11,149) size 98x98 31 layer at (113,148) size 100x100 32 RenderBlock (positioned) {TD} at (113,148) size 100x100 [bgcolor=#008000] -
trunk/LayoutTests/fast/table/colspanMinWidth-expected.txt
r13869 r14597 8 8 RenderTableRow {TR} at (0,2) size 172x2 9 9 RenderTableCell {TD} at (2,2) size 3x2 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1] 10 RenderTableRow {TR} at (0,6) size 172x -210 RenderTableRow {TR} at (0,6) size 172x0 11 11 RenderTableCell {TD} at (2,6) size 164x2 [bgcolor=#008000] [r=1 c=0 rs=2 cs=2] 12 RenderTableRow {TR} at (0, 6) size 172x213 RenderTableCell {TD} at (168,2 2) size 2x2 [bgcolor=#FF0000] [r=2 c=2 rs=2 cs=1]12 RenderTableRow {TR} at (0,8) size 172x0 13 RenderTableCell {TD} at (168,23) size 2x2 [bgcolor=#FF0000] [r=2 c=2 rs=2 cs=1] 14 14 RenderTableRow {TR} at (0,10) size 172x31 15 15 RenderTableCell {TD} at (2,10) size 164x31 [bgcolor=#00FFFF] [r=3 c=0 rs=1 cs=2] -
trunk/LayoutTests/fast/table/giantRowspan-expected.txt
r13869 r14597 5 5 RenderBody {BODY} at (8,8) size 784x584 6 6 RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)] 7 RenderTable {TABLE} at (0,10) size 4x 28 RenderTableSection {TBODY} at (0,0) size 4x 29 RenderTableRow {TR} at (0, 0) size 0x07 RenderTable {TABLE} at (0,10) size 4x4 8 RenderTableSection {TBODY} at (0,0) size 4x4 9 RenderTableRow {TR} at (0,2) size 4x0 10 10 RenderTableCell {TD} at (0,0) size 0x2 [r=-1 c=-1 rs=1947483647 cs=1] -
trunk/LayoutTests/fast/table/spanOverlapRepaint-expected.txt
r13869 r14597 8 8 RenderTableRow {TR} at (0,2) size 176x2 9 9 RenderTableCell {TD} at (2,2) size 6x2 [r=0 c=0 rs=1 cs=1] 10 RenderTableRow {TR} at (0,6) size 176x -210 RenderTableRow {TR} at (0,6) size 176x0 11 11 RenderTableCell {TD} at (2,6) size 6x2 [r=1 c=0 rs=2 cs=1] 12 RenderTableRow {TR} at (0, 6) size 176x213 RenderTableCell {TD} at (10,2 5) size 164x2 [r=2 c=1 rs=2 cs=1]12 RenderTableRow {TR} at (0,8) size 176x0 13 RenderTableCell {TD} at (10,26) size 164x2 [r=2 c=1 rs=2 cs=1] 14 14 RenderTableRow {TR} at (0,10) size 176x37 15 15 RenderTableCell {TD} at (2,10) size 172x37 [r=3 c=0 rs=1 cs=2] -
trunk/LayoutTests/tables/mozilla/bugs/bug10296-1-expected.txt
r13869 r14597 1 layer at (0,0) size 785x595 31 layer at (0,0) size 785x5957 2 2 RenderCanvas at (0,0) size 785x600 3 layer at (0,0) size 785x595 34 RenderBlock {HTML} at (0,0) size 785x595 35 RenderBody {BODY} at (8,21) size 769x59 163 layer at (0,0) size 785x5957 4 RenderBlock {HTML} at (0,0) size 785x5957 5 RenderBody {BODY} at (8,21) size 769x5920 6 6 RenderBlock {H1} at (0,0) size 769x37 7 7 RenderText {#text} at (0,0) size 486x37 … … 461 461 text run at (481,0) width 273: "The second one should have its second and" 462 462 text run at (0,18) width 440: "third cell's contents offset from the middle by 10px (bottom, then top):" 463 RenderTable {TABLE} at (0,2502) size 290x20 2464 RenderTableSection {TBODY} at (0,0) size 290x20 2465 RenderTableRow {TR} at (0,2) size 290x 198463 RenderTable {TABLE} at (0,2502) size 290x204 464 RenderTableSection {TBODY} at (0,0) size 290x204 465 RenderTableRow {TR} at (0,2) size 290x200 466 466 RenderTableCell {TD} at (2,46) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1] 467 467 RenderText {#text} at (2,2) size 30x18 … … 481 481 RenderText {#text} at (2,20) size 120x74 482 482 text run at (2,20) width 120: "Data" 483 RenderTable {TABLE} at (0,270 4) size 110x202484 RenderTableSection {TBODY} at (0,0) size 110x20 2485 RenderTableRow {TR} at (0,2) size 110x 198486 RenderTableCell {TD} at (2,8 0) size 34x41 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]483 RenderTable {TABLE} at (0,2706) size 110x204 484 RenderTableSection {TBODY} at (0,0) size 110x204 485 RenderTableRow {TR} at (0,2) size 110x200 486 RenderTableCell {TD} at (2,81) size 34x41 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1] 487 487 RenderText {#text} at (2,21) size 30x18 488 488 text run at (2,21) width 30: "Data" 489 RenderTableCell {TD} at (38,8 0) size 34x41 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]490 RenderText {#text} at (2,2) size 30x18 491 text run at (2,2) width 30: "Data" 492 RenderTableCell {TD} at (74,9 0) size 34x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]493 RenderText {#text} at (2,2) size 30x18 494 text run at (2,2) width 30: "Data" 495 RenderBlock {P} at (0,292 2) size 769x36489 RenderTableCell {TD} at (38,81) size 34x41 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1] 490 RenderText {#text} at (2,2) size 30x18 491 text run at (2,2) width 30: "Data" 492 RenderTableCell {TD} at (74,91) size 34x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1] 493 RenderText {#text} at (2,2) size 30x18 494 text run at (2,2) width 30: "Data" 495 RenderBlock {P} at (0,2926) size 769x36 496 496 RenderText {#text} at (0,0) size 722x36 497 497 text run at (0,0) width 518: "The behavior of percentage heights on table-row or table-row-group is undefined. " 498 498 text run at (518,0) width 204: "However, I think they should be" 499 499 text run at (0,18) width 276: "ignored, so these tables should look normal:" 500 RenderTable {TABLE} at (0,297 4) size 110x74500 RenderTable {TABLE} at (0,2978) size 110x74 501 501 RenderTableSection {TBODY} at (0,0) size 110x74 502 502 RenderTableRow {TR} at (0,2) size 110x22 … … 530 530 RenderText {#text} at (2,2) size 30x18 531 531 text run at (2,2) width 30: "Data" 532 RenderTable {TABLE} at (0,30 48) size 110x74532 RenderTable {TABLE} at (0,3052) size 110x74 533 533 RenderTableSection {TBODY} at (0,0) size 110x74 534 534 RenderTableRow {TR} at (0,2) size 110x22 … … 562 562 RenderText {#text} at (2,2) size 30x18 563 563 text run at (2,2) width 30: "Data" 564 RenderTable {TABLE} at (0,312 2) size 110x174564 RenderTable {TABLE} at (0,3126) size 110x174 565 565 RenderTableSection {THEAD} at (0,0) size 110x50 566 566 RenderTableRow {TR} at (0,2) size 110x22 … … 636 636 RenderText {#text} at (2,2) size 30x18 637 637 text run at (2,2) width 30: "Data" 638 RenderTable {TABLE} at (0,3 296) size 110x174638 RenderTable {TABLE} at (0,3300) size 110x174 639 639 RenderTableSection {THEAD} at (0,0) size 110x50 640 640 RenderTableRow {TR} at (0,2) size 110x22 … … 710 710 RenderText {#text} at (2,2) size 30x18 711 711 text run at (2,2) width 30: "Data" 712 RenderBlock {P} at (0,34 86) size 769x18712 RenderBlock {P} at (0,3490) size 769x18 713 713 RenderText {#text} at (0,0) size 487x18 714 714 text run at (0,0) width 487: "The following table should look normal, since very small heights get ignored:" 715 RenderTable {TABLE} at (0,352 0) size 110x26715 RenderTable {TABLE} at (0,3524) size 110x26 716 716 RenderTableSection {TBODY} at (0,0) size 110x26 717 717 RenderTableRow {TR} at (0,2) size 110x22 … … 725 725 RenderText {#text} at (2,2) size 30x18 726 726 text run at (2,2) width 30: "Data" 727 RenderBlock {P} at (0,356 2) size 769x18727 RenderBlock {P} at (0,3566) size 769x18 728 728 RenderText {#text} at (0,0) size 252x18 729 729 text run at (0,0) width 252: "So should this one, for auto cell heights:" 730 RenderTable {TABLE} at (0,3 596) size 110x26730 RenderTable {TABLE} at (0,3600) size 110x26 731 731 RenderTableSection {TBODY} at (0,0) size 110x26 732 732 RenderTableRow {TR} at (0,2) size 110x22 … … 740 740 RenderText {#text} at (2,2) size 30x18 741 741 text run at (2,2) width 30: "Data" 742 RenderBlock {P} at (0,36 38) size 769x18742 RenderBlock {P} at (0,3642) size 769x18 743 743 RenderText {#text} at (0,0) size 627x18 744 744 text run at (0,0) width 627: "These tables should look the same - all cells should be 100px tall with the text at the top of the cells:" 745 RenderTable {TABLE} at (0,367 2) size 110x108745 RenderTable {TABLE} at (0,3676) size 110x108 746 746 RenderTableSection {TBODY} at (0,0) size 110x108 747 747 RenderTableRow {TR} at (0,2) size 110x104 … … 755 755 RenderText {#text} at (2,2) size 30x18 756 756 text run at (2,2) width 30: "Data" 757 RenderTable {TABLE} at (0,378 0) size 110x108757 RenderTable {TABLE} at (0,3784) size 110x108 758 758 RenderTableSection {TBODY} at (0,0) size 110x108 759 759 RenderTableRow {TR} at (0,2) size 110x104 … … 767 767 RenderText {#text} at (2,2) size 30x18 768 768 text run at (2,2) width 30: "Data" 769 RenderTable {TABLE} at (0,38 88) size 110x108769 RenderTable {TABLE} at (0,3892) size 110x108 770 770 RenderTableSection {TBODY} at (0,0) size 110x108 771 771 RenderTableRow {TR} at (0,2) size 110x104 … … 779 779 RenderText {#text} at (2,2) size 30x18 780 780 text run at (2,2) width 30: "Data" 781 RenderTable {TABLE} at (0, 3996) size 110x108781 RenderTable {TABLE} at (0,4000) size 110x108 782 782 RenderTableSection {TBODY} at (0,0) size 110x108 783 783 RenderTableRow {TR} at (0,2) size 110x104 … … 791 791 RenderText {#text} at (2,2) size 30x18 792 792 text run at (2,2) width 30: "Data" 793 RenderBlock {P} at (0,412 0) size 769x18793 RenderBlock {P} at (0,4124) size 769x18 794 794 RenderText {#text} at (0,0) size 715x18 795 795 text run at (0,0) width 715: "In these four tables, the text should be 20px lower each cell, but should otherwise look like the above three tables:" 796 RenderTable {TABLE} at (0,415 4) size 106x108796 RenderTable {TABLE} at (0,4158) size 106x108 797 797 RenderTableSection {TBODY} at (0,0) size 106x108 798 798 RenderTableRow {TR} at (0,2) size 106x104 … … 806 806 RenderText {#text} at (1,41) size 30x18 807 807 text run at (1,41) width 30: "Data" 808 RenderTable {TABLE} at (0,426 2) size 106x108808 RenderTable {TABLE} at (0,4266) size 106x108 809 809 RenderTableSection {TBODY} at (0,0) size 106x108 810 810 RenderTableRow {TR} at (0,2) size 106x104 … … 818 818 RenderText {#text} at (1,41) size 30x18 819 819 text run at (1,41) width 30: "Data" 820 RenderTable {TABLE} at (0,437 0) size 106x108820 RenderTable {TABLE} at (0,4374) size 106x108 821 821 RenderTableSection {TBODY} at (0,0) size 106x108 822 822 RenderTableRow {TR} at (0,2) size 106x104 … … 830 830 RenderText {#text} at (1,41) size 30x18 831 831 text run at (1,41) width 30: "Data" 832 RenderTable {TABLE} at (0,44 78) size 110x108832 RenderTable {TABLE} at (0,4482) size 110x108 833 833 RenderTableSection {TBODY} at (0,0) size 110x108 834 834 RenderTableRow {TR} at (0,2) size 110x104 … … 842 842 RenderText {#text} at (2,2) size 30x18 843 843 text run at (2,2) width 30: "Data" 844 RenderBlock {P} at (0,460 2) size 769x18844 RenderBlock {P} at (0,4606) size 769x18 845 845 RenderText {#text} at (0,0) size 370x18 846 846 text run at (0,0) width 370: "These should have the text 40px from the top in every cell:" 847 RenderTable {TABLE} at (0,46 36) size 106x107847 RenderTable {TABLE} at (0,4640) size 106x107 848 848 RenderTableSection {TBODY} at (0,0) size 106x107 849 849 RenderTableRow {TR} at (0,2) size 106x103 … … 857 857 RenderText {#text} at (1,41) size 30x18 858 858 text run at (1,41) width 30: "Data" 859 RenderTable {TABLE} at (0,474 3) size 106x106859 RenderTable {TABLE} at (0,4747) size 106x106 860 860 RenderTableSection {TBODY} at (0,0) size 106x106 861 861 RenderTableRow {TR} at (0,2) size 106x102 … … 869 869 RenderText {#text} at (1,41) size 30x18 870 870 text run at (1,41) width 30: "Data" 871 RenderTable {TABLE} at (0,48 49) size 106x106871 RenderTable {TABLE} at (0,4853) size 106x106 872 872 RenderTableSection {TBODY} at (0,0) size 106x106 873 873 RenderTableRow {TR} at (0,2) size 106x102 … … 881 881 RenderText {#text} at (1,41) size 30x18 882 882 text run at (1,41) width 30: "Data" 883 RenderTable {TABLE} at (0,495 5) size 106x106883 RenderTable {TABLE} at (0,4959) size 106x106 884 884 RenderTableSection {TBODY} at (0,0) size 106x106 885 885 RenderTableRow {TR} at (0,2) size 106x102 … … 893 893 RenderText {#text} at (1,41) size 30x18 894 894 text run at (1,41) width 30: "Data" 895 RenderTable {TABLE} at (0,506 1) size 106x68895 RenderTable {TABLE} at (0,5065) size 106x68 896 896 RenderTableSection {TBODY} at (0,0) size 106x68 897 897 RenderTableRow {TR} at (0,2) size 106x64 … … 905 905 RenderText {#text} at (1,1) size 30x18 906 906 text run at (1,1) width 30: "Data" 907 RenderBlock {P} at (0,514 5) size 769x36907 RenderBlock {P} at (0,5149) size 769x36 908 908 RenderText {#text} at (0,0) size 749x36 909 909 text run at (0,0) width 749: "In each of the following tables, three of the cells should have the same baseline of the first line, and the three so marked" 910 910 text run at (0,18) width 269: "should be aligned top, middle, and bottom:" 911 RenderTable {TABLE} at (0,5 197) size 458x118911 RenderTable {TABLE} at (0,5201) size 458x118 912 912 RenderTableSection {TBODY} at (0,0) size 458x118 913 913 RenderTableRow {TR} at (0,2) size 458x114 … … 930 930 RenderText {#text} at (2,2) size 47x18 931 931 text run at (2,2) width 47: "Bottom" 932 RenderTable {TABLE} at (0,531 5) size 458x118932 RenderTable {TABLE} at (0,5319) size 458x118 933 933 RenderTableSection {TBODY} at (0,0) size 458x118 934 934 RenderTableRow {TR} at (0,2) size 458x114 … … 951 951 RenderText {#text} at (2,2) size 90x55 952 952 text run at (2,2) width 90: "Data" 953 RenderTable {TABLE} at (0,543 3) size 458x118953 RenderTable {TABLE} at (0,5437) size 458x118 954 954 RenderTableSection {TBODY} at (0,0) size 458x118 955 955 RenderTableRow {TR} at (0,2) size 458x114 … … 972 972 RenderText {#text} at (2,2) size 90x55 973 973 text run at (2,2) width 90: "Data" 974 RenderTable {TABLE} at (0,555 1) size 458x118974 RenderTable {TABLE} at (0,5555) size 458x118 975 975 RenderTableSection {TBODY} at (0,0) size 458x118 976 976 RenderTableRow {TR} at (0,2) size 458x114 … … 993 993 RenderText {#text} at (2,2) size 182x110 994 994 text run at (2,2) width 182: "Data" 995 RenderTable {TABLE} at (0,56 69) size 458x118995 RenderTable {TABLE} at (0,5673) size 458x118 996 996 RenderTableSection {TBODY} at (0,0) size 458x118 997 997 RenderTableRow {TR} at (0,2) size 458x114 … … 1014 1014 RenderText {#text} at (2,2) size 45x18 1015 1015 text run at (2,2) width 45: "Middle" 1016 RenderBlock {HR} at (0,579 5) size 769x2 [border: (1px inset #000000)]1017 RenderBlock {P} at (0,581 3) size 769x351016 RenderBlock {HR} at (0,5799) size 769x2 [border: (1px inset #000000)] 1017 RenderBlock {P} at (0,5817) size 769x35 1018 1018 RenderInline {A} at (0,0) size 88x18 [color=#0000EE] 1019 1019 RenderImage {IMG} at (0,0) size 88x31 1020 RenderBlock {P} at (0,586 4) size 769x181020 RenderBlock {P} at (0,5868) size 769x18 1021 1021 RenderText {#text} at (0,0) size 58x18 1022 1022 text run at (0,0) width 58: "(Back to " … … 1031 1031 RenderText {#text} at (306,0) size 5x18 1032 1032 text run at (306,0) width 5: ")" 1033 RenderBlock {P} at (0,5 898) size 769x181033 RenderBlock {P} at (0,5902) size 769x18 1034 1034 RenderInline {A} at (0,0) size 33x18 [color=#0000EE] 1035 1035 RenderText {#text} at (0,0) size 33x18 -
trunk/LayoutTests/tables/mozilla/bugs/bug113235-1-expected.txt
r14222 r14597 1 layer at (0,0) size 785x11 3981 layer at (0,0) size 785x11400 2 2 RenderCanvas at (0,0) size 785x600 3 layer at (0,0) size 785x11 3984 RenderBlock {HTML} at (0,0) size 785x11 3985 RenderBody {BODY} at (8,8) size 769x1138 26 RenderTable {TABLE} at (0,0) size 739x1138 2[border: (1px outset #808080)]7 RenderTableSection {TBODY} at (1,1) size 737x1138 08 RenderTableRow {TR} at (0,2) size 737x1137 63 layer at (0,0) size 785x11400 4 RenderBlock {HTML} at (0,0) size 785x11400 5 RenderBody {BODY} at (8,8) size 769x11384 6 RenderTable {TABLE} at (0,0) size 739x11384 [border: (1px outset #808080)] 7 RenderTableSection {TBODY} at (1,1) size 737x11382 8 RenderTableRow {TR} at (0,2) size 737x11378 9 9 RenderTableCell {TD} at (2,2) size 12x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] 10 10 RenderText {#text} at (2,2) size 8x18 11 11 text run at (2,2) width 8: "x" 12 RenderTableCell {TD} at (16,2) size 719x1137 6[border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]12 RenderTableCell {TD} at (16,2) size 719x11378 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1] 13 13 RenderBlock (anonymous) at (2,2) size 715x0 14 14 RenderInline {FONT} at (0,0) size 0x0 15 15 RenderText {#text} at (0,0) size 0x0 16 RenderBlock (anonymous) at (2,2) size 715x1137 216 RenderBlock (anonymous) at (2,2) size 715x11374 17 17 RenderTable {TABLE} at (0,0) size 566x52 [border: (1px outset #808080)] 18 18 RenderTableSection {TBODY} at (1,1) size 564x50 … … 4241 4241 RenderInline {A} at (0,0) size 0x0 4242 4242 RenderText {#text} at (0,0) size 0x0 4243 RenderTable {TABLE} at (0,11348) size 26x2 44244 RenderTableSection {TBODY} at (0,0) size 26x2 44245 RenderTableRow {TR} at (0, 0) size 0x04246 RenderTableRow {TR} at (0, 2) size 26x204247 RenderTableCell {TD} at (2, 2) size 10x20 [r=1 c=0 rs=1 cs=1]4243 RenderTable {TABLE} at (0,11348) size 26x26 4244 RenderTableSection {TBODY} at (0,0) size 26x26 4245 RenderTableRow {TR} at (0,2) size 26x0 4246 RenderTableRow {TR} at (0,4) size 26x20 4247 RenderTableCell {TD} at (2,4) size 10x20 [r=1 c=0 rs=1 cs=1] 4248 4248 RenderText {#text} at (1,1) size 8x17 4249 4249 text run at (1,1) width 8: "x" 4250 RenderTableCell {TD} at (14, 2) size 10x20 [r=1 c=1 rs=1 cs=1]4250 RenderTableCell {TD} at (14,4) size 10x20 [r=1 c=1 rs=1 cs=1] 4251 4251 RenderText {#text} at (1,1) size 8x17 4252 4252 text run at (1,1) width 8: "x" 4253 RenderBlock (anonymous) at (2,1137 4) size 715x04253 RenderBlock (anonymous) at (2,11376) size 715x0 4254 4254 RenderInline {FONT} at (0,0) size 0x0 -
trunk/LayoutTests/tables/mozilla/bugs/bug113235-2-expected.txt
r13869 r14597 12 12 text run at (639,0) width 76: "hang forever." 13 13 RenderInline {A} at (0,0) size 0x0 14 RenderBlock (anonymous) at (0,31) size 784x4 114 RenderBlock (anonymous) at (0,31) size 784x43 15 15 RenderBlock {H2} at (0,0) size 784x23 16 16 RenderInline {A} at (0,0) size 169x22 17 17 RenderText {#text} at (0,0) size 169x22 18 18 text run at (0,0) width 169: "Table of Contents" 19 RenderTable {TABLE} at (0,39) size 4x 220 RenderTableSection {TBODY} at (0,0) size 4x 221 RenderTableRow {TR} at (0, 0) size 0x022 RenderBlock (anonymous) at (0,7 2) size 784x019 RenderTable {TABLE} at (0,39) size 4x4 20 RenderTableSection {TBODY} at (0,0) size 4x4 21 RenderTableRow {TR} at (0,2) size 4x0 22 RenderBlock (anonymous) at (0,74) size 784x0 23 23 RenderInline {FONT} at (0,0) size 0x0 -
trunk/LayoutTests/tables/mozilla/bugs/bug12384-expected.txt
r13975 r14597 18 18 RenderTextField {INPUT} at (471,3) size 217x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)] 19 19 RenderText {#text} at (0,0) size 0x0 20 RenderTableRow {TR} at (0, 0) size 0x020 RenderTableRow {TR} at (0,25) size 691x0 21 21 layer at (15,15) size 211x13 22 22 RenderBlock {DIV} at (3,3) size 211x13 -
trunk/LayoutTests/tables/mozilla/bugs/bug133756-1-expected.txt
r13869 r14597 11 11 RenderText {#text} at (0,0) size 58x18 12 12 text run at (0,0) width 58: "blah blah" 13 RenderTableRow {TR} at (0,0) size 0x014 RenderTableRow {TR} at (0,0) size 0x015 RenderTableRow {TR} at (0,0) size 0x013 RenderTableRow {TR} at (0,0) size 58x0 14 RenderTableRow {TR} at (0,0) size 58x0 15 RenderTableRow {TR} at (0,0) size 58x50 16 16 RenderBlock {P} at (0,66) size 784x18 17 17 RenderText {#text} at (0,0) size 109x18 -
trunk/LayoutTests/tables/mozilla/bugs/bug133756-2-expected.txt
r13869 r14597 13 13 RenderText {#text} at (1,1) size 63x18 14 14 text run at (1,1) width 63: "First Row" 15 RenderTableRow {TR} at (0,0) size 0x015 RenderTableRow {TR} at (0,0) size 65x20 16 16 RenderBlock (anonymous) at (0,40) size 784x18 17 17 RenderText {#text} at (0,0) size 299x18 … … 19 19 RenderTable {TABLE} at (0,58) size 69x24 [border: (1px outset #808080)] 20 20 RenderTableSection {TBODY} at (1,1) size 67x22 21 RenderTableRow {TR} at (0,1) size 67x -121 RenderTableRow {TR} at (0,1) size 67x0 22 22 RenderTableCell {TD} at (1,1) size 65x20 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1] 23 23 RenderText {#text} at (1,1) size 63x18 24 24 text run at (1,1) width 63: "First Row" 25 RenderTableRow {TR} at (0, 0) size 0x025 RenderTableRow {TR} at (0,2) size 67x19 26 26 RenderBlock (anonymous) at (0,82) size 784x18 27 27 RenderText {#text} at (0,0) size 299x18 … … 33 33 RenderText {#text} at (2,2) size 63x18 34 34 text run at (2,2) width 63: "First Row" 35 RenderTableRow {TR} at (0,0) size 0x035 RenderTableRow {TR} at (0,0) size 67x22 36 36 RenderBlock (anonymous) at (0,124) size 784x18 37 37 RenderText {#text} at (0,0) size 299x18 … … 39 39 RenderTable {TABLE} at (0,142) size 71x26 [border: (1px outset #808080)] 40 40 RenderTableSection {TBODY} at (1,1) size 69x24 41 RenderTableRow {TR} at (0,1) size 69x -141 RenderTableRow {TR} at (0,1) size 69x0 42 42 RenderTableCell {TD} at (1,1) size 67x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1] 43 43 RenderText {#text} at (2,2) size 63x18 44 44 text run at (2,2) width 63: "First Row" 45 RenderTableRow {TR} at (0, 0) size 0x045 RenderTableRow {TR} at (0,2) size 69x21 46 46 RenderBlock (anonymous) at (0,168) size 784x90 47 47 RenderBR {BR} at (0,0) size 0x18 … … 59 59 RenderText {#text} at (1,1) size 63x18 60 60 text run at (1,1) width 63: "First Row" 61 RenderTableRow {TR} at (0,0) size 0x061 RenderTableRow {TR} at (0,0) size 65x20 62 62 RenderBlock (anonymous) at (0,280) size 784x18 63 63 RenderText {#text} at (0,0) size 299x18 … … 65 65 RenderTable {TABLE} at (0,298) size 69x24 [border: (1px outset #808080)] 66 66 RenderTableSection {TBODY} at (1,1) size 67x22 67 RenderTableRow {TR} at (0,1) size 67x -167 RenderTableRow {TR} at (0,1) size 67x0 68 68 RenderTableCell {TD} at (1,1) size 65x20 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1] 69 69 RenderText {#text} at (1,1) size 63x18 70 70 text run at (1,1) width 63: "First Row" 71 RenderTableRow {TR} at (0, 0) size 0x071 RenderTableRow {TR} at (0,2) size 67x19 72 72 RenderBlock (anonymous) at (0,322) size 784x18 73 73 RenderText {#text} at (0,0) size 299x18 … … 79 79 RenderText {#text} at (2,2) size 63x18 80 80 text run at (2,2) width 63: "First Row" 81 RenderTableRow {TR} at (0,0) size 0x081 RenderTableRow {TR} at (0,0) size 67x22 82 82 RenderBlock (anonymous) at (0,364) size 784x18 83 83 RenderText {#text} at (0,0) size 299x18 … … 85 85 RenderTable {TABLE} at (0,382) size 71x26 [border: (1px outset #808080)] 86 86 RenderTableSection {TBODY} at (1,1) size 69x24 87 RenderTableRow {TR} at (0,1) size 69x -187 RenderTableRow {TR} at (0,1) size 69x0 88 88 RenderTableCell {TD} at (1,1) size 67x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1] 89 89 RenderText {#text} at (2,2) size 63x18 90 90 text run at (2,2) width 63: "First Row" 91 RenderTableRow {TR} at (0, 0) size 0x091 RenderTableRow {TR} at (0,2) size 69x21 -
trunk/LayoutTests/tables/mozilla/bugs/bug220536-expected.txt
r13869 r14597 6 6 RenderTable {TABLE} at (0,0) size 126x54 [border: (1px outset #808080)] 7 7 RenderTableSection {THEAD} at (1,1) size 124x26 8 RenderTableRow {TR} at (0,2) size 124x -28 RenderTableRow {TR} at (0,2) size 124x0 9 9 RenderTableCell {TH} at (2,2) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1] 10 10 RenderText {#text} at (2,2) size 32x18 … … 16 16 RenderText {#text} at (2,2) size 36x18 17 17 text run at (2,2) width 36: "dddd" 18 RenderTableRow {TR} at (0, 0) size 0x018 RenderTableRow {TR} at (0,4) size 124x20 19 19 RenderTableSection {TBODY} at (1,27) size 124x26 20 20 RenderTableRow {TR} at (0,2) size 124x22 -
trunk/LayoutTests/tables/mozilla/bugs/bug23072-expected.txt
r13869 r14597 6 6 RenderTable {TABLE} at (0,0) size 46x20 7 7 RenderTableSection {TBODY} at (0,0) size 46x20 8 RenderTableRow {TR} at (0,0) size 0x08 RenderTableRow {TR} at (0,0) size 46x0 9 9 RenderTableRow {TR} at (0,0) size 46x20 10 10 RenderTableCell {TD} at (0,0) size 46x20 [r=1 c=0 rs=1 cs=1] -
trunk/LayoutTests/tables/mozilla/bugs/bug25086-expected.txt
r13869 r14597 7 7 RenderText {#text} at (0,0) size 355x18 8 8 text run at (0,0) width 355: "this table is regular html and the cell has a class attribute:" 9 RenderTable {TABLE} at (0,34) size 124x 78[border: (2px outset #808080)]10 RenderTableSection {TBODY} at (2,2) size 120x7 49 RenderTable {TABLE} at (0,34) size 124x80 [border: (2px outset #808080)] 10 RenderTableSection {TBODY} at (2,2) size 120x76 11 11 RenderTableRow {TR} at (0,2) size 120x70 12 12 RenderTableCell {TD} at (2,2) size 116x70 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] 13 13 RenderText {#text} at (26,26) size 64x18 14 14 text run at (26,26) width 64: "padding?" 15 RenderTableRow {TR} at (0, 0) size0x016 RenderBlock {P} at (0,1 28) size 784x3615 RenderTableRow {TR} at (0,74) size 120x0 16 RenderBlock {P} at (0,130) size 784x36 17 17 RenderText {#text} at (0,0) size 770x36 18 18 text run at (0,0) width 486: "this table is partly created by javascript code and the cell has a class attribute. " 19 19 text run at (486,0) width 284: "this is where the text appears to the left of the" 20 20 text run at (0,18) width 241: "left margin created by the cellpadding:" 21 RenderTable {TABLE} at (0,18 0) size 124x78[border: (2px outset #808080)]22 RenderTableSection {TBODY} at (2,2) size 120x7 421 RenderTable {TABLE} at (0,182) size 124x80 [border: (2px outset #808080)] 22 RenderTableSection {TBODY} at (2,2) size 120x76 23 23 RenderTableRow {TR} at (0,2) size 120x70 24 24 RenderTableCell {TD} at (2,2) size 116x70 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] 25 25 RenderText {#text} at (26,26) size 64x18 26 26 text run at (26,26) width 64: "padding?" 27 RenderTableRow {TR} at (0, 0) size0x028 RenderBlock {P} at (0,27 4) size 784x3627 RenderTableRow {TR} at (0,74) size 120x0 28 RenderBlock {P} at (0,278) size 784x36 29 29 RenderText {#text} at (0,0) size 755x36 30 30 text run at (0,0) width 495: "this table is partly created by javascript code and the cell has no class attribute. " 31 31 text run at (495,0) width 260: "here the text obeys the cellpadding value," 32 32 text run at (0,18) width 569: "although there is another problem with this table that i'm filing under a separate bug report:" 33 RenderTable {TABLE} at (0,3 26) size 118x78[border: (2px outset #808080)]34 RenderTableSection {TBODY} at (2,2) size 114x7 433 RenderTable {TABLE} at (0,330) size 118x80 [border: (2px outset #808080)] 34 RenderTableSection {TBODY} at (2,2) size 114x76 35 35 RenderTableRow {TR} at (0,2) size 114x70 36 36 RenderTableCell {TD} at (2,2) size 110x70 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] 37 37 RenderText {#text} at (26,26) size 58x18 38 38 text run at (26,26) width 58: "padding?" 39 RenderTableRow {TR} at (0, 0) size 0x039 RenderTableRow {TR} at (0,74) size 114x0 -
trunk/LayoutTests/tables/mozilla/bugs/bug28928-expected.txt
r13869 r14597 7 7 RenderText {#text} at (0,0) size 200x22 8 8 text run at (0,0) width 200: "With long hidden values" 9 RenderTable {TABLE} at (0,40) size 196x6 5[border: (1px solid #FF0000)]10 RenderTableSection {TBODY} at (1,1) size 194x6 39 RenderTable {TABLE} at (0,40) size 196x67 [border: (1px solid #FF0000)] 10 RenderTableSection {TBODY} at (1,1) size 194x65 11 11 RenderTableRow {TR} at (0,2) size 194x59 12 12 RenderTableCell {TD} at (2,2) size 190x59 [r=0 c=0 rs=1 cs=1] … … 24 24 RenderText {#text} at (0,23) size 188x18 25 25 text run at (0,23) width 188: "Enter City Name or Zip Code" 26 RenderTableRow {TR} at (0, 0) size 0x027 RenderBlock {HR} at (0,11 3) size 784x2 [border: (1px inset #000000)]28 RenderBlock {H3} at (0,13 3) size 784x2226 RenderTableRow {TR} at (0,63) size 194x0 27 RenderBlock {HR} at (0,115) size 784x2 [border: (1px inset #000000)] 28 RenderBlock {H3} at (0,135) size 784x22 29 29 RenderText {#text} at (0,0) size 206x22 30 30 text run at (0,0) width 206: "With short hidden values" 31 RenderTable {TABLE} at (0,17 3) size 196x65[border: (1px solid #FF0000)]32 RenderTableSection {TBODY} at (1,1) size 194x6 331 RenderTable {TABLE} at (0,175) size 196x67 [border: (1px solid #FF0000)] 32 RenderTableSection {TBODY} at (1,1) size 194x65 33 33 RenderTableRow {TR} at (0,2) size 194x59 34 34 RenderTableCell {TD} at (2,2) size 190x59 [r=0 c=0 rs=1 cs=1] … … 46 46 RenderText {#text} at (0,23) size 188x18 47 47 text run at (0,23) width 188: "Enter City Name or Zip Code" 48 RenderTableRow {TR} at (0, 0) size 0x048 RenderTableRow {TR} at (0,63) size 194x0 49 49 layer at (17,57) size 93x13 50 50 RenderBlock {DIV} at (3,3) size 93x13 51 layer at (17,19 0) size 93x1351 layer at (17,192) size 93x13 52 52 RenderBlock {DIV} at (3,3) size 93x13 -
trunk/LayoutTests/tables/mozilla/bugs/bug44523-expected.txt
r13869 r14597 7 7 RenderBlock (anonymous) at (0,0) size 784x18 8 8 RenderBR {BR} at (0,0) size 0x18 9 RenderTable {TABLE} at (0,18) size 381x 28[border: (1px outset #808080)]10 RenderTableSection {TBODY} at (1,1) size 379x2 611 RenderTableRow {TR} at (0,2) size 379x -212 RenderTableCell {TD} at (2, 2) size 214x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]9 RenderTable {TABLE} at (0,18) size 381x30 [border: (1px outset #808080)] 10 RenderTableSection {TBODY} at (1,1) size 379x28 11 RenderTableRow {TR} at (0,2) size 379x0 12 RenderTableCell {TD} at (2,3) size 214x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1] 13 13 RenderText {#text} at (2,2) size 210x18 14 14 text run at (2,2) width 210: "Canada climbs up FIFA rankings" 15 RenderTableRow {TR} at (0, 2) size 379x2216 RenderTableCell {TD} at (218, 2) size 159x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]15 RenderTableRow {TR} at (0,4) size 379x22 16 RenderTableCell {TD} at (218,4) size 159x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1] 17 17 RenderText {#text} at (2,2) size 155x18 18 18 text run at (2,2) width 155: "drink more german beer." -
trunk/LayoutTests/tables/mozilla/bugs/bug6184-expected.txt
r13869 r14597 36 36 text run at (116,20) width 199: "children to church-run schools. " 37 37 text run at (315,20) width 120: "What's your stand?" 38 RenderTableRow {TR} at (0, 0) size 0x038 RenderTableRow {TR} at (0,40) size 598x0 39 39 RenderBlock (anonymous) at (0,124) size 784x18 40 40 RenderBR {BR} at (0,0) size 0x18 -
trunk/LayoutTests/tables/mozilla/bugs/bug6304-expected.txt
r13869 r14597 164 164 RenderText {#text} at (1,1) size 20x18 165 165 text run at (1,1) width 20: "5,3" 166 RenderTableCell {TD} at (308,2) size 73x1 37[border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]167 RenderTable {TABLE} at (6,6) size 61x1 25[bgcolor=#FFFFFF] [border: (1px outset #808080)]166 RenderTableCell {TD} at (308,2) size 73x142 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1] 167 RenderTable {TABLE} at (6,6) size 61x130 [bgcolor=#FFFFFF] [border: (1px outset #808080)] 168 168 RenderBlock {CAPTION} at (0,0) size 59x18 169 169 RenderInline {NOBR} at (0,0) size 57x18 170 170 RenderText {#text} at (1,0) size 57x18 171 171 text run at (1,0) width 57: "Table IV" 172 RenderTableSection {TBODY} at (1,19) size 59x1 05172 RenderTableSection {TBODY} at (1,19) size 59x110 173 173 RenderTableRow {TR} at (0,5) size 59x20 174 174 RenderTableCell {TD} at (5,5) size 22x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] … … 182 182 RenderText {#text} at (1,1) size 20x18 183 183 text run at (1,1) width 20: "2,1" 184 RenderTableCell {TD} at (32,3 0) size 22x20 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]185 RenderText {#text} at (1,1) size 20x18 186 text run at (1,1) width 20: "2,2" 187 RenderTableRow {TR} at (0,55) size 59x -5188 RenderTableCell {TD} at (5,5 5) size 22x20 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1]189 RenderText {#text} at (1,1) size 20x18 190 text run at (1,1) width 20: "3,1" 191 RenderTableRow {TR} at (0, 55) size 59x20192 RenderTableCell {TD} at (32, 55) size 22x20 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]193 RenderText {#text} at (1,1) size 20x18 194 text run at (1,1) width 20: "4,2" 195 RenderTableRow {TR} at (0,8 0) size 59x20196 RenderTableCell {TD} at (5,8 0) size 22x20 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]197 RenderText {#text} at (1,1) size 20x18 198 text run at (1,1) width 20: "5,1" 199 RenderTableCell {TD} at (32,8 0) size 22x20 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]184 RenderTableCell {TD} at (32,32) size 22x20 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1] 185 RenderText {#text} at (1,1) size 20x18 186 text run at (1,1) width 20: "2,2" 187 RenderTableRow {TR} at (0,55) size 59x0 188 RenderTableCell {TD} at (5,57) size 22x20 [border: (1px inset #808080)] [r=2 c=0 rs=2 cs=1] 189 RenderText {#text} at (1,1) size 20x18 190 text run at (1,1) width 20: "3,1" 191 RenderTableRow {TR} at (0,60) size 59x20 192 RenderTableCell {TD} at (32,60) size 22x20 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1] 193 RenderText {#text} at (1,1) size 20x18 194 text run at (1,1) width 20: "4,2" 195 RenderTableRow {TR} at (0,85) size 59x20 196 RenderTableCell {TD} at (5,85) size 22x20 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1] 197 RenderText {#text} at (1,1) size 20x18 198 text run at (1,1) width 20: "5,1" 199 RenderTableCell {TD} at (32,85) size 22x20 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1] 200 200 RenderText {#text} at (1,1) size 20x18 201 201 text run at (1,1) width 20: "5,2" -
trunk/LayoutTests/tables/mozilla/bugs/bug8858-expected.txt
r13869 r14597 13 13 RenderTable {TABLE} at (0,52) size 776x529 [border: (2px outset #808080)] 14 14 RenderTableSection {TBODY} at (2,2) size 772x525 15 RenderTableRow {TR} at (0,1) size 772x7 815 RenderTableRow {TR} at (0,1) size 772x79 16 16 RenderTableCell {TD} at (1,1) size 770x205 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=0 c=0 rs=4 cs=2] 17 17 RenderBlock {P} at (5,5) size 760x43 … … 46 46 text run at (0,60) width 253: "expertise on the Gulf Islands is unmatched." 47 47 RenderBlock {P} at (5,216) size 760x0 48 RenderTableRow {TR} at (0, 0) size 0x049 RenderTableRow {TR} at (0, 0) size 0x050 RenderTableRow {TR} at (0, 0) size 0x048 RenderTableRow {TR} at (0,81) size 772x79 49 RenderTableRow {TR} at (0,161) size 772x80 50 RenderTableRow {TR} at (0,242) size 772x282 -
trunk/LayoutTests/tables/mozilla/bugs/bug97138-expected.txt
r13869 r14597 21 21 RenderText {#text} at (0,18) size 106x18 22 22 text run at (0,18) width 106: "table height=200" 23 RenderTable {TABLE} at (0,254) size 106x30 4[border: (1px outset #808080)]24 RenderTableSection {TBODY} at (1,1) size 104x30 225 RenderTableRow {TR} at (0,2) size 104x 29826 RenderTableCell {TD} at (2,14 0) size 100x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]23 RenderTable {TABLE} at (0,254) size 106x306 [border: (1px outset #808080)] 24 RenderTableSection {TBODY} at (1,1) size 104x304 25 RenderTableRow {TR} at (0,2) size 104x300 26 RenderTableCell {TD} at (2,141) size 100x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] 27 27 RenderText {#text} at (2,2) size 96x18 28 28 text run at (2,2) width 96: "400 height row" -
trunk/LayoutTests/tables/mozilla/core/cell_heights-expected.txt
r13869 r14597 1 layer at (0,0) size 785x156 341 layer at (0,0) size 785x15650 2 2 RenderCanvas at (0,0) size 785x600 3 layer at (0,0) size 785x156 344 RenderBlock {HTML} at (0,0) size 785x156 345 RenderBody {BODY} at (8,8) size 769x156 183 layer at (0,0) size 785x15650 4 RenderBlock {HTML} at (0,0) size 785x15650 5 RenderBody {BODY} at (8,8) size 769x15634 6 6 RenderTable {TABLE} at (0,0) size 39x584 [bgcolor=#0000FF] [border: (1px outset #808080)] 7 7 RenderTableSection {TBODY} at (1,1) size 37x582 … … 16 16 RenderBlock (anonymous) at (0,584) size 769x18 17 17 RenderBR {BR} at (0,0) size 0x18 18 RenderTable {TABLE} at (0,602) size 55x10 6[bgcolor=#0000FF] [border: (1px outset #808080)]19 RenderTableSection {TBODY} at (1,1) size 53x10 420 RenderTableRow {TR} at (0,2) size 53x 4821 RenderTableCell {TD} at (2,1 5) size 49x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]18 RenderTable {TABLE} at (0,602) size 55x108 [bgcolor=#0000FF] [border: (1px outset #808080)] 19 RenderTableSection {TBODY} at (1,1) size 53x106 20 RenderTableRow {TR} at (0,2) size 53x50 21 RenderTableCell {TD} at (2,16) size 49x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] 22 22 RenderText {#text} at (2,2) size 45x18 23 23 text run at (2,2) width 45: "row 50" 24 RenderTableRow {TR} at (0,5 2) size 53x5025 RenderTableCell {TD} at (2,6 6) size 49x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]24 RenderTableRow {TR} at (0,54) size 53x50 25 RenderTableCell {TD} at (2,68) size 49x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1] 26 26 RenderText {#text} at (2,2) size 16x18 27 27 text run at (2,2) width 16: "50" 28 RenderBlock (anonymous) at (0,7 08) size 769x1828 RenderBlock (anonymous) at (0,710) size 769x18 29 29 RenderBR {BR} at (0,0) size 0x18 30 RenderTable {TABLE} at (0,72 6) size 26x116 [bgcolor=#0000FF] [border: (1px outset #808080)]30 RenderTable {TABLE} at (0,728) size 26x116 [bgcolor=#0000FF] [border: (1px outset #808080)] 31 31 RenderTableSection {TBODY} at (1,1) size 24x114 32 32 RenderTableRow {TR} at (0,2) size 24x58 … … 40 40 RenderText {#text} at (2,2) size 16x18 41 41 text run at (2,2) width 16: "50" 42 RenderTable {TABLE} at (0,84 2) size 34x258 [bgcolor=#0000FF] [border: (1px outset #808080)]42 RenderTable {TABLE} at (0,844) size 34x258 [bgcolor=#0000FF] [border: (1px outset #808080)] 43 43 RenderTableSection {TBODY} at (1,1) size 32x256 44 44 RenderTableRow {TR} at (0,2) size 32x200 … … 50 50 RenderText {#text} at (2,2) size 16x18 51 51 text run at (2,2) width 16: "50" 52 RenderBlock (anonymous) at (0,110 0) size 769x1852 RenderBlock (anonymous) at (0,1102) size 769x18 53 53 RenderBR {BR} at (0,0) size 0x18 54 RenderTable {TABLE} at (0,11 18) size 34x258 [bgcolor=#0000FF] [border: (1px outset #808080)]54 RenderTable {TABLE} at (0,1120) size 34x258 [bgcolor=#0000FF] [border: (1px outset #808080)] 55 55 RenderTableSection {TBODY} at (1,1) size 32x256 56 56 RenderTableRow {TR} at (0,2) size 32x200 … … 62 62 RenderText {#text} at (2,2) size 16x18 63 63 text run at (2,2) width 16: "50" 64 RenderBlock (anonymous) at (0,137 6) size 769x1864 RenderBlock (anonymous) at (0,1378) size 769x18 65 65 RenderBR {BR} at (0,0) size 0x18 66 RenderTable {TABLE} at (0,139 4) size 64x208 [bgcolor=#FFA500] [border: (1px outset #808080)]66 RenderTable {TABLE} at (0,1396) size 64x208 [bgcolor=#FFA500] [border: (1px outset #808080)] 67 67 RenderTableSection {TBODY} at (1,1) size 62x206 68 68 RenderTableRow {TR} at (0,2) size 62x100 … … 79 79 text run at (2,20) width 24: "100" 80 80 text run at (2,38) width 24: "100" 81 RenderBlock (anonymous) at (0,160 2) size 769x1881 RenderBlock (anonymous) at (0,1604) size 769x18 82 82 RenderBR {BR} at (0,0) size 0x18 83 RenderTable {TABLE} at (0,162 0) size 47x28 [bgcolor=#FFFF00] [border: (1px outset #808080)]83 RenderTable {TABLE} at (0,1622) size 47x28 [bgcolor=#FFFF00] [border: (1px outset #808080)] 84 84 RenderTableSection {TBODY} at (1,1) size 45x26 85 85 RenderTableRow {TR} at (0,2) size 45x22 … … 87 87 RenderText {#text} at (2,2) size 37x18 88 88 text run at (2,2) width 37: "100%" 89 RenderBlock (anonymous) at (0,16 48) size 769x1889 RenderBlock (anonymous) at (0,1650) size 769x18 90 90 RenderBR {BR} at (0,0) size 0x18 91 RenderTable {TABLE} at (0,166 6) size 39x1666[bgcolor=#FFA500] [border: (1px outset #808080)]92 RenderTableSection {TBODY} at (1,1) size 37x166 493 RenderTableRow {TR} at (0,2) size 37x33 091 RenderTable {TABLE} at (0,1668) size 39x1668 [bgcolor=#FFA500] [border: (1px outset #808080)] 92 RenderTableSection {TBODY} at (1,1) size 37x1666 93 RenderTableRow {TR} at (0,2) size 37x331 94 94 RenderTableCell {TD} at (2,156) size 33x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] 95 95 RenderText {#text} at (2,2) size 29x18 96 96 text run at (2,2) width 29: "20%" 97 RenderTableRow {TR} at (0,33 4) size 37x132898 RenderTableCell {TD} at (2,98 7) size 33x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]97 RenderTableRow {TR} at (0,335) size 37x1329 98 RenderTableCell {TD} at (2,988) size 33x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1] 99 99 RenderText {#text} at (2,2) size 29x18 100 100 text run at (2,2) width 29: "80%" 101 RenderBlock (anonymous) at (0,333 2) size 769x18101 RenderBlock (anonymous) at (0,3336) size 769x18 102 102 RenderBR {BR} at (0,0) size 0x18 103 RenderTable {TABLE} at (0,335 0) size 61x206 [bgcolor=#808080] [border: (1px outset #808080)]103 RenderTable {TABLE} at (0,3354) size 61x206 [bgcolor=#808080] [border: (1px outset #808080)] 104 104 RenderTableSection {TBODY} at (1,1) size 59x204 105 105 RenderTableRow {TR} at (0,2) size 59x200 … … 110 110 RenderText {#text} at (2,2) size 24x18 111 111 text run at (2,2) width 24: "200" 112 RenderBlock (anonymous) at (0,35 56) size 769x18112 RenderBlock (anonymous) at (0,3560) size 769x18 113 113 RenderBR {BR} at (0,0) size 0x18 114 RenderTable {TABLE} at (0,357 4) size 61x198 [bgcolor=#FFA500] [border: (1px outset #808080)]114 RenderTable {TABLE} at (0,3578) size 61x198 [bgcolor=#FFA500] [border: (1px outset #808080)] 115 115 RenderTableSection {TBODY} at (1,1) size 59x196 116 116 RenderTableRow {TR} at (0,2) size 59x192 … … 121 121 RenderText {#text} at (2,2) size 16x18 122 122 text run at (2,2) width 16: "20" 123 RenderBlock (anonymous) at (0,377 2) size 769x18123 RenderBlock (anonymous) at (0,3776) size 769x18 124 124 RenderBR {BR} at (0,0) size 0x18 125 RenderTable {TABLE} at (0,379 0) size 39x3789[border: (1px outset #808080)]126 RenderTableSection {TBODY} at (1,1) size 37x37 87125 RenderTable {TABLE} at (0,3794) size 39x3793 [border: (1px outset #808080)] 126 RenderTableSection {TBODY} at (1,1) size 37x3791 127 127 RenderTableRow {TR} at (0,2) size 37x536 128 128 RenderTableCell {TD} at (2,259) size 33x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] 129 129 RenderText {#text} at (2,2) size 24x18 130 130 text run at (2,2) width 24: "500" 131 RenderTableRow {TR} at (0,540) size 37x324 5132 RenderTableCell {TD} at (2,215 1) size 33x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]131 RenderTableRow {TR} at (0,540) size 37x3249 132 RenderTableCell {TD} at (2,2153) size 33x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1] 133 133 RenderText {#text} at (2,2) size 29x18 134 134 text run at (2,2) width 29: "80%" 135 RenderBlock (anonymous) at (0,75 79) size 769x18135 RenderBlock (anonymous) at (0,7587) size 769x18 136 136 RenderBR {BR} at (0,0) size 0x18 137 RenderTable {TABLE} at (0,7 597) size 103x7597[bgcolor=#FF0000] [border: (1px outset #808080)]138 RenderTableSection {TBODY} at (1,1) size 101x7 595139 RenderTableRow {TR} at (0,2) size 101x23 77140 RenderTableCell {TD} at (2,259 6) size 31x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]137 RenderTable {TABLE} at (0,7605) size 103x7605 [bgcolor=#FF0000] [border: (1px outset #808080)] 138 RenderTableSection {TBODY} at (1,1) size 101x7603 139 RenderTableRow {TR} at (0,2) size 101x2380 140 RenderTableCell {TD} at (2,2599) size 31x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1] 141 141 RenderText {#text} at (2,2) size 24x18 142 142 text run at (2,2) width 24: "500" 143 RenderTableCell {TD} at (35,11 79) size 31x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]143 RenderTableCell {TD} at (35,1181) size 31x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1] 144 144 RenderText {#text} at (2,2) size 27x18 145 145 text run at (2,2) width 27: "auto" 146 RenderTableRow {TR} at (0,238 1) size 101x2832147 RenderTableCell {TD} at (35,37 86) size 31x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]146 RenderTableRow {TR} at (0,2384) size 101x2834 147 RenderTableCell {TD} at (35,3790) size 31x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1] 148 148 RenderText {#text} at (2,2) size 27x18 149 149 text run at (2,2) width 27: "auto" 150 RenderTableCell {TD} at (68,37 86) size 31x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]150 RenderTableCell {TD} at (68,3790) size 31x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1] 151 151 RenderText {#text} at (2,2) size 27x18 152 152 text run at (2,2) width 27: "auto" 153 RenderTableRow {TR} at (0,52 15) size 101x2378154 RenderTableCell {TD} at (2,639 3) size 31x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]153 RenderTableRow {TR} at (0,5220) size 101x2381 154 RenderTableCell {TD} at (2,6399) size 31x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1] 155 155 RenderText {#text} at (2,2) size 27x18 156 156 text run at (2,2) width 27: "auto" 157 RenderTableCell {TD} at (35,639 3) size 31x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]157 RenderTableCell {TD} at (35,6399) size 31x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1] 158 158 RenderText {#text} at (2,2) size 27x18 159 159 text run at (2,2) width 27: "auto" 160 RenderBlock (anonymous) at (0,15 194) size 769x18160 RenderBlock (anonymous) at (0,15210) size 769x18 161 161 RenderBR {BR} at (0,0) size 0x18 162 RenderTable {TABLE} at (0,152 12) size 53x406 [bgcolor=#FFA500] [border: (1px outset #808080)]162 RenderTable {TABLE} at (0,15228) size 53x406 [bgcolor=#FFA500] [border: (1px outset #808080)] 163 163 RenderTableSection {TBODY} at (1,1) size 51x404 164 164 RenderTableRow {TR} at (0,2) size 51x400 -
trunk/LayoutTests/tables/mozilla/core/col_widths_fix_auto-expected.txt
r13869 r14597 7 7 RenderText {#text} at (0,0) size 287x18 8 8 text run at (0,0) width 287: "table with no cells doesn't show up BEFORE" 9 RenderTable {TABLE} at (0,18) size 100x 4[border: (1px outset #808080)]10 RenderTableSection {TBODY} at (1,1) size 98x 211 RenderTableRow {TR} at (0, 0) size 0x012 RenderBlock (anonymous) at (0,2 2) size 784x189 RenderTable {TABLE} at (0,18) size 100x6 [border: (1px outset #808080)] 10 RenderTableSection {TBODY} at (1,1) size 98x4 11 RenderTableRow {TR} at (0,2) size 98x0 12 RenderBlock (anonymous) at (0,24) size 784x18 13 13 RenderText {#text} at (0,0) size 32x18 14 14 text run at (0,0) width 32: "after " -
trunk/LayoutTests/tables/mozilla/core/row_span-expected.txt
r13869 r14597 132 132 RenderTable {TABLE} at (0,438) size 57x28 [border: (1px outset #808080)] 133 133 RenderTableSection {TBODY} at (1,1) size 55x26 134 RenderTableRow {TR} at (0,2) size 55x -2134 RenderTableRow {TR} at (0,2) size 55x0 135 135 RenderTableCell {TD} at (2,2) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1] 136 136 RenderText {#text} at (2,2) size 21x18 137 137 text run at (2,2) width 21: "foo" 138 RenderTableRow {TR} at (0, 2) size 55x22139 RenderTableCell {TD} at (29, 2) size 24x22 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1]138 RenderTableRow {TR} at (0,4) size 55x20 139 RenderTableCell {TD} at (29,3) size 24x22 [border: (1px inset #808080)] [r=1 c=1 rs=2 cs=1] 140 140 RenderText {#text} at (2,2) size 20x18 141 141 text run at (2,2) width 20: "bar" -
trunk/LayoutTests/tables/mozilla_expected_failures/bugs/bug11945-expected.txt
r13869 r14597 4 4 RenderBlock {HTML} at (0,0) size 800x600 5 5 RenderBody {BODY} at (8,8) size 784x584 [bgcolor=#C0C0C0] 6 RenderTable {TABLE} at (0,0) size 118x 62 [border: (10px outset #808080)]7 RenderTableSection {TBODY} at (10,10) size 98x 426 RenderTable {TABLE} at (0,0) size 118x72 [border: (10px outset #808080)] 7 RenderTableSection {TBODY} at (10,10) size 98x52 8 8 RenderTableRow {TR} at (0,10) size 98x22 9 RenderTableCell {TD} at (10,1 0) size 34x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]9 RenderTableCell {TD} at (10,15) size 34x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1] 10 10 RenderText {#text} at (2,2) size 30x18 11 11 text run at (2,2) width 30: "cell1" … … 13 13 RenderText {#text} at (2,2) size 30x18 14 14 text run at (2,2) width 30: "cell2" 15 RenderTableRow {TR} at (0, 0) size 0x016 RenderBlock {P} at (0, 78) size 784x1815 RenderTableRow {TR} at (0,42) size 98x0 16 RenderBlock {P} at (0,88) size 784x18 17 17 RenderText {#text} at (0,0) size 297x18 18 18 text run at (0,0) width 297: "See the behaviour when there is one more row:" 19 RenderTable {TABLE} at (0,1 12) size 118x94 [border: (10px outset #808080)]20 RenderTableSection {TBODY} at (10,10) size 98x 7419 RenderTable {TABLE} at (0,122) size 118x104 [border: (10px outset #808080)] 20 RenderTableSection {TBODY} at (10,10) size 98x84 21 21 RenderTableRow {TR} at (0,10) size 98x22 22 RenderTableCell {TD} at (10,1 0) size 34x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]22 RenderTableCell {TD} at (10,15) size 34x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1] 23 23 RenderText {#text} at (2,2) size 30x18 24 24 text run at (2,2) width 30: "cell1" … … 26 26 RenderText {#text} at (2,2) size 30x18 27 27 text run at (2,2) width 30: "cell2" 28 RenderTableRow {TR} at (0, 0) size 0x029 RenderTableRow {TR} at (0, 42) size 98x2230 RenderTableCell {TD} at (10, 42) size 34x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]28 RenderTableRow {TR} at (0,42) size 98x0 29 RenderTableRow {TR} at (0,52) size 98x22 30 RenderTableCell {TD} at (10,52) size 34x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1] 31 31 RenderText {#text} at (2,2) size 30x18 32 32 text run at (2,2) width 30: "cell3" 33 RenderTableCell {TD} at (54, 42) size 34x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]33 RenderTableCell {TD} at (54,52) size 34x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1] 34 34 RenderText {#text} at (2,2) size 30x18 35 35 text run at (2,2) width 30: "cell4" 36 RenderBlock {P} at (0,2 22) size 784x1836 RenderBlock {P} at (0,242) size 784x18 37 37 RenderText {#text} at (0,0) size 351x18 38 38 text run at (0,0) width 351: "Now move the rowspan to cell2 to have even more fun:" 39 RenderTable {TABLE} at (0,2 56) size 118x94 [border: (10px outset #808080)]40 RenderTableSection {TBODY} at (10,10) size 98x 7439 RenderTable {TABLE} at (0,276) size 118x104 [border: (10px outset #808080)] 40 RenderTableSection {TBODY} at (10,10) size 98x84 41 41 RenderTableRow {TR} at (0,10) size 98x22 42 42 RenderTableCell {TD} at (10,10) size 34x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] 43 43 RenderText {#text} at (2,2) size 30x18 44 44 text run at (2,2) width 30: "cell1" 45 RenderTableCell {TD} at (54,1 0) size 34x22 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]45 RenderTableCell {TD} at (54,15) size 34x22 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1] 46 46 RenderText {#text} at (2,2) size 30x18 47 47 text run at (2,2) width 30: "cell2" 48 RenderTableRow {TR} at (0, 0) size 0x049 RenderTableRow {TR} at (0, 42) size 98x2250 RenderTableCell {TD} at (10, 42) size 34x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]48 RenderTableRow {TR} at (0,42) size 98x0 49 RenderTableRow {TR} at (0,52) size 98x22 50 RenderTableCell {TD} at (10,52) size 34x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1] 51 51 RenderText {#text} at (2,2) size 30x18 52 52 text run at (2,2) width 30: "cell3" 53 RenderTableCell {TD} at (54, 42) size 34x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]53 RenderTableCell {TD} at (54,52) size 34x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1] 54 54 RenderText {#text} at (2,2) size 30x18 55 55 text run at (2,2) width 30: "cell4" -
trunk/LayoutTests/tables/mozilla_expected_failures/bugs/bug1262-expected.txt
r13869 r14597 17 17 RenderText {#text} at (0,18) size 8x18 18 18 text run at (0,18) width 8: "3" 19 RenderTable {TABLE} at (0,64) size 784x 4[border: (1px outset #808080)]20 RenderTableSection {TBODY} at (1,1) size 782x 221 RenderTableRow {TR} at (0, 0) size 0x022 RenderBlock (anonymous) at (0, 68) size 784x1819 RenderTable {TABLE} at (0,64) size 784x6 [border: (1px outset #808080)] 20 RenderTableSection {TBODY} at (1,1) size 782x4 21 RenderTableRow {TR} at (0,2) size 782x0 22 RenderBlock (anonymous) at (0,70) size 784x18 23 23 RenderText {#text} at (0,0) size 8x18 24 24 text run at (0,0) width 8: "4" -
trunk/LayoutTests/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt
r13869 r14597 147 147 RenderText {#text} at (1,1) size 58x18 148 148 text run at (1,1) width 58: "blah blah" 149 RenderTableRow {TR} at (0,0) size 0x0149 RenderTableRow {TR} at (0,0) size 60x20 150 150 RenderBlock (anonymous) at (0,1452) size 769x18 151 151 RenderBR {BR} at (0,0) size 0x18 -
trunk/LayoutTests/tables/mozilla_expected_failures/bugs/bug23847-expected.txt
r13869 r14597 4 4 RenderBlock {HTML} at (0,0) size 800x600 5 5 RenderBody {BODY} at (8,8) size 784x584 6 RenderTable {TABLE} at (0,0) size 345x12 3[border: (1px outset #808080)]7 RenderTableSection {TBODY} at (1,1) size 343x1 216 RenderTable {TABLE} at (0,0) size 345x121 [border: (1px outset #808080)] 7 RenderTableSection {TBODY} at (1,1) size 343x119 8 8 RenderTableRow {TR} at (0,2) size 343x9 9 9 RenderTableCell {TD} at (2,5) size 126x39 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=2] … … 11 11 RenderTableCell {TD} at (130,2) size 199x9 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1] 12 12 RenderImage {IMG} at (2,2) size 195x5 13 RenderTableCell {TD} at (331, 2) size 10x117 [border: (1px inset #808080)] [r=0 c=3 rs=4 cs=1]13 RenderTableCell {TD} at (331,1) size 10x117 [border: (1px inset #808080)] [r=0 c=3 rs=4 cs=1] 14 14 RenderImage {IMG} at (2,2) size 6x113 15 15 RenderTableRow {TR} at (0,13) size 343x34 -
trunk/LayoutTests/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt
r13869 r14597 1 layer at (0,0) size 785x82 61 layer at (0,0) size 785x828 2 2 RenderCanvas at (0,0) size 785x600 3 layer at (0,0) size 785x82 64 RenderBlock {HTML} at (0,0) size 785x82 65 RenderBody {BODY} at (8,8) size 769x81 03 layer at (0,0) size 785x828 4 RenderBlock {HTML} at (0,0) size 785x828 5 RenderBody {BODY} at (8,8) size 769x812 6 6 RenderBlock (anonymous) at (0,0) size 769x90 7 7 RenderText {#text} at (0,0) size 311x18 … … 28 28 RenderBlock (anonymous) at (0,290) size 769x18 29 29 RenderBR {BR} at (0,0) size 0x18 30 RenderTable {TABLE} at (0,308) size 249x20 4[border: (1px outset #808080)]31 RenderTableSection {TBODY} at (1,1) size 247x20 232 RenderTableRow {TR} at (0,2) size 247x 19833 RenderTableCell {TD} at (2,8 5) size 243x32 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]30 RenderTable {TABLE} at (0,308) size 249x206 [border: (1px outset #808080)] 31 RenderTableSection {TBODY} at (1,1) size 247x204 32 RenderTableRow {TR} at (0,2) size 247x200 33 RenderTableCell {TD} at (2,86) size 243x32 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] 34 34 RenderTable {TABLE} at (2,2) size 239x28 [border: (1px outset #808080)] 35 35 RenderTableSection {TBODY} at (1,1) size 237x26 … … 38 38 RenderText {#text} at (2,2) size 229x18 39 39 text run at (2,2) width 229: "outer table has height:200px on <tr>" 40 RenderBlock (anonymous) at (0,51 2) size 769x1840 RenderBlock (anonymous) at (0,514) size 769x18 41 41 RenderBR {BR} at (0,0) size 0x18 42 RenderTable {TABLE} at (0,53 0) size 252x206 [border: (1px outset #808080)]42 RenderTable {TABLE} at (0,532) size 252x206 [border: (1px outset #808080)] 43 43 RenderTableSection {TBODY} at (1,1) size 250x204 44 44 RenderTableRow {TR} at (0,2) size 250x200 … … 50 50 RenderText {#text} at (2,2) size 232x18 51 51 text run at (2,2) width 232: "outer table has height:200px on <td>" 52 RenderBlock (anonymous) at (0,73 6) size 769x1852 RenderBlock (anonymous) at (0,738) size 769x18 53 53 RenderBR {BR} at (0,0) size 0x18 54 RenderTable {TABLE} at (0,75 4) size 619x56 [border: (1px outset #808080)]54 RenderTable {TABLE} at (0,756) size 619x56 [border: (1px outset #808080)] 55 55 RenderTableSection {TBODY} at (1,1) size 617x54 56 56 RenderTableRow {TR} at (0,2) size 617x50 -
trunk/LayoutTests/tables/mozilla_expected_failures/bugs/bug65372-expected.txt
r13869 r14597 6 6 RenderTable {TABLE} at (0,0) size 67x52 [border: (1px outset #808080)] 7 7 RenderTableSection {TBODY} at (1,1) size 65x50 8 RenderTableRow {TR} at (0,2) size 65x -28 RenderTableRow {TR} at (0,2) size 65x0 9 9 RenderTableCell {TD} at (2,2) size 61x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1] 10 10 RenderText {#text} at (2,2) size 57x18 11 11 text run at (2,2) width 57: "First row" 12 RenderTableRow {TR} at (0, 0) size 0x012 RenderTableRow {TR} at (0,4) size 65x20 13 13 RenderTableRow {TR} at (0,26) size 65x22 14 14 RenderTableCell {TD} at (2,26) size 61x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1] … … 17 17 RenderTable {TABLE} at (0,52) size 67x52 [border: (1px outset #808080)] 18 18 RenderTableSection {TBODY} at (1,1) size 65x50 19 RenderTableRow {TR} at (0,2) size 65x -219 RenderTableRow {TR} at (0,2) size 65x0 20 20 RenderTableCell {TD} at (2,2) size 61x22 [border: (1px inset #808080)] [r=0 c=0 rs=3 cs=1] 21 21 RenderText {#text} at (2,2) size 57x18 22 22 text run at (2,2) width 57: "First row" 23 RenderTableRow {TR} at (0, 0) size 0x024 RenderTableRow {TR} at (0, 0) size 0x023 RenderTableRow {TR} at (0,4) size 65x0 24 RenderTableRow {TR} at (0,6) size 65x18 25 25 RenderTableRow {TR} at (0,26) size 65x22 26 26 RenderTableCell {TD} at (2,26) size 61x22 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1] … … 29 29 RenderTable {TABLE} at (0,104) size 67x52 [border: (1px outset #808080)] 30 30 RenderTableSection {TBODY} at (1,1) size 65x50 31 RenderTableRow {TR} at (0,2) size 65x -231 RenderTableRow {TR} at (0,2) size 65x0 32 32 RenderTableCell {TD} at (2,2) size 61x22 [border: (1px inset #808080)] [r=0 c=0 rs=4 cs=1] 33 33 RenderText {#text} at (2,2) size 57x18 34 34 text run at (2,2) width 57: "First row" 35 RenderTableRow {TR} at (0, 0) size 0x036 RenderTableRow {TR} at (0, 0) size 0x037 RenderTableRow {TR} at (0, 0) size 0x035 RenderTableRow {TR} at (0,4) size 65x0 36 RenderTableRow {TR} at (0,6) size 65x0 37 RenderTableRow {TR} at (0,8) size 65x16 38 38 RenderTableRow {TR} at (0,26) size 65x22 39 39 RenderTableCell {TD} at (2,26) size 61x22 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1] … … 46 46 RenderTable {TABLE} at (0,192) size 32x52 [border: (1px outset #808080)] 47 47 RenderTableSection {TBODY} at (1,1) size 30x50 48 RenderTableRow {TR} at (0,2) size 30x -248 RenderTableRow {TR} at (0,2) size 30x0 49 49 RenderTableCell {TD} at (2,2) size 26x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1] 50 50 RenderText {#text} at (2,2) size 8x18 51 51 text run at (2,2) width 8: "1" 52 RenderTableRow {TR} at (0, 0) size 0x052 RenderTableRow {TR} at (0,4) size 30x20 53 53 RenderTableRow {TR} at (0,26) size 30x22 54 54 RenderTableCell {TD} at (2,26) size 26x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1] -
trunk/WebCore/ChangeLog
r14595 r14597 1 2006-05-19 Rob Buis <buis@kde.org> 1 2006-05-25 Mitz Pettel <opendarwin.org@mitzpettel.com> 2 3 Reviewed by hyatt. Landed by eseidel. 4 5 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=3297 6 height property is not honored on table rows 7 8 * rendering/RenderTableSection.cpp: 9 (WebCore::RenderTableSection::addChild): Assign the row renderer to the 10 grid row. 11 (WebCore::RenderTableSection::calcRowHeight): Fix off-by-one index bug 12 and add vertical spacing only for grid rows that have a renderer. 13 (WebCore::RenderTableSection::recalcCells): Assign row renderers to 14 grid rows. 15 16 2006-05-25 Rob Buis <buis@kde.org> 2 17 3 18 Reviewed by darin. Landed by eseidel. … … 24 39 (WebCore::Frame::begin): 25 40 26 2006-05- 17Rob Buis <buis@kde.org>41 2006-05-25 Rob Buis <buis@kde.org> 27 42 28 43 Reviewed by darin. Landed by eseidel. … … 41 56 * ksvg2/scripts/make_names.pl: 42 57 43 2006-05-2 3Eric Seidel <eric@eseidel.com>58 2006-05-25 Eric Seidel <eric@eseidel.com> 44 59 45 60 Reviewed by andersca. -
trunk/WebCore/rendering/RenderTableSection.cpp
r14500 r14597 128 128 129 129 ensureRows(cRow + 1); 130 grid[cRow].rowRenderer = child; 130 131 131 132 if (!beforeChild) { … … 296 297 int bdesc = 0; 297 298 int ch = grid[r].height.calcMinValue(0); 298 int pos = rowPos[r + 1] + ch + spacing;299 int pos = rowPos[r] + ch + (grid[r].rowRenderer ? spacing : 0); 299 300 300 301 if (pos > rowPos[r + 1]) … … 330 331 ch = cell->height(); 331 332 332 pos = rowPos[ indx ] + ch + spacing;333 pos = rowPos[indx] + ch + (grid[r].rowRenderer ? spacing : 0); 333 334 334 335 if (pos > rowPos[r + 1]) … … 354 355 if (baseline) { 355 356 // increase rowheight if baseline requires 356 int bRowPos = baseline + bdesc + spacing ; // + 2*padding357 int bRowPos = baseline + bdesc + (grid[r].rowRenderer ? spacing : 0); 357 358 if (rowPos[r + 1] < bRowPos) 358 359 rowPos[r + 1] = bRowPos; … … 942 943 cCol = 0; 943 944 ensureRows(cRow + 1); 945 grid[cRow].rowRenderer = row; 946 944 947 for (RenderObject *cell = row->firstChild(); cell; cell = cell->nextSibling()) 945 948 if (cell->isTableCell())
Note:
See TracChangeset
for help on using the changeset viewer.