Changeset 111892 in webkit
- Timestamp:
- Mar 23, 2012, 1:07:33 PM (13 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LayoutTests/ChangeLog ¶
r111891 r111892 1 2012-03-23 Dan Bernstein <mitz@apple.com> 2 3 Updated Mac expected results for these tests by reverting r111339, now that bug 81826 was 4 fixed in r111882. 5 6 * platform/mac/tables/mozilla/bugs/bug27038-1-expected.txt: 7 * platform/mac/tables/mozilla/bugs/bug27038-2-expected.txt: 8 1 9 2012-03-23 Ryosuke Niwa <rniwa@webkit.org> 2 10 -
TabularUnified trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug27038-1-expected.txt ¶
r111339 r111892 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 5368 RenderTableRow {TR} at (0,2) size 64x 5329 RenderTableCell {TD} at (2,2 58) size 60x20 [r=0 c=0 rs=1 cs=1]7 RenderTableSection {THEAD} at (0,0) size 64x24 8 RenderTableRow {TR} at (0,2) size 64x20 9 RenderTableCell {TD} at (2,2) 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, 536) size 64x2418 RenderTableRow {TR} at (0,2) size 64x 2019 RenderTableCell {TD} at (2,2 ) size 60x20 [r=0 c=0 rs=1 cs=1]17 RenderTableSection {TBODY} at (0,24) size 64x536 18 RenderTableRow {TR} at (0,2) size 64x532 19 RenderTableCell {TD} at (2,258) 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" -
TabularUnified trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug27038-2-expected.txt ¶
r111339 r111892 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 53031 RenderTableRow {TR} at (0,2) size 63x 52632 RenderTableCell {TD} at (2,2 55) size 59x20 [r=0 c=0 rs=1 cs=1]30 RenderTableSection {THEAD} at (3,3) size 63x24 31 RenderTableRow {TR} at (0,2) size 63x20 32 RenderTableCell {TD} at (2,2) 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, 533) size 63x2441 RenderTableRow {TR} at (0,2) size 63x 2042 RenderTableCell {TD} at (2,2 ) size 59x20 [r=0 c=0 rs=1 cs=1]40 RenderTableSection {TBODY} at (3,27) size 63x530 41 RenderTableRow {TR} at (0,2) size 63x526 42 RenderTableCell {TD} at (2,255) 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.