Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / win / css1 / text_properties / text_indent-expected.txt
1 layer at (0,0) size 785x1257
2   RenderView at (0,0) size 785x600
3 layer at (0,0) size 785x1257
4   RenderBlock {HTML} at (0,0) size 785x1257
5     RenderBody {BODY} at (8,8) size 769x1241 [bgcolor=#CCCCCC]
6       RenderBlock {P} at (0,0) size 769x18
7         RenderText {#text} at (0,0) size 363x17
8           text run at (0,0) width 363: "The style declarations which apply to the text below are:"
9       RenderBlock {PRE} at (0,34) 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,223) size 769x2 [border: (1px inset #EEEEEE)]
33       RenderBlock {P} at (0,241) size 769x18 [bgcolor=#00FFFF]
34         RenderText {#text} at (48,0) size 395x17
35           text run at (48,0) width 395: "The first line of this sentence should be indented half an inch."
36       RenderBlock {P} at (0,275) size 769x18 [bgcolor=#00FFFF]
37         RenderText {#text} at (75,0) size 422x17
38           text run at (75,0) width 422: "The first line of this sentence should be indented two centimeters."
39       RenderBlock {P} at (0,309) size 769x18 [bgcolor=#00FFFF]
40         RenderText {#text} at (75,0) size 441x17
41           text run at (75,0) width 441: "The first line of this sentence should be indented twenty millimeters."
42       RenderBlock {P} at (0,343) size 769x18 [bgcolor=#00FFFF]
43         RenderText {#text} at (32,0) size 438x17
44           text run at (32,0) width 438: "The first line of this sentence should be indented twenty-four points."
45       RenderBlock {P} at (0,377) size 769x18 [bgcolor=#00FFFF]
46         RenderText {#text} at (32,0) size 380x17
47           text run at (32,0) width 380: "The first line of this sentence should be indented two picas."
48       RenderBlock {P} at (0,411) size 769x18 [bgcolor=#00FFFF]
49         RenderText {#text} at (32,0) size 367x17
50           text run at (32,0) width 367: "The first line of this sentence should be indented two em."
51       RenderBlock {P} at (0,445) size 769x18 [bgcolor=#00FFFF]
52         RenderText {#text} at (14,0) size 363x17
53           text run at (14,0) width 363: "The first line of this sentence should be indented two ex."
54       RenderBlock {P} at (0,479) size 769x36 [bgcolor=#00FFFF]
55         RenderText {#text} at (384,0) size 752x35
56           text run at (384,0) width 368: "The first line of this sentence should be indented halfway"
57           text run at (0,18) width 568: "across the page, but the rest of it should be flush with the normal left margin of the page."
58       RenderBlock {P} at (0,531) size 769x36 [bgcolor=#00FFFF]
59         RenderText {#text} at (25,0) size 740x35
60           text run at (25,0) width 715: "The first line of this sentence should be indented 25 pixels, but the rest of it should be flush with the normal left"
61           text run at (0,18) width 125: "margin of the page."
62       RenderBlock {P} at (0,583) size 769x54 [bgcolor=#00FFFF]
63         RenderText {#text} at (48,0) size 426x17
64           text run at (48,0) width 426: "Only the first line of this sentence should be indented half an inch,"
65         RenderBR {BR} at (473,14) size 1x0
66         RenderText {#text} at (0,18) size 266x17
67           text run at (0,18) width 266: "no matter where the lines might start, and"
68         RenderBR {BR} at (265,32) size 1x0
69         RenderInline {EM} at (0,0) size 202x17
70           RenderText {#text} at (0,36) size 202x17
71             text run at (0,36) width 202: "regardless of any other markup"
72         RenderText {#text} at (201,36) size 149x17
73           text run at (201,36) width 149: " which may be present."
74       RenderBlock {BLOCKQUOTE} at (40,653) size 689x54 [bgcolor=#00FFFF]
75         RenderText {#text} at (384,0) size 651x53
76           text run at (384,0) width 229: "In the first half of the test page, this"
77           text run at (0,18) width 651: "BLOCKQUOTE element should have a text indent equal to 50% of the BODY element's width, since"
78           text run at (0,36) width 515: "BLOCKQUOTE is a child of BODY; in the second half, it is a child of TABLE."
79       RenderTable {TABLE} at (0,723) size 769x518 [border: (1px outset #808080)]
80         RenderTableSection {TBODY} at (1,1) size 767x516
81           RenderTableRow {TR} at (0,0) size 767x26
82             RenderTableCell {TD} at (0,0) size 767x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
83               RenderInline {STRONG} at (0,0) size 163x17
84                 RenderText {#text} at (4,4) size 163x17
85                   text run at (4,4) width 163: "TABLE Testing Section"
86           RenderTableRow {TR} at (0,26) size 767x490
87             RenderTableCell {TD} at (0,258) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
88               RenderText {#text} at (4,4) size 4x17
89                 text run at (4,4) width 4: " "
90             RenderTableCell {TD} at (12,26) size 755x490 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
91               RenderBlock {P} at (4,4) size 747x18 [bgcolor=#00FFFF]
92                 RenderText {#text} at (48,0) size 395x17
93                   text run at (48,0) width 395: "The first line of this sentence should be indented half an inch."
94               RenderBlock {P} at (4,38) size 747x18 [bgcolor=#00FFFF]
95                 RenderText {#text} at (75,0) size 422x17
96                   text run at (75,0) width 422: "The first line of this sentence should be indented two centimeters."
97               RenderBlock {P} at (4,72) size 747x18 [bgcolor=#00FFFF]
98                 RenderText {#text} at (75,0) size 441x17
99                   text run at (75,0) width 441: "The first line of this sentence should be indented twenty millimeters."
100               RenderBlock {P} at (4,106) size 747x18 [bgcolor=#00FFFF]
101                 RenderText {#text} at (32,0) size 438x17
102                   text run at (32,0) width 438: "The first line of this sentence should be indented twenty-four points."
103               RenderBlock {P} at (4,140) size 747x18 [bgcolor=#00FFFF]
104                 RenderText {#text} at (32,0) size 380x17
105                   text run at (32,0) width 380: "The first line of this sentence should be indented two picas."
106               RenderBlock {P} at (4,174) size 747x18 [bgcolor=#00FFFF]
107                 RenderText {#text} at (32,0) size 367x17
108                   text run at (32,0) width 367: "The first line of this sentence should be indented two em."
109               RenderBlock {P} at (4,208) size 747x18 [bgcolor=#00FFFF]
110                 RenderText {#text} at (14,0) size 363x17
111                   text run at (14,0) width 363: "The first line of this sentence should be indented two ex."
112               RenderBlock {P} at (4,242) size 747x36 [bgcolor=#00FFFF]
113                 RenderText {#text} at (373,0) size 741x35
114                   text run at (373,0) width 368: "The first line of this sentence should be indented halfway"
115                   text run at (0,18) width 568: "across the page, but the rest of it should be flush with the normal left margin of the page."
116               RenderBlock {P} at (4,294) size 747x36 [bgcolor=#00FFFF]
117                 RenderText {#text} at (25,0) size 740x35
118                   text run at (25,0) width 715: "The first line of this sentence should be indented 25 pixels, but the rest of it should be flush with the normal left"
119                   text run at (0,18) width 125: "margin of the page."
120               RenderBlock {P} at (4,346) size 747x54 [bgcolor=#00FFFF]
121                 RenderText {#text} at (48,0) size 426x17
122                   text run at (48,0) width 426: "Only the first line of this sentence should be indented half an inch,"
123                 RenderBR {BR} at (473,14) size 1x0
124                 RenderText {#text} at (0,18) size 266x17
125                   text run at (0,18) width 266: "no matter where the lines might start, and"
126                 RenderBR {BR} at (265,32) size 1x0
127                 RenderInline {EM} at (0,0) size 202x17
128                   RenderText {#text} at (0,36) size 202x17
129                     text run at (0,36) width 202: "regardless of any other markup"
130                 RenderText {#text} at (201,36) size 149x17
131                   text run at (201,36) width 149: " which may be present."
132               RenderBlock {BLOCKQUOTE} at (44,416) size 667x54 [bgcolor=#00FFFF]
133                 RenderText {#text} at (373,0) size 651x53
134                   text run at (373,0) width 229: "In the first half of the test page, this"
135                   text run at (0,18) width 651: "BLOCKQUOTE element should have a text indent equal to 50% of the BODY element's width, since"
136                   text run at (0,36) width 515: "BLOCKQUOTE is a child of BODY; in the second half, it is a child of TABLE."