Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / win / tables / mozilla / bugs / bug139524-2-expected.txt
1 layer at (0,0) size 800x600
2   RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x361
4   RenderBlock {HTML} at (0,0) size 800x361.44
5     RenderBody {BODY} at (8,18.72) size 784x334.72
6       RenderBlock {H3} at (0,0) size 784x22
7         RenderText {#text} at (0,0) size 515x21
8           text run at (0,0) width 515: "SPAN attribute of COL element being ignored in Mozilla 1.0 rc1"
9       RenderBlock {P} at (0,40.72) size 784x36
10         RenderText {#text} at (0,0) size 749x35
11           text run at (0,0) width 749: "(Note: this is a regression bug - I don't know when it appeared, but I remember the SPAN attribute on COL elements"
12           text run at (0,18) width 279: "worked fine sometime before Mozilla 0.9.6)"
13       RenderBlock {P} at (0,92.72) size 784x18
14         RenderText {#text} at (0,0) size 356x17
15           text run at (0,0) width 356: "The following TABLE has a COLGROUP structure of:"
16       RenderBlock {PRE} at (15,126.72) size 769x64 [color=#000066]
17         RenderText {#text} at (0,0) size 216x64
18           text run at (0,0) width 80: "<colgroup>"
19           text run at (80,0) width 0: " "
20           text run at (0,16) width 216: " <col width=\"100\" span=\"2\">"
21           text run at (216,16) width 0: " "
22           text run at (0,32) width 144: " <col width=\"200\">"
23           text run at (144,32) width 0: " "
24           text run at (0,48) width 88: "</colgroup>"
25           text run at (88,48) width 0: " "
26       RenderBlock {P} at (0,206.72) size 784x18
27         RenderText {#text} at (0,0) size 564x17
28           text run at (0,0) width 564: "So the first two colums should both be 100px wide, and the third should be 200px wide."
29       RenderBlock {P} at (0,240.72) size 784x18
30         RenderText {#text} at (0,0) size 582x17
31           text run at (0,0) width 582: "However, the first column is 100px, the second is 200px, and the third is the default width."
32       RenderBlock {P} at (0,274.72) size 784x18
33         RenderText {#text} at (0,0) size 386x17
34           text run at (0,0) width 386: "So it would appear that the SPAN attribute is being ignored."
35       RenderTable {TABLE} at (0,308.72) size 408x26
36         RenderTableCol {COLGROUP} at (0,0) size 0x0
37           RenderTableCol {COL} at (0,0) size 0x0
38           RenderTableCol {COL} at (0,0) size 0x0
39         RenderTableSection {TBODY} at (0,0) size 408x26
40           RenderTableRow {TR} at (0,2) size 408x22
41             RenderTableCell {TD} at (2,2) size 100x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
42               RenderText {#text} at (2,2) size 32x17
43                 text run at (2,2) width 32: "col 1"
44             RenderTableCell {TD} at (104,2) size 100x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
45               RenderText {#text} at (2,2) size 32x17
46                 text run at (2,2) width 32: "col 2"
47             RenderTableCell {TD} at (206,2) size 200x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
48               RenderText {#text} at (2,2) size 32x17
49                 text run at (2,2) width 32: "col 3"