Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / mac / tables / mozilla / bugs / bug139524-2-expected.txt
blob9234b417cbf27dbaf8895ae761dbdd94e33c0e31
1 layer at (0,0) size 800x600
2   LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x357
4   LayoutBlockFlow {HTML} at (0,0) size 800x357.44
5     LayoutBlockFlow {BODY} at (8,18.72) size 784x330.72
6       LayoutBlockFlow {H3} at (0,0) size 784x22
7         LayoutText {#text} at (0,0) size 515x22
8           text run at (0,0) width 515: "SPAN attribute of COL element being ignored in Mozilla 1.0 rc1"
9       LayoutBlockFlow {P} at (0,40.72) size 784x36
10         LayoutText {#text} at (0,0) size 749x36
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       LayoutBlockFlow {P} at (0,92.72) size 784x18
14         LayoutText {#text} at (0,0) size 356x18
15           text run at (0,0) width 356: "The following TABLE has a COLGROUP structure of:"
16       LayoutBlockFlow {PRE} at (15,126.72) size 769x60 [color=#000066]
17         LayoutText {#text} at (0,0) size 211x60
18           text run at (0,0) width 78: "<colgroup>"
19           text run at (78,0) width 0: " "
20           text run at (0,15) width 211: " <col width=\"100\" span=\"2\">"
21           text run at (210,15) width 1: " "
22           text run at (0,30) width 141: " <col width=\"200\">"
23           text run at (140,30) width 1: " "
24           text run at (0,45) width 86: "</colgroup>"
25           text run at (85,45) width 1: " "
26       LayoutBlockFlow {P} at (0,202.72) size 784x18
27         LayoutText {#text} at (0,0) size 564x18
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       LayoutBlockFlow {P} at (0,236.72) size 784x18
30         LayoutText {#text} at (0,0) size 582x18
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       LayoutBlockFlow {P} at (0,270.72) size 784x18
33         LayoutText {#text} at (0,0) size 386x18
34           text run at (0,0) width 386: "So it would appear that the SPAN attribute is being ignored."
35       LayoutTable {TABLE} at (0,304.72) size 408x26
36         LayoutTableCol {COLGROUP} at (0,0) size 0x0
37           LayoutTableCol {COL} at (0,0) size 0x0
38           LayoutTableCol {COL} at (0,0) size 0x0
39         LayoutTableSection {TBODY} at (0,0) size 408x26
40           LayoutTableRow {TR} at (0,2) size 408x22
41             LayoutTableCell {TD} at (2,2) size 100x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
42               LayoutText {#text} at (2,2) size 32x18
43                 text run at (2,2) width 32: "col 1"
44             LayoutTableCell {TD} at (104,2) size 100x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
45               LayoutText {#text} at (2,2) size 32x18
46                 text run at (2,2) width 32: "col 2"
47             LayoutTableCell {TD} at (206,2) size 200x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
48               LayoutText {#text} at (2,2) size 32x18
49                 text run at (2,2) width 32: "col 3"