Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / table / rules-attr-dynchange1-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 784x576
6       RenderTable {TABLE} at (0,0) size 153x62 [border: none]
7         RenderTableSection {TBODY} at (0,0) size 152x61
8           RenderTableRow {TR} at (0,0) size 152x21
9             RenderTableCell {TD} at (0,0) size 76x21 [border: (1px none #808080) none none (1px solid #808080)] [r=0 c=0 rs=1 cs=1]
10               RenderText {#text} at (2,2) size 73x18
11                 text run at (2,2) width 73: "Row1 cell1"
12             RenderTableCell {TD} at (76,0) size 76x21 [border: (1px none #808080) none none (1px solid #808080)] [r=0 c=1 rs=1 cs=1]
13               RenderText {#text} at (2,2) size 73x18
14                 text run at (2,2) width 73: "Row1 cell2"
15           RenderTableRow {TR} at (0,21) size 152x20
16             RenderTableCell {TD} at (0,21) size 76x20 [border: none none none (1px solid #808080)] [r=1 c=0 rs=1 cs=1]
17               RenderText {#text} at (2,1) size 73x18
18                 text run at (2,1) width 73: "Row2 cell1"
19             RenderTableCell {TD} at (76,21) size 76x20 [border: none none none (1px solid #808080)] [r=1 c=1 rs=1 cs=1]
20               RenderText {#text} at (2,1) size 73x18
21                 text run at (2,1) width 73: "Row2 cell2"
22           RenderTableRow {TR} at (0,41) size 152x20
23             RenderTableCell {TD} at (0,41) size 76x20 [border: none none none (1px solid #808080)] [r=2 c=0 rs=1 cs=1]
24               RenderText {#text} at (2,1) size 73x18
25                 text run at (2,1) width 73: "Row3 cell1"
26             RenderTableCell {TD} at (76,41) size 76x20 [border: none none none (1px solid #808080)] [r=2 c=1 rs=1 cs=1]
27               RenderText {#text} at (2,1) size 73x18
28                 text run at (2,1) width 73: "Row3 cell2"
29       RenderBlock {P} at (0,78) size 784x18
30         RenderText {#text} at (0,0) size 769x18
31           text run at (0,0) width 769: "The rules attribute is first set dynamically to rows, then to cols, so the table should show only column borders. Bug 14848."