Changeset 111339 in webkit
- Timestamp:
- Mar 19, 2012, 8:17:10 PM (13 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r111337 r111339 1 2012-03-19 Stephanie Lewis <slewis@apple.com> 2 3 https://bugs.webkit.org/show_bug.cgi?id=81620 tables/mozilla/bugs/bug27038-* fail on Lion Bots. 4 5 Unreviewed. 6 7 Check in new expected (failing?) results. 8 9 * platform/mac/tables/mozilla/bugs/bug27038-1-expected.txt: 10 * platform/mac/tables/mozilla/bugs/bug27038-2-expected.txt: 11 1 12 2012-03-19 Tim Horton <timothy_horton@apple.com> 2 13 -
trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug27038-1-expected.txt
r30635 r111339 5 5 RenderBody {BODY} at (8,8) size 784x584 6 6 RenderTable {TABLE} at (0,0) size 64x584 7 RenderTableSection {THEAD} at (0,0) size 64x 248 RenderTableRow {TR} at (0,2) size 64x 209 RenderTableCell {TD} at (2,2 ) size 60x20 [r=0 c=0 rs=1 cs=1]7 RenderTableSection {THEAD} at (0,0) size 64x536 8 RenderTableRow {TR} at (0,2) size 64x532 9 RenderTableCell {TD} at (2,258) size 60x20 [r=0 c=0 rs=1 cs=1] 10 10 RenderText {#text} at (1,1) size 58x18 11 11 text run at (1,1) width 58: "THEAD" … … 15 15 RenderText {#text} at (1,1) size 56x18 16 16 text run at (1,1) width 56: "TFOOT" 17 RenderTableSection {TBODY} at (0, 24) size 64x53618 RenderTableRow {TR} at (0,2) size 64x 53219 RenderTableCell {TD} at (2,2 58) size 60x20 [r=0 c=0 rs=1 cs=1]17 RenderTableSection {TBODY} at (0,536) size 64x24 18 RenderTableRow {TR} at (0,2) size 64x20 19 RenderTableCell {TD} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1] 20 20 RenderText {#text} at (1,1) size 57x18 21 21 text run at (1,1) width 57: "TBODY" -
trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug27038-2-expected.txt
r30635 r111339 28 28 text run at (0,0) width 265: "TABLE 2 - with 'height' style on TABLE" 29 29 RenderTable {TABLE} at (0,172) size 69x584 [border: (3px solid #000000)] 30 RenderTableSection {THEAD} at (3,3) size 63x 2431 RenderTableRow {TR} at (0,2) size 63x 2032 RenderTableCell {TD} at (2,2 ) size 59x20 [r=0 c=0 rs=1 cs=1]30 RenderTableSection {THEAD} at (3,3) size 63x530 31 RenderTableRow {TR} at (0,2) size 63x526 32 RenderTableCell {TD} at (2,255) size 59x20 [r=0 c=0 rs=1 cs=1] 33 33 RenderText {#text} at (1,1) size 56x18 34 34 text run at (1,1) width 56: "THEAD" … … 38 38 RenderText {#text} at (1,1) size 53x18 39 39 text run at (1,1) width 53: "TFOOT" 40 RenderTableSection {TBODY} at (3, 27) size 63x53041 RenderTableRow {TR} at (0,2) size 63x 52642 RenderTableCell {TD} at (2,2 55) size 59x20 [r=0 c=0 rs=1 cs=1]40 RenderTableSection {TBODY} at (3,533) size 63x24 41 RenderTableRow {TR} at (0,2) size 63x20 42 RenderTableCell {TD} at (2,2) size 59x20 [r=0 c=0 rs=1 cs=1] 43 43 RenderText {#text} at (1,1) size 57x18 44 44 text run at (1,1) width 57: "TBODY"
Note:
See TracChangeset
for help on using the changeset viewer.