Upstream version 9.37.197.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / android / css1 / text_properties / text_indent-expected.txt
1 layer at (0,0) size 785x1329
2   RenderView at (0,0) size 785x600
3 layer at (0,0) size 785x1329
4   RenderBlock {HTML} at (0,0) size 785x1329
5     RenderBody {BODY} at (8,8) size 769x1313 [bgcolor=#CCCCCC]
6       RenderBlock {P} at (0,0) size 769x20
7         RenderText {#text} at (0,0) size 337x19
8           text run at (0,0) width 337: "The style declarations which apply to the text below are:"
9       RenderBlock {PRE} at (0,36) size 769x176
10         RenderText {#text} at (0,0) size 384x176
11           text run at (0,0) width 352: ".one {text-indent: 0.5in; background: aqua;}"
12           text run at (352,0) width 0: " "
13           text run at (0,16) width 336: ".two {text-indent: 2cm; background: aqua;}"
14           text run at (336,16) width 0: " "
15           text run at (0,32) width 360: ".three {text-indent: 20mm; background: aqua;}"
16           text run at (360,32) width 0: " "
17           text run at (0,48) width 352: ".four {text-indent: 24pt; background: aqua;}"
18           text run at (352,48) width 0: " "
19           text run at (0,64) width 344: ".five {text-indent: 2pc; background: aqua;}"
20           text run at (344,64) width 0: " "
21           text run at (0,80) width 336: ".six {text-indent: 2em; background: aqua;}"
22           text run at (336,80) width 0: " "
23           text run at (0,96) width 352: ".seven {text-indent: 2ex; background: aqua;}"
24           text run at (352,96) width 0: " "
25           text run at (0,112) width 352: ".eight {text-indent: 50%; background: aqua;}"
26           text run at (352,112) width 0: " "
27           text run at (0,128) width 352: ".nine {text-indent: 25px; background: aqua;}"
28           text run at (352,128) width 0: " "
29           text run at (0,144) width 384: "blockquote {text-indent: 50%; background: aqua;}"
30           text run at (384,144) width 0: " "
31           text run at (0,160) width 0: " "
32       RenderBlock {HR} at (0,225) size 769x2 [border: (1px inset #EEEEEE)]
33       RenderBlock {P} at (0,243) size 769x20 [bgcolor=#00FFFF]
34         RenderText {#text} at (48,0) size 361x19
35           text run at (48,0) width 361: "The first line of this sentence should be indented half an inch."
36       RenderBlock {P} at (0,279) size 769x20 [bgcolor=#00FFFF]
37         RenderText {#text} at (76,0) size 389x19
38           text run at (76,0) width 389: "The first line of this sentence should be indented two centimeters."
39       RenderBlock {P} at (0,315) size 769x20 [bgcolor=#00FFFF]
40         RenderText {#text} at (76,0) size 401x19
41           text run at (76,0) width 401: "The first line of this sentence should be indented twenty millimeters."
42       RenderBlock {P} at (0,351) size 769x20 [bgcolor=#00FFFF]
43         RenderText {#text} at (32,0) size 404x19
44           text run at (32,0) width 404: "The first line of this sentence should be indented twenty-four points."
45       RenderBlock {P} at (0,387) size 769x20 [bgcolor=#00FFFF]
46         RenderText {#text} at (32,0) size 352x19
47           text run at (32,0) width 352: "The first line of this sentence should be indented two picas."
48       RenderBlock {P} at (0,423) size 769x20 [bgcolor=#00FFFF]
49         RenderText {#text} at (32,0) size 339x19
50           text run at (32,0) width 339: "The first line of this sentence should be indented two em."
51       RenderBlock {P} at (0,459) size 769x20 [bgcolor=#00FFFF]
52         RenderText {#text} at (14,0) size 335x19
53           text run at (14,0) width 335: "The first line of this sentence should be indented two ex."
54       RenderBlock {P} at (0,495) size 769x40 [bgcolor=#00FFFF]
55         RenderText {#text} at (385,0) size 764x39
56           text run at (385,0) width 379: "The first line of this sentence should be indented halfway across"
57           text run at (0,20) width 483: "the page, but the rest of it should be flush with the normal left margin of the page."
58       RenderBlock {P} at (0,551) size 769x40 [bgcolor=#00FFFF]
59         RenderText {#text} at (25,0) size 764x39
60           text run at (25,0) width 739: "The first line of this sentence should be indented 25 pixels, but the rest of it should be flush with the normal left margin of the"
61           text run at (0,20) width 33: "page."
62       RenderBlock {P} at (0,607) size 769x60 [bgcolor=#00FFFF]
63         RenderText {#text} at (48,0) size 389x19
64           text run at (48,0) width 389: "Only the first line of this sentence should be indented half an inch,"
65         RenderBR {BR} at (437,15) size 0x0
66         RenderText {#text} at (0,20) size 246x19
67           text run at (0,20) width 246: "no matter where the lines might start, and"
68         RenderBR {BR} at (246,35) size 0x0
69         RenderInline {EM} at (0,0) size 202x19
70           RenderText {#text} at (0,40) size 202x19
71             text run at (0,40) width 202: "regardless of any other markup"
72         RenderText {#text} at (202,40) size 139x19
73           text run at (202,40) width 139: " which may be present."
74       RenderBlock {BLOCKQUOTE} at (40,683) size 689x60 [bgcolor=#00FFFF]
75         RenderText {#text} at (385,0) size 614x59
76           text run at (385,0) width 209: "In the first half of the test page, this"
77           text run at (0,20) width 614: "BLOCKQUOTE element should have a text indent equal to 50% of the BODY element's width, since"
78           text run at (0,40) width 482: "BLOCKQUOTE is a child of BODY; in the second half, it is a child of TABLE."
79       RenderTable {TABLE} at (0,759) size 769x554 [border: (1px outset #808080)]
80         RenderTableSection {TBODY} at (1,1) size 767x552
81           RenderTableRow {TR} at (0,0) size 767x28
82             RenderTableCell {TD} at (0,0) size 767x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
83               RenderInline {STRONG} at (0,0) size 159x19
84                 RenderText {#text} at (4,4) size 159x19
85                   text run at (4,4) width 159: "TABLE Testing Section"
86           RenderTableRow {TR} at (0,28) size 767x524
87             RenderTableCell {TD} at (0,276) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
88               RenderText {#text} at (4,4) size 4x19
89                 text run at (4,4) width 4: " "
90             RenderTableCell {TD} at (12,28) size 755x524 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
91               RenderBlock {P} at (4,4) size 747x20 [bgcolor=#00FFFF]
92                 RenderText {#text} at (48,0) size 361x19
93                   text run at (48,0) width 361: "The first line of this sentence should be indented half an inch."
94               RenderBlock {P} at (4,40) size 747x20 [bgcolor=#00FFFF]
95                 RenderText {#text} at (76,0) size 389x19
96                   text run at (76,0) width 389: "The first line of this sentence should be indented two centimeters."
97               RenderBlock {P} at (4,76) size 747x20 [bgcolor=#00FFFF]
98                 RenderText {#text} at (76,0) size 401x19
99                   text run at (76,0) width 401: "The first line of this sentence should be indented twenty millimeters."
100               RenderBlock {P} at (4,112) size 747x20 [bgcolor=#00FFFF]
101                 RenderText {#text} at (32,0) size 404x19
102                   text run at (32,0) width 404: "The first line of this sentence should be indented twenty-four points."
103               RenderBlock {P} at (4,148) size 747x20 [bgcolor=#00FFFF]
104                 RenderText {#text} at (32,0) size 352x19
105                   text run at (32,0) width 352: "The first line of this sentence should be indented two picas."
106               RenderBlock {P} at (4,184) size 747x20 [bgcolor=#00FFFF]
107                 RenderText {#text} at (32,0) size 339x19
108                   text run at (32,0) width 339: "The first line of this sentence should be indented two em."
109               RenderBlock {P} at (4,220) size 747x20 [bgcolor=#00FFFF]
110                 RenderText {#text} at (14,0) size 335x19
111                   text run at (14,0) width 335: "The first line of this sentence should be indented two ex."
112               RenderBlock {P} at (4,256) size 747x40 [bgcolor=#00FFFF]
113                 RenderText {#text} at (374,0) size 710x39
114                   text run at (374,0) width 336: "The first line of this sentence should be indented halfway"
115                   text run at (0,20) width 526: "across the page, but the rest of it should be flush with the normal left margin of the page."
116               RenderBlock {P} at (4,312) size 747x40 [bgcolor=#00FFFF]
117                 RenderText {#text} at (25,0) size 742x39
118                   text run at (25,0) width 717: "The first line of this sentence should be indented 25 pixels, but the rest of it should be flush with the normal left margin of"
119                   text run at (0,20) width 55: "the page."
120               RenderBlock {P} at (4,368) size 747x60 [bgcolor=#00FFFF]
121                 RenderText {#text} at (48,0) size 389x19
122                   text run at (48,0) width 389: "Only the first line of this sentence should be indented half an inch,"
123                 RenderBR {BR} at (437,15) size 0x0
124                 RenderText {#text} at (0,20) size 246x19
125                   text run at (0,20) width 246: "no matter where the lines might start, and"
126                 RenderBR {BR} at (246,35) size 0x0
127                 RenderInline {EM} at (0,0) size 202x19
128                   RenderText {#text} at (0,40) size 202x19
129                     text run at (0,40) width 202: "regardless of any other markup"
130                 RenderText {#text} at (202,40) size 139x19
131                   text run at (202,40) width 139: " which may be present."
132               RenderBlock {BLOCKQUOTE} at (44,444) size 667x60 [bgcolor=#00FFFF]
133                 RenderText {#text} at (374,0) size 614x59
134                   text run at (374,0) width 209: "In the first half of the test page, this"
135                   text run at (0,20) width 614: "BLOCKQUOTE element should have a text indent equal to 50% of the BODY element's width, since"
136                   text run at (0,40) width 482: "BLOCKQUOTE is a child of BODY; in the second half, it is a child of TABLE."