Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Side by Side Diff: LayoutTests/platform/win/fast/block/float/shrink-to-avoid-float-complexity-expected.txt

Issue 1349473003: Remove DeprecatedPaintLayerFragment::outlineRect (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed line, added rebaselines. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 2077 1 layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 2077
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 785x2077 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600 outlineClip at (0,0) size 785x600 3 layer at (0,0) size 785x2077 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600
4 LayoutBlockFlow {HTML} at (0,0) size 785x2077.34 4 LayoutBlockFlow {HTML} at (0,0) size 785x2077.34
5 LayoutBlockFlow {BODY} at (8,19.91) size 769x2041.44 5 LayoutBlockFlow {BODY} at (8,19.91) size 769x2041.44
6 LayoutBlockFlow {H2} at (0,0) size 769x27 6 LayoutBlockFlow {H2} at (0,0) size 769x27
7 LayoutText {#text} at (0,0) size 149x26 7 LayoutText {#text} at (0,0) size 149x26
8 text run at (0,0) width 149: "Test 1 (1 float)" 8 text run at (0,0) width 149: "Test 1 (1 float)"
9 LayoutBlockFlow {HR} at (48,294.91) size 673x2 [border: (1px inset #EEEEEE )] 9 LayoutBlockFlow {HR} at (48,294.91) size 673x2 [border: (1px inset #EEEEEE )]
10 LayoutBlockFlow {H2} at (0,344.91) size 769x27 10 LayoutBlockFlow {H2} at (0,344.91) size 769x27
11 LayoutText {#text} at (0,0) size 149x26 11 LayoutText {#text} at (0,0) size 149x26
12 text run at (0,0) width 149: "Test 2 (1 float)" 12 text run at (0,0) width 149: "Test 2 (1 float)"
13 LayoutBlockFlow {HR} at (48,639.81) size 673x2 [border: (1px inset #EEEEEE )] 13 LayoutBlockFlow {HR} at (48,639.81) size 673x2 [border: (1px inset #EEEEEE )]
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 text run at (291,108) width 119: " thanks to the CSS" 68 text run at (291,108) width 119: " thanks to the CSS"
69 text run at (0,126) width 76: "declaration " 69 text run at (0,126) width 76: "declaration "
70 LayoutInline {CODE} at (0,0) size 129x16 70 LayoutInline {CODE} at (0,0) size 129x16
71 LayoutText {#text} at (75,128) size 129x16 71 LayoutText {#text} at (75,128) size 129x16
72 text run at (75,128) width 129: "overflow: hidden" 72 text run at (75,128) width 129: "overflow: hidden"
73 LayoutText {#text} at (203,126) size 5x17 73 LayoutText {#text} at (203,126) size 5x17
74 text run at (203,126) width 5: ";" 74 text run at (203,126) width 5: ";"
75 LayoutBR {BR} at (207,126) size 1x17 75 LayoutBR {BR} at (207,126) size 1x17
76 LayoutText {#text} at (0,144) size 334x17 76 LayoutText {#text} at (0,144) size 334x17
77 text run at (0,144) width 334: "\x{2013} has a 100px left margin and a 100 px right margin;" 77 text run at (0,144) width 334: "\x{2013} has a 100px left margin and a 100 px right margin;"
78 layer at (8,412) size 769x200 backgroundClip at (8,412) size 769x188 clip at (8, 412) size 769x188 outlineClip at (0,0) size 785x600 78 layer at (8,412) size 769x200 backgroundClip at (8,412) size 769x188 clip at (8, 412) size 769x188
79 LayoutBlockFlow {DIV} at (0,391.81) size 769x200 [bgcolor=#C0C0C0] 79 LayoutBlockFlow {DIV} at (0,391.81) size 769x200 [bgcolor=#C0C0C0]
80 LayoutBlockFlow (floating) {DIV} at (0,0) size 200x200 [bgcolor=#FFFF00] [bo rder: (4px solid #008000)] 80 LayoutBlockFlow (floating) {DIV} at (0,0) size 200x200 [bgcolor=#FFFF00] [bo rder: (4px solid #008000)]
81 LayoutText {#text} at (36,36) size 125x53 81 LayoutText {#text} at (36,36) size 125x53
82 text run at (36,36) width 122: "This yellow square" 82 text run at (36,36) width 122: "This yellow square"
83 text run at (36,54) width 125: "is floated left and it" 83 text run at (36,54) width 125: "is floated left and it"
84 text run at (36,72) width 95: "has no margin." 84 text run at (36,72) width 95: "has no margin."
85 layer at (208,412) size 569x162 85 layer at (208,412) size 569x162
86 LayoutBlockFlow {DIV} at (200,0) size 569x162 [bgcolor=#FFA500] 86 LayoutBlockFlow {DIV} at (200,0) size 569x162 [bgcolor=#FFA500]
87 LayoutText {#text} at (0,0) size 144x17 87 LayoutText {#text} at (0,0) size 144x17
88 text run at (0,0) width 144: "This orange rectangle:" 88 text run at (0,0) width 144: "This orange rectangle:"
(...skipping 28 matching lines...) Expand all
117 text run at (291,108) width 198: " thanks to the CSS declaration " 117 text run at (291,108) width 198: " thanks to the CSS declaration "
118 LayoutInline {CODE} at (0,0) size 561x34 118 LayoutInline {CODE} at (0,0) size 561x34
119 LayoutText {#text} at (488,110) size 561x34 119 LayoutText {#text} at (488,110) size 561x34
120 text run at (488,110) width 73: "overflow:" 120 text run at (488,110) width 73: "overflow:"
121 text run at (0,128) width 48: "hidden" 121 text run at (0,128) width 48: "hidden"
122 LayoutText {#text} at (48,126) size 5x17 122 LayoutText {#text} at (48,126) size 5x17
123 text run at (48,126) width 5: ";" 123 text run at (48,126) width 5: ";"
124 LayoutBR {BR} at (52,126) size 1x17 124 LayoutBR {BR} at (52,126) size 1x17
125 LayoutText {#text} at (0,144) size 168x17 125 LayoutText {#text} at (0,144) size 168x17
126 text run at (0,144) width 168: "\x{2013} has a 200px left margin;" 126 text run at (0,144) width 168: "\x{2013} has a 200px left margin;"
127 layer at (8,757) size 769x200 backgroundClip at (0,0) size 0x0 clip at (0,0) siz e 0x0 outlineClip at (0,0) size 785x600 127 layer at (8,757) size 769x200 backgroundClip at (0,0) size 0x0 clip at (0,0) siz e 0x0
128 LayoutBlockFlow {DIV} at (0,736.72) size 769x200 [bgcolor=#C0C0C0] 128 LayoutBlockFlow {DIV} at (0,736.72) size 769x200 [bgcolor=#C0C0C0]
129 LayoutBlockFlow (floating) {DIV} at (0,0) size 200x200 [bgcolor=#FFFF00] [bo rder: (4px solid #008000)] 129 LayoutBlockFlow (floating) {DIV} at (0,0) size 200x200 [bgcolor=#FFFF00] [bo rder: (4px solid #008000)]
130 LayoutText {#text} at (36,36) size 123x71 130 LayoutText {#text} at (36,36) size 123x71
131 text run at (36,36) width 122: "This yellow square" 131 text run at (36,36) width 122: "This yellow square"
132 text run at (36,54) width 123: "is a floated left and" 132 text run at (36,54) width 123: "is a floated left and"
133 text run at (36,72) width 80: "it has a right" 133 text run at (36,72) width 80: "it has a right"
134 text run at (36,90) width 111: "margin of 100px." 134 text run at (36,90) width 111: "margin of 100px."
135 layer at (308,757) size 369x162 backgroundClip at (0,0) size 0x0 clip at (0,0) s ize 0x0 outlineClip at (0,0) size 0x0 135 layer at (308,757) size 369x162 backgroundClip at (0,0) size 0x0 clip at (0,0) s ize 0x0
136 LayoutBlockFlow {DIV} at (300,0) size 369x162 [bgcolor=#FFA500] 136 LayoutBlockFlow {DIV} at (300,0) size 369x162 [bgcolor=#FFA500]
137 LayoutText {#text} at (0,0) size 144x17 137 LayoutText {#text} at (0,0) size 144x17
138 text run at (0,0) width 144: "This orange rectangle:" 138 text run at (0,0) width 144: "This orange rectangle:"
139 LayoutBR {BR} at (143,0) size 1x17 139 LayoutBR {BR} at (143,0) size 1x17
140 LayoutText {#text} at (0,18) size 97x17 140 LayoutText {#text} at (0,18) size 97x17
141 text run at (0,18) width 97: "\x{2013} establishes a " 141 text run at (0,18) width 97: "\x{2013} establishes a "
142 LayoutInline {STRONG} at (0,0) size 196x17 142 LayoutInline {STRONG} at (0,0) size 196x17
143 LayoutText {#text} at (96,18) size 196x17 143 LayoutText {#text} at (96,18) size 196x17
144 text run at (96,18) width 196: "new block formating context" 144 text run at (96,18) width 196: "new block formating context"
145 LayoutText {#text} at (291,18) size 354x35 145 LayoutText {#text} at (291,18) size 354x35
(...skipping 21 matching lines...) Expand all
167 text run at (291,108) width 63: " thanks to" 167 text run at (291,108) width 63: " thanks to"
168 text run at (0,126) width 132: "the CSS declaration " 168 text run at (0,126) width 132: "the CSS declaration "
169 LayoutInline {CODE} at (0,0) size 129x16 169 LayoutInline {CODE} at (0,0) size 129x16
170 LayoutText {#text} at (131,128) size 129x16 170 LayoutText {#text} at (131,128) size 129x16
171 text run at (131,128) width 129: "overflow: hidden" 171 text run at (131,128) width 129: "overflow: hidden"
172 LayoutText {#text} at (259,126) size 5x17 172 LayoutText {#text} at (259,126) size 5x17
173 text run at (259,126) width 5: ";" 173 text run at (259,126) width 5: ";"
174 LayoutBR {BR} at (263,126) size 1x17 174 LayoutBR {BR} at (263,126) size 1x17
175 LayoutText {#text} at (0,144) size 318x17 175 LayoutText {#text} at (0,144) size 318x17
176 text run at (0,144) width 318: "\x{2013} has a 0px left margin and a 100px right margin;" 176 text run at (0,144) width 318: "\x{2013} has a 0px left margin and a 100px right margin;"
177 layer at (8,1102) size 769x200 backgroundClip at (0,0) size 0x0 clip at (0,0) si ze 0x0 outlineClip at (0,0) size 785x600 177 layer at (8,1102) size 769x200 backgroundClip at (0,0) size 0x0 clip at (0,0) si ze 0x0
178 LayoutBlockFlow {DIV} at (0,1081.63) size 769x200 [bgcolor=#C0C0C0] 178 LayoutBlockFlow {DIV} at (0,1081.63) size 769x200 [bgcolor=#C0C0C0]
179 LayoutBlockFlow (floating) {DIV} at (0,0) size 200x200 [bgcolor=#FFFF00] [bo rder: (4px solid #008000)] 179 LayoutBlockFlow (floating) {DIV} at (0,0) size 200x200 [bgcolor=#FFFF00] [bo rder: (4px solid #008000)]
180 LayoutText {#text} at (36,36) size 125x53 180 LayoutText {#text} at (36,36) size 125x53
181 text run at (36,36) width 122: "This yellow square" 181 text run at (36,36) width 122: "This yellow square"
182 text run at (36,54) width 125: "is floated left and it" 182 text run at (36,54) width 125: "is floated left and it"
183 text run at (36,72) width 95: "has no margin." 183 text run at (36,72) width 95: "has no margin."
184 LayoutBlockFlow (floating) {DIV} at (569,0) size 200x200 [bgcolor=#FFFF00] [ border: (4px solid #008000)] 184 LayoutBlockFlow (floating) {DIV} at (569,0) size 200x200 [bgcolor=#FFFF00] [ border: (4px solid #008000)]
185 LayoutText {#text} at (36,36) size 122x71 185 LayoutText {#text} at (36,36) size 122x71
186 text run at (36,36) width 122: "This yellow square" 186 text run at (36,36) width 122: "This yellow square"
187 text run at (36,54) width 105: "is a floated right" 187 text run at (36,54) width 105: "is a floated right"
188 text run at (36,72) width 82: "and it has no" 188 text run at (36,72) width 82: "and it has no"
189 text run at (36,90) width 50: "margin." 189 text run at (36,90) width 50: "margin."
190 layer at (208,1102) size 369x162 backgroundClip at (0,0) size 0x0 clip at (0,0) size 0x0 outlineClip at (0,0) size 0x0 190 layer at (208,1102) size 369x162 backgroundClip at (0,0) size 0x0 clip at (0,0) size 0x0
191 LayoutBlockFlow {DIV} at (200,0) size 369x162 [bgcolor=#FFA500] 191 LayoutBlockFlow {DIV} at (200,0) size 369x162 [bgcolor=#FFA500]
192 LayoutText {#text} at (0,0) size 144x17 192 LayoutText {#text} at (0,0) size 144x17
193 text run at (0,0) width 144: "This orange rectangle:" 193 text run at (0,0) width 144: "This orange rectangle:"
194 LayoutBR {BR} at (143,0) size 1x17 194 LayoutBR {BR} at (143,0) size 1x17
195 LayoutText {#text} at (0,18) size 97x17 195 LayoutText {#text} at (0,18) size 97x17
196 text run at (0,18) width 97: "\x{2013} establishes a " 196 text run at (0,18) width 97: "\x{2013} establishes a "
197 LayoutInline {STRONG} at (0,0) size 196x17 197 LayoutInline {STRONG} at (0,0) size 196x17
198 LayoutText {#text} at (96,18) size 196x17 198 LayoutText {#text} at (96,18) size 196x17
199 text run at (96,18) width 196: "new block formating context" 199 text run at (96,18) width 196: "new block formating context"
200 LayoutText {#text} at (291,18) size 354x35 200 LayoutText {#text} at (291,18) size 354x35
(...skipping 21 matching lines...) Expand all
222 text run at (291,108) width 63: " thanks to" 222 text run at (291,108) width 63: " thanks to"
223 text run at (0,126) width 132: "the CSS declaration " 223 text run at (0,126) width 132: "the CSS declaration "
224 LayoutInline {CODE} at (0,0) size 129x16 224 LayoutInline {CODE} at (0,0) size 129x16
225 LayoutText {#text} at (131,128) size 129x16 225 LayoutText {#text} at (131,128) size 129x16
226 text run at (131,128) width 129: "overflow: hidden" 226 text run at (131,128) width 129: "overflow: hidden"
227 LayoutText {#text} at (259,126) size 5x17 227 LayoutText {#text} at (259,126) size 5x17
228 text run at (259,126) width 5: ";" 228 text run at (259,126) width 5: ";"
229 LayoutBR {BR} at (263,126) size 1x17 229 LayoutBR {BR} at (263,126) size 1x17
230 LayoutText {#text} at (0,144) size 334x17 230 LayoutText {#text} at (0,144) size 334x17
231 text run at (0,144) width 334: "\x{2013} has a 100px left margin and a 100 px right margin;" 231 text run at (0,144) width 334: "\x{2013} has a 100px left margin and a 100 px right margin;"
232 layer at (8,1446) size 769x200 backgroundClip at (0,0) size 0x0 clip at (0,0) si ze 0x0 outlineClip at (0,0) size 785x600 232 layer at (8,1446) size 769x200 backgroundClip at (0,0) size 0x0 clip at (0,0) si ze 0x0
233 LayoutBlockFlow {DIV} at (0,1426.53) size 769x200 [bgcolor=#C0C0C0] 233 LayoutBlockFlow {DIV} at (0,1426.53) size 769x200 [bgcolor=#C0C0C0]
234 LayoutBlockFlow (floating) {DIV} at (0,0) size 200x200 [bgcolor=#FFFF00] [bo rder: (4px solid #008000)] 234 LayoutBlockFlow (floating) {DIV} at (0,0) size 200x200 [bgcolor=#FFFF00] [bo rder: (4px solid #008000)]
235 LayoutText {#text} at (36,36) size 125x53 235 LayoutText {#text} at (36,36) size 125x53
236 text run at (36,36) width 122: "This yellow square" 236 text run at (36,36) width 122: "This yellow square"
237 text run at (36,54) width 125: "is floated left and it" 237 text run at (36,54) width 125: "is floated left and it"
238 text run at (36,72) width 95: "has no margin." 238 text run at (36,72) width 95: "has no margin."
239 LayoutBlockFlow (floating) {DIV} at (569,0) size 200x200 [bgcolor=#FFFF00] [ border: (4px solid #008000)] 239 LayoutBlockFlow (floating) {DIV} at (569,0) size 200x200 [bgcolor=#FFFF00] [ border: (4px solid #008000)]
240 LayoutText {#text} at (36,36) size 122x71 240 LayoutText {#text} at (36,36) size 122x71
241 text run at (36,36) width 122: "This yellow square" 241 text run at (36,36) width 122: "This yellow square"
242 text run at (36,54) width 105: "is a floated right" 242 text run at (36,54) width 105: "is a floated right"
243 text run at (36,72) width 82: "and it has no" 243 text run at (36,72) width 82: "and it has no"
244 text run at (36,90) width 50: "margin." 244 text run at (36,90) width 50: "margin."
245 layer at (208,1446) size 369x162 backgroundClip at (0,0) size 0x0 clip at (0,0) size 0x0 outlineClip at (0,0) size 0x0 245 layer at (208,1446) size 369x162 backgroundClip at (0,0) size 0x0 clip at (0,0) size 0x0
246 LayoutBlockFlow {DIV} at (200,0) size 369x162 [bgcolor=#FFA500] 246 LayoutBlockFlow {DIV} at (200,0) size 369x162 [bgcolor=#FFA500]
247 LayoutText {#text} at (0,0) size 144x17 247 LayoutText {#text} at (0,0) size 144x17
248 text run at (0,0) width 144: "This orange rectangle:" 248 text run at (0,0) width 144: "This orange rectangle:"
249 LayoutBR {BR} at (143,0) size 1x17 249 LayoutBR {BR} at (143,0) size 1x17
250 LayoutText {#text} at (0,18) size 97x17 250 LayoutText {#text} at (0,18) size 97x17
251 text run at (0,18) width 97: "\x{2013} establishes a " 251 text run at (0,18) width 97: "\x{2013} establishes a "
252 LayoutInline {STRONG} at (0,0) size 196x17 252 LayoutInline {STRONG} at (0,0) size 196x17
253 LayoutText {#text} at (96,18) size 196x17 253 LayoutText {#text} at (96,18) size 196x17
254 text run at (96,18) width 196: "new block formating context" 254 text run at (96,18) width 196: "new block formating context"
255 LayoutText {#text} at (291,18) size 354x35 255 LayoutText {#text} at (291,18) size 354x35
(...skipping 21 matching lines...) Expand all
277 text run at (291,108) width 63: " thanks to" 277 text run at (291,108) width 63: " thanks to"
278 text run at (0,126) width 132: "the CSS declaration " 278 text run at (0,126) width 132: "the CSS declaration "
279 LayoutInline {CODE} at (0,0) size 129x16 279 LayoutInline {CODE} at (0,0) size 129x16
280 LayoutText {#text} at (131,128) size 129x16 280 LayoutText {#text} at (131,128) size 129x16
281 text run at (131,128) width 129: "overflow: hidden" 281 text run at (131,128) width 129: "overflow: hidden"
282 LayoutText {#text} at (259,126) size 5x17 282 LayoutText {#text} at (259,126) size 5x17
283 text run at (259,126) width 5: ";" 283 text run at (259,126) width 5: ";"
284 LayoutBR {BR} at (263,126) size 1x17 284 LayoutBR {BR} at (263,126) size 1x17
285 LayoutText {#text} at (0,144) size 177x17 285 LayoutText {#text} at (0,144) size 177x17
286 text run at (0,144) width 177: "\x{2013} has a 200px right margin;" 286 text run at (0,144) width 177: "\x{2013} has a 200px right margin;"
287 layer at (8,1791) size 769x270 backgroundClip at (0,0) size 0x0 clip at (0,0) si ze 0x0 outlineClip at (0,0) size 785x600 287 layer at (8,1791) size 769x270 backgroundClip at (0,0) size 0x0 clip at (0,0) si ze 0x0
288 LayoutBlockFlow {DIV} at (0,1771.44) size 769x270 [bgcolor=#C0C0C0] 288 LayoutBlockFlow {DIV} at (0,1771.44) size 769x270 [bgcolor=#C0C0C0]
289 LayoutBlockFlow (floating) {DIV} at (0,0) size 200x200 [bgcolor=#FFFF00] [bo rder: (4px solid #008000)] 289 LayoutBlockFlow (floating) {DIV} at (0,0) size 200x200 [bgcolor=#FFFF00] [bo rder: (4px solid #008000)]
290 LayoutText {#text} at (36,36) size 125x71 290 LayoutText {#text} at (36,36) size 125x71
291 text run at (36,36) width 122: "This yellow square" 291 text run at (36,36) width 122: "This yellow square"
292 text run at (36,54) width 125: "is floated left and it" 292 text run at (36,54) width 125: "is floated left and it"
293 text run at (36,72) width 116: "has a right margin" 293 text run at (36,72) width 116: "has a right margin"
294 text run at (36,90) width 62: "of 100px." 294 text run at (36,90) width 62: "of 100px."
295 LayoutBlockFlow (floating) {DIV} at (569,0) size 200x200 [bgcolor=#FFFF00] [ border: (4px solid #008000)] 295 LayoutBlockFlow (floating) {DIV} at (569,0) size 200x200 [bgcolor=#FFFF00] [ border: (4px solid #008000)]
296 LayoutText {#text} at (36,36) size 122x71 296 LayoutText {#text} at (36,36) size 122x71
297 text run at (36,36) width 122: "This yellow square" 297 text run at (36,36) width 122: "This yellow square"
298 text run at (36,54) width 121: "is floated right and" 298 text run at (36,54) width 121: "is floated right and"
299 text run at (36,72) width 120: "it has a left margin" 299 text run at (36,72) width 120: "it has a left margin"
300 text run at (36,90) width 62: "of 100px." 300 text run at (36,90) width 62: "of 100px."
301 layer at (308,1791) size 169x270 backgroundClip at (0,0) size 0x0 clip at (0,0) size 0x0 outlineClip at (0,0) size 0x0 301 layer at (308,1791) size 169x270 backgroundClip at (0,0) size 0x0 clip at (0,0) size 0x0
302 LayoutBlockFlow {DIV} at (300,0) size 169x270 [bgcolor=#FFA500] 302 LayoutBlockFlow {DIV} at (300,0) size 169x270 [bgcolor=#FFA500]
303 LayoutText {#text} at (0,0) size 144x17 303 LayoutText {#text} at (0,0) size 144x17
304 text run at (0,0) width 144: "This orange rectangle:" 304 text run at (0,0) width 144: "This orange rectangle:"
305 LayoutBR {BR} at (143,0) size 1x17 305 LayoutBR {BR} at (143,0) size 1x17
306 LayoutText {#text} at (0,18) size 97x17 306 LayoutText {#text} at (0,18) size 97x17
307 text run at (0,18) width 97: "\x{2013} establishes a " 307 text run at (0,18) width 97: "\x{2013} establishes a "
308 LayoutInline {STRONG} at (0,0) size 166x35 308 LayoutInline {STRONG} at (0,0) size 166x35
309 LayoutText {#text} at (96,18) size 166x35 309 LayoutText {#text} at (96,18) size 166x35
310 text run at (96,18) width 70: "new block" 310 text run at (96,18) width 70: "new block"
311 text run at (0,36) width 123: "formating context" 311 text run at (0,36) width 123: "formating context"
(...skipping 25 matching lines...) Expand all
337 text run at (0,198) width 144: "to the CSS declaration" 337 text run at (0,198) width 144: "to the CSS declaration"
338 LayoutInline {CODE} at (0,0) size 128x16 338 LayoutInline {CODE} at (0,0) size 128x16
339 LayoutText {#text} at (0,218) size 128x16 339 LayoutText {#text} at (0,218) size 128x16
340 text run at (0,218) width 128: "overflow: hidden" 340 text run at (0,218) width 128: "overflow: hidden"
341 LayoutText {#text} at (128,216) size 5x17 341 LayoutText {#text} at (128,216) size 5x17
342 text run at (128,216) width 5: ";" 342 text run at (128,216) width 5: ";"
343 LayoutBR {BR} at (132,216) size 1x17 343 LayoutBR {BR} at (132,216) size 1x17
344 LayoutText {#text} at (0,234) size 151x35 344 LayoutText {#text} at (0,234) size 151x35
345 text run at (0,234) width 148: "\x{2013} has a 0px left margin" 345 text run at (0,234) width 148: "\x{2013} has a 0px left margin"
346 text run at (0,252) width 151: "and a 0px right margin;" 346 text run at (0,252) width 151: "and a 0px right margin;"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698