Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / linux / tables / mozilla / bugs / bug139524-2-expected.txt
blobc227420ef1ccbee829bc136128325e0c3c4751bb
1 layer at (0,0) size 800x600
2   LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x376
4   LayoutBlockFlow {HTML} at (0,0) size 800x376.44
5     LayoutBlockFlow {BODY} at (8,18.72) size 784x349.72
6       LayoutBlockFlow {H3} at (0,0) size 784x23
7         LayoutText {#text} at (0,0) size 524x22
8           text run at (0,0) width 524: "SPAN attribute of COL element being ignored in Mozilla 1.0 rc1"
9       LayoutBlockFlow {P} at (0,41.72) size 784x40
10         LayoutText {#text} at (0,0) size 749x39
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,20) width 278: "worked fine sometime before Mozilla 0.9.6)"
13       LayoutBlockFlow {P} at (0,97.72) size 784x20
14         LayoutText {#text} at (0,0) size 332x19
15           text run at (0,0) width 332: "The following TABLE has a COLGROUP structure of:"
16       LayoutBlockFlow {PRE} at (15,133.72) size 769x64 [color=#000066]
17         LayoutText {#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       LayoutBlockFlow {P} at (0,213.72) size 784x20
27         LayoutText {#text} at (0,0) size 532x19
28           text run at (0,0) width 532: "So the first two colums should both be 100px wide, and the third should be 200px wide."
29       LayoutBlockFlow {P} at (0,249.72) size 784x20
30         LayoutText {#text} at (0,0) size 543x19
31           text run at (0,0) width 543: "However, the first column is 100px, the second is 200px, and the third is the default width."
32       LayoutBlockFlow {P} at (0,285.72) size 784x20
33         LayoutText {#text} at (0,0) size 363x19
34           text run at (0,0) width 363: "So it would appear that the SPAN attribute is being ignored."
35       LayoutTable {TABLE} at (0,321.72) size 408x28
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 408x28
40           LayoutTableRow {TR} at (0,2) size 408x24
41             LayoutTableCell {TD} at (2,2) size 100x24 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
42               LayoutText {#text} at (2,2) size 30x19
43                 text run at (2,2) width 30: "col 1"
44             LayoutTableCell {TD} at (104,2) size 100x24 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
45               LayoutText {#text} at (2,2) size 30x19
46                 text run at (2,2) width 30: "col 2"
47             LayoutTableCell {TD} at (206,2) size 200x24 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
48               LayoutText {#text} at (2,2) size 30x19
49                 text run at (2,2) width 30: "col 3"