tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / platform / qt / 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 784x42
7         RenderText {#text} at (0,0) size 709x42
8           text run at (0,0) width 709: "The COL element specifies attributes for a table column. In this test case, the COL element is used in"
9           text run at (0,21) width 255: "conjunction with the SPAN attribute."
10       RenderTable {TABLE} at (0,58) size 630x58 [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 628x56
14           RenderTableRow {TR} at (0,2) size 628x25
15             RenderTableCell {TH} at (2,2) size 482x25 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
16               RenderText {#text} at (2,2) size 478x21
17                 text run at (2,2) width 478: "This heading should span across the two columns in this table."
18           RenderTableRow {TR} at (0,29) size 628x25
19             RenderTableCell {TD} at (2,29) size 482x25 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
20               RenderText {#text} at (2,2) size 138x21
21                 text run at (2,2) width 138: "This is column one."
22             RenderTableCell {TD} at (486,29) size 140x25 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
23               RenderText {#text} at (2,2) size 136x21
24                 text run at (2,2) width 136: "This is column two."