Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / mac / tables / mozilla / marvin / col_span-expected.txt
1 layer at (0,0) size 800x600
2   RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600
4   RenderBlock {HTML} at (0,0) size 800x600
5     RenderBody {BODY} at (8,8) size 784x584
6       RenderBlock {P} at (0,0) size 784x32
7         RenderText {#text} at (0,0) size 761x32
8           text run at (0,0) width 761: "The COL element specifies attributes for a table column. In this test case, the COL element is used in conjunction with"
9           text run at (0,16) width 126: "the SPAN attribute."
10       RenderTable {TABLE} at (0,48) size 568x48 [border: (1px outset #808080)]
11         RenderTableCol {COLGROUP} at (0,0) size 0x0
12           RenderTableCol {COL} at (0,0) size 0x0
13         RenderTableSection {TBODY} at (1,1) size 566x46
14           RenderTableRow {TR} at (0,2) size 566x20
15             RenderTableCell {TH} at (2,2) size 428x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
16               RenderText {#text} at (2,2) size 424x16
17                 text run at (2,2) width 424: "This heading should span across the two columns in this table."
18           RenderTableRow {TR} at (0,24) size 566x20
19             RenderTableCell {TD} at (2,24) size 428x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
20               RenderText {#text} at (2,2) size 127x16
21                 text run at (2,2) width 127: "This is column one."
22             RenderTableCell {TD} at (432,24) size 132x20 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
23               RenderText {#text} at (2,2) size 128x16
24                 text run at (2,2) width 128: "This is column two."