Changeset 174267 in webkit
- Timestamp:
- Oct 3, 2014, 9:43:06 AM (11 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 1 added
- 35 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r174259 r174267 1 2014-10-03 Carlos Alberto Lopez Perez <clopez@igalia.com> 2 3 [GTK] Unreviewed GTK gardening. 4 5 * platform/gtk/TestExpectations: Update test name for bug 136673 after r173418. 6 * platform/gtk/css1/box_properties/clear_float-expected.txt: Rebaseline after r174233. 7 * platform/gtk/css1/box_properties/float_on_text_elements-expected.txt: Rebaseline after r174233. 8 * platform/gtk/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: Rebaseline after r174233. 9 * platform/gtk/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Rebaseline after r174233. 10 * platform/gtk/css2.1/t1602-c546-txt-align-00-b-expected.txt: Rebaseline after r174233. 11 * platform/gtk/fast/multicol/float-avoidance-expected.txt: Rebaseline after r174233. 12 * platform/gtk/fast/multicol/overflow-across-columns-expected.txt: Rebaseline after r174233. 13 * platform/gtk/fast/multicol/overflow-across-columns-percent-height-expected.txt: Rebaseline after r174233. 14 * platform/gtk/fast/multicol/overflow-unsplittable-expected.txt: Rebaseline after r174233. 15 * platform/gtk/fast/multicol/positive-leading-expected.txt: Rebaseline after r174233. 16 * platform/gtk/fast/multicol/vertical-lr/float-avoidance-expected.txt: Rebaseline after r174233. 17 * platform/gtk/fast/multicol/vertical-rl/float-avoidance-expected.txt: Rebaseline after r174233. 18 * platform/gtk/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Rebaseline after r174233. 19 * platform/gtk/fast/regions/repaint/line-flow-with-floats-in-regions-expected.txt: Rebaseline after r174233. 20 * platform/gtk/fast/repaint/line-flow-with-floats-1-expected.txt: Rebaseline after r174233. 21 * platform/gtk/fast/repaint/line-flow-with-floats-10-expected.txt: Rebaseline after r174233. 22 * platform/gtk/fast/repaint/line-flow-with-floats-2-expected.txt: Rebaseline after r174233. 23 * platform/gtk/fast/repaint/line-flow-with-floats-3-expected.txt: Rebaseline after r174233. 24 * platform/gtk/fast/repaint/line-flow-with-floats-4-expected.txt: Rebaseline after r174233. 25 * platform/gtk/fast/repaint/line-flow-with-floats-5-expected.txt: Rebaseline after r174233. 26 * platform/gtk/fast/repaint/line-flow-with-floats-6-expected.txt: Rebaseline after r174233. 27 * platform/gtk/fast/repaint/line-flow-with-floats-7-expected.txt: Rebaseline after r174233. 28 * platform/gtk/fast/repaint/line-flow-with-floats-8-expected.txt: Rebaseline after r174233. 29 * platform/gtk/fast/repaint/line-flow-with-floats-9-expected.txt: Rebaseline after r174233. 30 * platform/gtk/fast/text/justified-selection-at-edge-expected.txt: Rebaseline after r174233. 31 * platform/gtk/fast/text/justify-ideograph-leading-expansion-expected.txt: Rebaseline after r174233. 32 * platform/gtk/fast/text/justify-nbsp-expected.txt: Added. Rebaseline after r174233. 33 * platform/gtk/fast/text/trailing-white-space-2-expected.txt: Rebaseline after r174233. 34 * platform/gtk/tables/mozilla/marvin/x_tbody_align_justify-expected.txt: Rebaseline after r174233. 35 * platform/gtk/tables/mozilla/marvin/x_td_align_justify-expected.txt: Rebaseline after r174233. 36 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt: Rebaseline after r174233. 37 * platform/gtk/tables/mozilla/marvin/x_th_align_justify-expected.txt: Rebaseline after r174233. 38 * platform/gtk/tables/mozilla/marvin/x_thead_align_justify-expected.txt: Rebaseline after r174233. 39 * platform/gtk/tables/mozilla/marvin/x_tr_align_justify-expected.txt: Rebaseline after r174233. 40 1 41 2014-10-03 Yusuke Suzuki <utatane.tea@gmail.com> 2 42 -
trunk/LayoutTests/platform/gtk/TestExpectations
r173948 r174267 2131 2131 2132 2132 webkit.org/b/136672 fast/selectors/read-only-read-write-input-basics.html [ Failure ] 2133 webkit.org/b/136673 fast/text/empty-shadow -with-color.html [ ImageOnlyFailure ]2133 webkit.org/b/136673 fast/text/empty-shadow.html [ ImageOnlyFailure ] 2134 2134 2135 2135 webkit.org/b/136754 css3/flexbox/csswg/flexbox_direction-row-reverse.html [ ImageOnlyFailure ] -
trunk/LayoutTests/platform/gtk/css1/box_properties/clear_float-expected.txt
r148795 r174267 75 75 RenderText {#text} at (0,0) size 497x85 76 76 text run at (0,0) width 497: "This page has two floating \"menus\" on the side; one has a green background," 77 text run at (0,17) width 23 1: "and the other a blue background. "77 text run at (0,17) width 232: "and the other a blue background. " 78 78 text run at (231,17) width 266: "Due to settings on the 'float' and 'clear'" 79 79 text run at (0,34) width 497: "properties, the two menus should appear on the left side of the page, the blue" … … 146 146 text run at (0,0) width 283: "This page has two floating \"menus\" on the" 147 147 text run at (0,17) width 283: "side; one has a green background, and the" 148 text run at (0,34) width 16 5: "other a blue background. "148 text run at (0,34) width 166: "other a blue background. " 149 149 text run at (165,34) width 118: "Due to settings on" 150 150 text run at (0,51) width 283: "the 'float' and 'clear' properties, the two" -
trunk/LayoutTests/platform/gtk/css1/box_properties/float_on_text_elements-expected.txt
r169104 r174267 5 5 RenderBody {BODY} at (8,8) size 769x2573 [bgcolor=#CCCCCC] 6 6 RenderBlock (floating) {P} at (0,0) size 385x34 [bgcolor=#FFFF00] 7 RenderText {#text} at (0,0) size 38 4x348 text run at (0,0) width 38 4: "This paragraph is of class \"one\". It has a width of 50% and"7 RenderText {#text} at (0,0) size 385x34 8 text run at (0,0) width 385: "This paragraph is of class \"one\". It has a width of 50% and" 9 9 text run at (0,17) width 124: "is floated to the left." 10 10 RenderBlock {P} at (0,0) size 769x85 … … 31 31 RenderBlock {HR} at (0,214) size 769x2 [border: (1px inset #000000)] 32 32 RenderBlock (floating) {P} at (0,224) size 385x102 [bgcolor=#FFFF00] 33 RenderText {#text} at (0,0) size 38 4x10234 text run at (0,0) width 38 4: "This paragraph is floated to the left and the orange square"35 text run at (0,17) width 38 4: "image should appear to the right of the paragraph. This"36 text run at (0,34) width 38 4: "paragraph has a yellow background and no padding, margin"37 text run at (0,51) width 38 4: "or border. The right edge of this yellow box should be"38 text run at (0,68) width 38 4: "horizontally aligned with the left edge of the yellow box"33 RenderText {#text} at (0,0) size 385x102 34 text run at (0,0) width 385: "This paragraph is floated to the left and the orange square" 35 text run at (0,17) width 385: "image should appear to the right of the paragraph. This" 36 text run at (0,34) width 385: "paragraph has a yellow background and no padding, margin" 37 text run at (0,51) width 385: "or border. The right edge of this yellow box should be" 38 text run at (0,68) width 385: "horizontally aligned with the left edge of the yellow box" 39 39 text run at (0,85) width 79: "undernearth." 40 40 RenderBlock (anonymous) at (0,224) size 769x102 … … 45 45 RenderBlock {HR} at (0,334) size 769x2 [border: (1px inset #000000)] 46 46 RenderBlock (floating) {P} at (384,344) size 385x102 [bgcolor=#FFFF00] 47 RenderText {#text} at (0,0) size 38 4x10248 text run at (0,0) width 38 4: "This paragraph is floated to the right (using a STYLE"49 text run at (0,17) width 38 4: "attribute) and the orange square image should appear to the"50 text run at (0,34) width 38 4: "left of the paragraph. This paragraph has a yellow"51 text run at (0,51) width 38 4: "background and no padding, margin or border. The left edge"52 text run at (0,68) width 38 4: "of this yellow box should be horizonally aligned with the"47 RenderText {#text} at (0,0) size 385x102 48 text run at (0,0) width 385: "This paragraph is floated to the right (using a STYLE" 49 text run at (0,17) width 385: "attribute) and the orange square image should appear to the" 50 text run at (0,34) width 385: "left of the paragraph. This paragraph has a yellow" 51 text run at (0,51) width 385: "background and no padding, margin or border. The left edge" 52 text run at (0,68) width 385: "of this yellow box should be horizonally aligned with the" 53 53 text run at (0,85) width 224: "right edge of the yellow box above." 54 54 RenderBlock (anonymous) at (0,344) size 769x102 … … 88 88 text run at (0,34) width 193: "yellow \"sidebar\" on the right. " 89 89 text run at (193,34) width 220: "The content of this element should" 90 text run at (0,51) width 2 19: "flow around the floated element. "90 text run at (0,51) width 220: "flow around the floated element. " 91 91 text run at (219,51) width 194: "However, the floated element" 92 92 text run at (0,68) width 413: "may or may not be obscured by the blue background of this" 93 93 text run at (0,85) width 413: "element, as the specification does not say which is drawn \"on" 94 text run at (0,102) width 3 7: "top.\" "94 text run at (0,102) width 38: "top.\" " 95 95 text run at (37,102) width 376: "Even if the floated element is obscured, it still forces the" 96 text run at (0,119) width 26 3: "content of this element to flow around it. "96 text run at (0,119) width 264: "content of this element to flow around it. " 97 97 text run at (263,119) width 150: "If the floated element is" 98 98 text run at (0,136) width 413: "not obscured, then the blue rectangle of this paragraph should" … … 126 126 RenderBlock (floating) {DIV} at (0,1030) size 193x68 [bgcolor=#66CCFF] 127 127 RenderBlock {P} at (0,0) size 193x68 128 RenderText {#text} at (0,0) size 19 2x68129 text run at (0,0) width 19 2: "This paragraph is inside a"130 text run at (0,17) width 19 2: "DIV which is floated left. Its"131 text run at (0,34) width 19 2: "background is blue and the"128 RenderText {#text} at (0,0) size 193x68 129 text run at (0,0) width 193: "This paragraph is inside a" 130 text run at (0,17) width 193: "DIV which is floated left. Its" 131 text run at (0,34) width 193: "background is blue and the" 132 132 text run at (0,51) width 87: "width is 25%." 133 133 RenderBlock (floating) {DIV} at (576,1030) size 193x68 [bgcolor=#FFFF00] 134 134 RenderBlock {P} at (0,0) size 193x68 135 RenderText {#text} at (0,0) size 19 2x68136 text run at (0,0) width 19 2: "This paragraph is inside a"137 text run at (0,17) width 19 2: "DIV which is floated right. Its"138 text run at (0,34) width 19 2: "background is yellow and the"135 RenderText {#text} at (0,0) size 193x68 136 text run at (0,0) width 193: "This paragraph is inside a" 137 text run at (0,17) width 193: "DIV which is floated right. Its" 138 text run at (0,34) width 193: "background is yellow and the" 139 139 text run at (0,51) width 87: "width is 25%." 140 140 RenderBlock {P} at (0,1030) size 769x34 … … 149 149 RenderBlock (floating) {DIV} at (422,0) size 145x34 [bgcolor=#FFFF00] 150 150 RenderBlock {P} at (0,0) size 145x34 151 RenderText {#text} at (0,0) size 14 4x34152 text run at (0,0) width 14 4: "See description in the"151 RenderText {#text} at (0,0) size 145x34 152 text run at (0,0) width 145: "See description in the" 153 153 text run at (0,17) width 124: "box on the left side." 154 154 RenderBlock {P} at (0,0) size 577x119 155 RenderText {#text} at (0,0) size 57 6x119156 text run at (0,0) width 42 2: "This paragraph is inside a DIV which is floated left. The"157 text run at (0,17) width 42 2: "background of the DIV element is blue and its width is 75%. This"158 text run at (0,34) width 36 5: "text should all be inside the blue rectangle. The blue DIV "159 text run at (365,34) width 21 1: "element has another DIV element"160 text run at (0,51) width 16 6: "as a child. It has a yellow "161 text run at (166,51) width 36 2: "background color and is floated to the right. Since it is a "162 text run at (528,51) width 4 8: "child of"163 text run at (0,68) width 37 4: "the blue DIV, the yellow DIV should appear inside the "164 text run at (374,68) width 20 2: "blue rectangle. Due to it being"165 text run at (0,85) width 19 3: "floated to the right and having "166 text run at (193,85) width 38 3: "a 10px right margin, the yellow rectange should have a 10px"155 RenderText {#text} at (0,0) size 577x119 156 text run at (0,0) width 423: "This paragraph is inside a DIV which is floated left. The" 157 text run at (0,17) width 423: "background of the DIV element is blue and its width is 75%. This" 158 text run at (0,34) width 366: "text should all be inside the blue rectangle. The blue DIV " 159 text run at (365,34) width 212: "element has another DIV element" 160 text run at (0,51) width 167: "as a child. It has a yellow " 161 text run at (166,51) width 363: "background color and is floated to the right. Since it is a " 162 text run at (528,51) width 49: "child of" 163 text run at (0,68) width 375: "the blue DIV, the yellow DIV should appear inside the " 164 text run at (374,68) width 203: "blue rectangle. Due to it being" 165 text run at (0,85) width 194: "floated to the right and having " 166 text run at (193,85) width 384: "a 10px right margin, the yellow rectange should have a 10px" 167 167 text run at (0,102) width 31: "blue " 168 168 text run at (31,102) width 138: "stripe on its right side." … … 183 183 RenderTableCell {TD} at (12,25) size 755x1293 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1] 184 184 RenderBlock (floating) {P} at (4,4) size 374x34 [bgcolor=#FFFF00] 185 RenderText {#text} at (0,0) size 37 3x34186 text run at (0,0) width 37 3: "This paragraph is of class \"one\". It has a width of 50% and"185 RenderText {#text} at (0,0) size 374x34 186 text run at (0,0) width 374: "This paragraph is of class \"one\". It has a width of 50% and" 187 187 text run at (0,17) width 124: "is floated to the left." 188 188 RenderBlock {P} at (4,4) size 747x85 … … 209 209 RenderBlock {HR} at (4,218) size 747x2 [border: (1px inset #000000)] 210 210 RenderBlock (floating) {P} at (4,228) size 374x102 [bgcolor=#FFFF00] 211 RenderText {#text} at (0,0) size 37 3x102212 text run at (0,0) width 37 3: "This paragraph is floated to the left and the orange square"213 text run at (0,17) width 37 3: "image should appear to the right of the paragraph. This"214 text run at (0,34) width 37 3: "paragraph has a yellow background and no padding,"215 text run at (0,51) width 37 3: "margin or border. The right edge of this yellow box should"216 text run at (0,68) width 37 3: "be horizontally aligned with the left edge of the yellow box"211 RenderText {#text} at (0,0) size 374x102 212 text run at (0,0) width 374: "This paragraph is floated to the left and the orange square" 213 text run at (0,17) width 374: "image should appear to the right of the paragraph. This" 214 text run at (0,34) width 374: "paragraph has a yellow background and no padding," 215 text run at (0,51) width 374: "margin or border. The right edge of this yellow box should" 216 text run at (0,68) width 374: "be horizontally aligned with the left edge of the yellow box" 217 217 text run at (0,85) width 79: "undernearth." 218 218 RenderBlock (anonymous) at (4,228) size 747x102 … … 223 223 RenderBlock {HR} at (4,338) size 747x2 [border: (1px inset #000000)] 224 224 RenderBlock (floating) {P} at (377,348) size 374x102 [bgcolor=#FFFF00] 225 RenderText {#text} at (0,0) size 37 3x102226 text run at (0,0) width 37 3: "This paragraph is floated to the right (using a STYLE"227 text run at (0,17) width 37 3: "attribute) and the orange square image should appear to the"228 text run at (0,34) width 37 3: "left of the paragraph. This paragraph has a yellow"229 text run at (0,51) width 37 3: "background and no padding, margin or border. The left"230 text run at (0,68) width 37 3: "edge of this yellow box should be horizonally aligned with"225 RenderText {#text} at (0,0) size 374x102 226 text run at (0,0) width 374: "This paragraph is floated to the right (using a STYLE" 227 text run at (0,17) width 374: "attribute) and the orange square image should appear to the" 228 text run at (0,34) width 374: "left of the paragraph. This paragraph has a yellow" 229 text run at (0,51) width 374: "background and no padding, margin or border. The left" 230 text run at (0,68) width 374: "edge of this yellow box should be horizonally aligned with" 231 231 text run at (0,85) width 247: "the right edge of the yellow box above." 232 232 RenderBlock (anonymous) at (4,348) size 747x102 … … 242 242 RenderText {#text} at (48,0) size 747x68 243 243 text run at (48,0) width 699: "he first letter (a \"T\") of this paragraph should float left and be twice the font-size of the rest of the paragraph, as" 244 text run at (48,17) width 51 3: "well as bold, with a content width of 1.5em and a background-color of silver. "244 text run at (48,17) width 514: "well as bold, with a content width of 1.5em and a background-color of silver. " 245 245 text run at (561,17) width 186: "The top of the big letter \"T\"" 246 246 text run at (48,34) width 699: "should be vertically aligned with the top of the first line of this paragraph. This is commonly known as \"drop-" … … 265 265 text run at (0,0) width 391: "This paragraph is not floating. If there is enough room, the" 266 266 text run at (0,17) width 391: "textual content of the paragraph should appear on the left side" 267 text run at (0,34) width 26 0: "of the yellow \"sidebar\" on the right. "267 text run at (0,34) width 261: "of the yellow \"sidebar\" on the right. " 268 268 text run at (260,34) width 131: "The content of this" 269 269 text run at (0,51) width 328: "element should flow around the floated element. " … … 271 271 text run at (0,68) width 391: "the floated element may or may not be obscured by the blue" 272 272 text run at (0,85) width 391: "background of this element, as the specification does not say" 273 text run at (0,102) width 18 5: "which is drawn \"on top.\" "273 text run at (0,102) width 186: "which is drawn \"on top.\" " 274 274 text run at (185,102) width 206: "Even if the floated element is" 275 275 text run at (0,119) width 391: "obscured, it still forces the content of this element to flow" 276 text run at (0,136) width 6 5: "around it. "276 text run at (0,136) width 66: "around it. " 277 277 text run at (65,136) width 326: "If the floated element is not obscured, then the blue" 278 278 text run at (0,153) width 391: "rectangle of this paragraph should extend 10px above and to" … … 306 306 RenderBlock (floating) {DIV} at (4,1066) size 187x68 [bgcolor=#66CCFF] 307 307 RenderBlock {P} at (0,0) size 187x68 308 RenderText {#text} at (0,0) size 18 6x68309 text run at (0,0) width 18 6: "This paragraph is inside a"310 text run at (0,17) width 18 6: "DIV which is floated left. Its"311 text run at (0,34) width 18 6: "background is blue and the"308 RenderText {#text} at (0,0) size 187x68 309 text run at (0,0) width 187: "This paragraph is inside a" 310 text run at (0,17) width 187: "DIV which is floated left. Its" 311 text run at (0,34) width 187: "background is blue and the" 312 312 text run at (0,51) width 87: "width is 25%." 313 313 RenderBlock (floating) {DIV} at (564,1066) size 187x68 [bgcolor=#FFFF00] 314 314 RenderBlock {P} at (0,0) size 187x68 315 RenderText {#text} at (0,0) size 18 6x68316 text run at (0,0) width 18 6: "This paragraph is inside a"317 text run at (0,17) width 18 6: "DIV which is floated right."318 text run at (0,34) width 2 0: "Its "319 text run at (20,34) width 16 6: "background is yellow and"315 RenderText {#text} at (0,0) size 187x68 316 text run at (0,0) width 187: "This paragraph is inside a" 317 text run at (0,17) width 187: "DIV which is floated right." 318 text run at (0,34) width 21: "Its " 319 text run at (20,34) width 167: "background is yellow and" 320 320 text run at (0,51) width 110: "the width is 25%." 321 321 RenderBlock {P} at (4,1066) size 747x34 322 RenderText {#text} at (186,0) size 37 4x34323 text run at (186,0) width 37 4: "This paragraph should appear between a blue box (on the"322 RenderText {#text} at (186,0) size 375x34 323 text run at (186,0) width 375: "This paragraph should appear between a blue box (on the" 324 324 text run at (186,17) width 30: "left) " 325 325 text run at (215,17) width 200: "and a yellow box (on the right)." … … 330 330 RenderBlock (floating) {DIV} at (410,0) size 141x34 [bgcolor=#FFFF00] 331 331 RenderBlock {P} at (0,0) size 141x34 332 RenderText {#text} at (0,0) size 14 0x34333 text run at (0,0) width 14 0: "See description in the"332 RenderText {#text} at (0,0) size 141x34 333 text run at (0,0) width 141: "See description in the" 334 334 text run at (0,17) width 124: "box on the left side." 335 335 RenderBlock {P} at (0,0) size 561x119 336 RenderText {#text} at (0,0) size 56 0x119337 text run at (0,0) width 41 0: "This paragraph is inside a DIV which is floated left. The"338 text run at (0,17) width 41 0: "background of the DIV element is blue and its width is 75%."339 text run at (0,34) width 3 2: "This "340 text run at (32,34) width 36 8: "text should all be inside the blue rectangle. The blue DIV "341 text run at (400,34) width 16 0: "element has another DIV"342 text run at (0,51) width 21 7: "element as a child. It has a yellow "343 text run at (217,51) width 34 3: "background color and is floated to the right. Since it is"344 text run at (0,68) width 1 1: "a "345 text run at (11,68) width 40 8: "child of the blue DIV, the yellow DIV should appear inside the "346 text run at (419,68) width 14 1: "blue rectangle. Due to"347 text run at (0,85) width 25 2: "it being floated to the right and having "348 text run at (252,85) width 30 8: "a 10px right margin, the yellow rectange should"336 RenderText {#text} at (0,0) size 561x119 337 text run at (0,0) width 411: "This paragraph is inside a DIV which is floated left. The" 338 text run at (0,17) width 411: "background of the DIV element is blue and its width is 75%." 339 text run at (0,34) width 33: "This " 340 text run at (32,34) width 369: "text should all be inside the blue rectangle. The blue DIV " 341 text run at (400,34) width 161: "element has another DIV" 342 text run at (0,51) width 218: "element as a child. It has a yellow " 343 text run at (217,51) width 344: "background color and is floated to the right. Since it is" 344 text run at (0,68) width 12: "a " 345 text run at (11,68) width 409: "child of the blue DIV, the yellow DIV should appear inside the " 346 text run at (419,68) width 142: "blue rectangle. Due to" 347 text run at (0,85) width 253: "it being floated to the right and having " 348 text run at (252,85) width 309: "a 10px right margin, the yellow rectange should" 349 349 text run at (0,102) width 112: "have a 10px blue " 350 350 text run at (112,102) width 138: "stripe on its right side." -
trunk/LayoutTests/platform/gtk/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt
r148798 r174267 11 11 text run at (0,17) width 94: "purple square, " 12 12 text run at (94,17) width 200: "tightly squeezed in between the" 13 text run at (0,34) width 19 3: "edge of the teal box and the "13 text run at (0,34) width 194: "edge of the teal box and the " 14 14 text run at (193,34) width 101: "outside edge of" 15 15 text run at (0,51) width 110: "the blue block. \x{21E8}" … … 17 17 RenderText {#text} at (0,0) size 277x34 18 18 text run at (0,0) width 277: "Inside this blue block on the right there" 19 text run at (0,17) width 15 8: "should be a teal box. \x{21E8} "19 text run at (0,17) width 159: "should be a teal box. \x{21E8} " 20 20 RenderInline {SPAN} at (0,0) size 588x221 [color=#000080] 21 21 RenderText {#text} at (158,17) size 588x221 22 22 text run at (158,17) width 119: "FAIL FAIL FAIL" 23 23 text run at (0,34) width 277: "FAIL FAIL FAIL FAIL FAIL FAIL FAIL" 24 text run at (0,51) width 8 0: "FAIL FAIL "24 text run at (0,51) width 81: "FAIL FAIL " 25 25 text run at (80,51) width 197: "FAIL FAIL FAIL FAIL FAIL" 26 text run at (0,68) width 29 7: "FAIL FAIL FAIL FAIL FAIL FAIL FAIL "26 text run at (0,68) width 298: "FAIL FAIL FAIL FAIL FAIL FAIL FAIL " 27 27 text run at (297,68) width 291: "FAIL FAIL FAIL FAIL FAIL FAIL FAIL" 28 text run at (0,85) width 21 2: "FAIL FAIL FAIL FAIL FAIL "28 text run at (0,85) width 213: "FAIL FAIL FAIL FAIL FAIL " 29 29 text run at (212,85) width 376: "FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL" 30 text run at (0,102) width 12 7: "FAIL FAIL FAIL "30 text run at (0,102) width 128: "FAIL FAIL FAIL " 31 31 text run at (127,102) width 461: "FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL" 32 text run at (0,119) width 4 2: "FAIL "32 text run at (0,119) width 43: "FAIL " 33 33 text run at (42,119) width 510: "FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL " 34 34 text run at (552,119) width 36: "FAIL" 35 text run at (0,136) width 46 7: "FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL "35 text run at (0,136) width 468: "FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL " 36 36 text run at (467,136) width 121: "FAIL FAIL FAIL" 37 text run at (0,153) width 38 2: "FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL "37 text run at (0,153) width 383: "FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL " 38 38 text run at (382,153) width 206: "FAIL FAIL FAIL FAIL FAIL" 39 text run at (0,170) width 29 7: "FAIL FAIL FAIL FAIL FAIL FAIL FAIL "39 text run at (0,170) width 298: "FAIL FAIL FAIL FAIL FAIL FAIL FAIL " 40 40 text run at (297,170) width 291: "FAIL FAIL FAIL FAIL FAIL FAIL FAIL" 41 text run at (0,187) width 21 2: "FAIL FAIL FAIL FAIL FAIL "41 text run at (0,187) width 213: "FAIL FAIL FAIL FAIL FAIL " 42 42 text run at (212,187) width 376: "FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL" 43 text run at (0,204) width 12 7: "FAIL FAIL FAIL "43 text run at (0,204) width 128: "FAIL FAIL FAIL " 44 44 text run at (127,204) width 461: "FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL" 45 45 text run at (0,221) width 40: "FAIL " -
trunk/LayoutTests/platform/gtk/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt
r169104 r174267 11 11 text run at (0,72) width 74: "mark." 12 12 RenderBlock (floating) {DIV} at (0,140) size 385x323 [color=#FFFFFF] [bgcolor=#0000FF] 13 RenderText {#text} at (0,0) size 38 4x32314 text run at (0,0) width 38 4: "ignore this float text ignore this float text ignore this"15 text run at (0,17) width 4 2: "float "16 text run at (42,17) width 34 2: "text ignore this float text ignore this float text"17 text run at (0,34) width 7 8: "ignore this "18 text run at (78,34) width 30 6: "float text ignore this float text ignore this"19 text run at (0,51) width 12 5: "float text ignore "20 text run at (125,51) width 2 59: "this float text ignore this float text"21 text run at (0,68) width 15 5: "ignore this float text "22 text run at (155,68) width 2 29: "ignore this float text ignore this"23 text run at (0,85) width 19 8: "float text ignore this float "24 text run at (198,85) width 18 6: "text ignore this float text"25 text run at (0,102) width 23 4: "ignore this float text ignore this "26 text run at (234,102) width 15 0: "float text ignore this"27 text run at (0,119) width 28 2: "float text ignore this float text ignore "28 text run at (282,119) width 10 2: "this float text"29 text run at (0,136) width 31 1: "ignore this float text ignore this float text "30 text run at (311,136) width 7 3: "ignore this"31 text run at (0,153) width 35 5: "float text ignore this float text ignore this float "32 text run at (355,153) width 29: "text"33 text run at (0,170) width 38 4: "ignore this float text ignore this float text ignore this"34 text run at (0,187) width 38 4: "float text ignore this float text ignore this float text"35 text run at (0,204) width 4 7: "ignore "36 text run at (47,204) width 33 7: "this float text ignore this float text ignore this"37 text run at (0,221) width 7 7: "float text "38 text run at (77,221) width 30 7: "ignore this float text ignore this float text"39 text run at (0,238) width 12 0: "ignore this float "40 text run at (120,238) width 26 4: "text ignore this float text ignore this"41 text run at (0,255) width 15 6: "float text ignore this "42 text run at (156,255) width 22 8: "float text ignore this float text"43 text run at (0,272) width 20 3: "ignore this float text ignore "44 text run at (203,272) width 18 1: "this float text ignore this"13 RenderText {#text} at (0,0) size 385x323 14 text run at (0,0) width 385: "ignore this float text ignore this float text ignore this" 15 text run at (0,17) width 43: "float " 16 text run at (42,17) width 343: "text ignore this float text ignore this float text" 17 text run at (0,34) width 79: "ignore this " 18 text run at (78,34) width 307: "float text ignore this float text ignore this" 19 text run at (0,51) width 126: "float text ignore " 20 text run at (125,51) width 260: "this float text ignore this float text" 21 text run at (0,68) width 156: "ignore this float text " 22 text run at (155,68) width 230: "ignore this float text ignore this" 23 text run at (0,85) width 199: "float text ignore this float " 24 text run at (198,85) width 187: "text ignore this float text" 25 text run at (0,102) width 235: "ignore this float text ignore this " 26 text run at (234,102) width 151: "float text ignore this" 27 text run at (0,119) width 283: "float text ignore this float text ignore " 28 text run at (282,119) width 103: "this float text" 29 text run at (0,136) width 312: "ignore this float text ignore this float text " 30 text run at (311,136) width 74: "ignore this" 31 text run at (0,153) width 356: "float text ignore this float text ignore this float " 32 text run at (355,153) width 30: "text" 33 text run at (0,170) width 385: "ignore this float text ignore this float text ignore this" 34 text run at (0,187) width 385: "float text ignore this float text ignore this float text" 35 text run at (0,204) width 48: "ignore " 36 text run at (47,204) width 338: "this float text ignore this float text ignore this" 37 text run at (0,221) width 78: "float text " 38 text run at (77,221) width 308: "ignore this float text ignore this float text" 39 text run at (0,238) width 121: "ignore this float " 40 text run at (120,238) width 265: "text ignore this float text ignore this" 41 text run at (0,255) width 157: "float text ignore this " 42 text run at (156,255) width 229: "float text ignore this float text" 43 text run at (0,272) width 204: "ignore this float text ignore " 44 text run at (203,272) width 182: "this float text ignore this" 45 45 text run at (0,289) width 234: "float text ignore this float text " 46 text run at (234,289) width 15 0: "ignore this float text"46 text run at (234,289) width 151: "ignore this float text" 47 47 text run at (0,306) width 259: "ignore this float text ignore this float" 48 48 RenderBlock {DIV} at (0,140) size 769x442 [color=#C0C0C0] 49 49 RenderText {#text} at (384,0) size 769x442 50 50 text run at (384,0) width 385: "this is some dummy text this is some dummy text this is" 51 text run at (384,17) width 9 7: "some dummy "52 text run at (48 0,17) width 289: "text this is some dummy text this is some"51 text run at (384,17) width 98: "some dummy " 52 text run at (481,17) width 288: "text this is some dummy text this is some" 53 53 text run at (384,34) width 169: "dummy text this is some " 54 54 text run at (552,34) width 217: "dummy text this is some dummy" 55 55 text run at (384,51) width 230: "text this is some dummy text this is " 56 56 text run at (613,51) width 156: "some dummy text this is" 57 text run at (384,68) width 30 4: "some dummy text this is some dummy text "58 text run at (68 7,68) width 82: "this is some"57 text run at (384,68) width 305: "some dummy text this is some dummy text " 58 text run at (688,68) width 81: "this is some" 59 59 text run at (384,85) width 385: "dummy text this is some dummy text this is some dummy" 60 60 text run at (384,102) width 385: "text this is some dummy text this is some dummy text this is" 61 text run at (384,119) width 4 1: "some "62 text run at (42 4,119) width 345: "dummy text this is some dummy text this is some"63 text run at (384,136) width 1 29: "dummy text this is "64 text run at (51 2,136) width 257: "some dummy text this is some dummy"65 text run at (384,153) width 18 8: "text this is some dummy text "66 text run at (57 1,153) width 198: "this is some dummy text this is"67 text run at (384,170) width 27 3: "some dummy text this is some dummy "68 text run at (65 6,170) width 113: "text this is some"61 text run at (384,119) width 42: "some " 62 text run at (425,119) width 344: "dummy text this is some dummy text this is some" 63 text run at (384,136) width 130: "dummy text this is " 64 text run at (513,136) width 256: "some dummy text this is some dummy" 65 text run at (384,153) width 189: "text this is some dummy text " 66 text run at (572,153) width 197: "this is some dummy text this is" 67 text run at (384,170) width 274: "some dummy text this is some dummy " 68 text run at (657,170) width 112: "text this is some" 69 69 text run at (384,187) width 337: "dummy text this is some dummy text this is some " 70 text run at (72 0,187) width 49: "dummy"70 text run at (721,187) width 48: "dummy" 71 71 text run at (384,204) width 385: "text this is some dummy text this is some dummy text this is" 72 72 text run at (384,221) width 385: "some dummy text this is some dummy text this is some" 73 text run at (384,238) width 8 4: "dummy text "74 text run at (46 7,238) width 302: "this is some dummy text this is some dummy"75 text run at (384,255) width 16 0: "text this is some dummy "76 text run at (54 3,255) width 226: "text this is some dummy text this is"77 text run at (384,272) width 21 7: "some dummy text this is some "78 text run at (60 0,272) width 169: "dummy text this is some"73 text run at (384,238) width 85: "dummy text " 74 text run at (468,238) width 301: "this is some dummy text this is some dummy" 75 text run at (384,255) width 161: "text this is some dummy " 76 text run at (544,255) width 225: "text this is some dummy text this is" 77 text run at (384,272) width 218: "some dummy text this is some " 78 text run at (601,272) width 168: "dummy text this is some" 79 79 text run at (384,289) width 298: "dummy text this is some dummy text this is " 80 80 text run at (681,289) width 88: "some dummy" 81 text run at (384,306) width 34 8: "text this is some dummy text this is some dummy text "82 text run at (73 1,306) width 38: "this is"83 text run at (0,323) width 40 4: "some dummy text this is some dummy text this is some dummy "81 text run at (384,306) width 349: "text this is some dummy text this is some dummy text " 82 text run at (732,306) width 37: "this is" 83 text run at (0,323) width 405: "some dummy text this is some dummy text this is some dummy " 84 84 text run at (404,323) width 365: "text this is some dummy text this is some dummy text this" 85 text run at (0,340) width 5 2: "is some "86 text run at (52,340) width 44 3: "dummy text this is some dummy text this is some dummy text this is "85 text run at (0,340) width 53: "is some " 86 text run at (52,340) width 444: "dummy text this is some dummy text this is some dummy text this is " 87 87 text run at (495,340) width 274: "some dummy text this is some dummy text" 88 text run at (0,357) width 16 0: "this is some dummy text "89 text run at (160,357) width 45 3: "this is some dummy text this is some dummy text this is some dummy "88 text run at (0,357) width 161: "this is some dummy text " 89 text run at (160,357) width 454: "this is some dummy text this is some dummy text this is some dummy " 90 90 text run at (613,357) width 156: "text this is some dummy" 91 text run at (0,374) width 27 7: "text this is some dummy text this is some "91 text run at (0,374) width 278: "text this is some dummy text this is some " 92 92 text run at (277,374) width 459: "dummy text this is some dummy text this is some dummy text this is " 93 93 text run at (736,374) width 33: "some" 94 text run at (0,391) width 40 6: "dummy text this is some dummy text this is some dummy text "94 text run at (0,391) width 407: "dummy text this is some dummy text this is some dummy text " 95 95 text run at (406,391) width 363: "this is some dummy text this is some dummy text this is" 96 text run at (0,408) width 89: "some dummy "97 text run at (89,408) width 42 0: "text this is some dummy text this is some dummy text this is some "96 text run at (0,408) width 90: "some dummy " 97 text run at (89,408) width 421: "text this is some dummy text this is some dummy text this is some " 98 98 text run at (509,408) width 260: "dummy text this is some dummy text this" 99 99 text run at (0,425) width 170: "is some dummy text this is " -
trunk/LayoutTests/platform/gtk/css2.1/t1602-c546-txt-align-00-b-expected.txt
r148798 r174267 14 14 text run at (286,0) width 212: "This sentence should be centered." 15 15 RenderBlock {P} at (0,99) size 784x238 [color=#000080] 16 RenderText {#text} at (0,0) size 49 6x1717 text run at (0,0) width 39 2: "This paragraph should be justified (the right and left margins "18 text run at (392,0) width 10 4: "should line up). "16 RenderText {#text} at (0,0) size 498x17 17 text run at (0,0) width 393: "This paragraph should be justified (the right and left margins " 18 text run at (392,0) width 106: "should line up). " 19 19 RenderInline {SPAN} at (0,0) size 784x238 [color=#C0C0C0] 20 RenderText {#text} at (49 6,0) size 784x23821 text run at (49 6,0) width 288: "This is just lovely dummy text. Dummy text."22 text run at (0,17) width 5 6: "Dummy "23 text run at (56,17) width 5 29: "text. This is just lovely dummy text. This is just lovely dummy text. Dummy text. "20 RenderText {#text} at (497,0) size 784x238 21 text run at (497,0) width 287: "This is just lovely dummy text. Dummy text." 22 text run at (0,17) width 57: "Dummy " 23 text run at (56,17) width 530: "text. This is just lovely dummy text. This is just lovely dummy text. Dummy text. " 24 24 text run at (585,17) width 199: "This is just lovely dummy text." 25 text run at (0,34) width 3 49: "This is just lovely dummy text. Dummy text. Dummy "25 text run at (0,34) width 350: "This is just lovely dummy text. Dummy text. Dummy " 26 26 text run at (349,34) width 435: "text. This is just lovely dummy text. This is just lovely dummy text." 27 text run at (0,51) width 8 8: "Dummy text. "28 text run at (88,51) width 55 0: "This is just lovely dummy text. This is just lovely dummy text. Dummy text. Dummy "27 text run at (0,51) width 89: "Dummy text. " 28 text run at (88,51) width 551: "This is just lovely dummy text. This is just lovely dummy text. Dummy text. Dummy " 29 29 text run at (638,51) width 146: "text. This is just lovely" 30 text run at (0,68) width 3 79: "dummy text. This is just lovely dummy text. Dummy text. "30 text run at (0,68) width 380: "dummy text. This is just lovely dummy text. Dummy text. " 31 31 text run at (379,68) width 405: "This is just lovely dummy text. This is just lovely dummy text." 32 text run at (0,85) width 14 5: "Dummy text. Dummy "33 text run at (145,85) width 52 5: "text. This is just lovely dummy text. This is just lovely dummy text. Dummy text. "32 text run at (0,85) width 146: "Dummy text. Dummy " 33 text run at (145,85) width 526: "text. This is just lovely dummy text. This is just lovely dummy text. Dummy text. " 34 34 text run at (670,85) width 114: "This is just lovely" 35 text run at (0,102) width 43 4: "dummy text. This is just lovely dummy text. Dummy text. Dummy "35 text run at (0,102) width 435: "dummy text. This is just lovely dummy text. Dummy text. Dummy " 36 36 text run at (434,102) width 350: "text. This is just lovely dummy text. This is just lovely" 37 text run at (0,119) width 17 0: "dummy text. Dummy text. "38 text run at (170,119) width 54 0: "This is just lovely dummy text. This is just lovely dummy text. Dummy text. Dummy "37 text run at (0,119) width 171: "dummy text. Dummy text. " 38 text run at (170,119) width 541: "This is just lovely dummy text. This is just lovely dummy text. Dummy text. Dummy " 39 39 text run at (710,119) width 74: "text. This is" 40 text run at (0,136) width 45 8: "just lovely dummy text. This is just lovely dummy text. Dummy text. "40 text run at (0,136) width 459: "just lovely dummy text. This is just lovely dummy text. Dummy text. " 41 41 text run at (458,136) width 326: "This is just lovely dummy text. This is just lovely" 42 text run at (0,153) width 22 6: "dummy text. Dummy text. Dummy "43 text run at (226,153) width 51 5: "text. This is just lovely dummy text. This is just lovely dummy text. Dummy text. "42 text run at (0,153) width 227: "dummy text. Dummy text. Dummy " 43 text run at (226,153) width 516: "text. This is just lovely dummy text. This is just lovely dummy text. Dummy text. " 44 44 text run at (741,153) width 43: "This is" 45 text run at (0,170) width 50 5: "just lovely dummy text. This is just lovely dummy text. Dummy text. Dummy "45 text run at (0,170) width 506: "just lovely dummy text. This is just lovely dummy text. Dummy text. Dummy " 46 46 text run at (505,170) width 279: "text. This is just lovely dummy text. This is" 47 47 text run at (0,187) width 242: "just lovely dummy text. Dummy text. " 48 48 text run at (242,187) width 542: "This is just lovely dummy text. This is just lovely dummy text. Dummy text. Dummy" 49 text run at (0,204) width 51 6: "text. This is just lovely dummy text. This is just lovely dummy text. Dummy text. "49 text run at (0,204) width 517: "text. This is just lovely dummy text. This is just lovely dummy text. Dummy text. " 50 50 text run at (516,204) width 268: "This is just lovely dummy text. This is just" 51 51 text run at (0,221) width 269: "lovely dummy text. Dummy text. Dummy " -
trunk/LayoutTests/platform/gtk/fast/multicol/float-avoidance-expected.txt
r168097 r174267 13 13 RenderText {#text} at (0,0) size 415x85 14 14 text run at (0,0) width 415: "This technology preview of our award winning next generation" 15 text run at (0,17) width 5 6: "browser "15 text run at (0,17) width 57: "browser " 16 16 text run at (56,17) width 359: "is a sign of things to come from Mozilla. Powerful yet" 17 text run at (0,34) width 12 2: "easy to use. This "17 text run at (0,34) width 123: "easy to use. This " 18 18 text run at (122,34) width 293: "maintenance release provides a few updates" 19 text run at (0,51) width 24 6: "based on user feedback - including "19 text run at (0,51) width 247: "based on user feedback - including " 20 20 text run at (246,51) width 169: "changes to the Extension" 21 21 text run at (0,68) width 201: "System and icon improvements." -
trunk/LayoutTests/platform/gtk/fast/multicol/overflow-across-columns-expected.txt
r168097 r174267 11 11 layer at (11,11) size 159x1454 backgroundClip at (11,11) size 159x589 clip at (11,11) size 159x589 outlineClip at (0,0) size 800x600 12 12 RenderBlock {DIV} at (0,0) size 159x1454 13 RenderText {#text} at (0,5) size 15 8x144414 text run at (0,5) width 15 8: "Lorem ipsum dolor sit amet,"15 text run at (0,29) width 15 8: "consectetur adipiscing elit."16 text run at (0,53) width 15 8: "Nullam ornare, nunc eget"17 text run at (0,77) width 15 8: "condimentum tempor, augue"18 text run at (0,101) width 15 8: "ligula accumsan eros, sed"19 text run at (0,125) width 15 8: "consequat sapien orci id libero."20 text run at (0,149) width 15 8: "Curabitur tristique, augue in"21 text run at (0,173) width 15 8: "aliquet accumsan, nibh nisi"22 text run at (0,197) width 15 8: "lobortis odio, et suscipit est ligula"23 text run at (0,221) width 15 8: "eu nisi. Nunc aliquet lobortis"24 text run at (0,245) width 15 8: "porta. Donec venenatis"25 text run at (0,269) width 15 8: "consectetur eleifend. Etiam sed"26 text run at (0,293) width 15 8: "tempor quam. Pellentesque"27 text run at (0,317) width 15 8: "gravida gravida eros venenatis"28 text run at (0,341) width 15 8: "suscipit. Aenean diam enim,"29 text run at (0,365) width 15 8: "suscipit id pellentesque vel,"30 text run at (0,389) width 15 8: "hendrerit et metus. Suspendisse"31 text run at (0,413) width 15 8: "felis erat, hendrerit a congue in,"32 text run at (0,437) width 15 8: "euismod ac erat. Donec pulvinar"33 text run at (0,461) width 15 8: "venenatis tortor, a lobortis erat"34 text run at (0,504) width 15 8: "scelerisque et. Class aptent taciti"35 text run at (0,528) width 15 8: "sociosqu ad litora torquent per"36 text run at (0,552) width 15 8: "conubia nostra, per inceptos"37 text run at (0,576) width 15 8: "himenaeos. Aliquam in orci id"38 text run at (0,600) width 15 8: "felis mollis porta ac et orci."39 text run at (0,624) width 15 8: "Donec viverra, eros ac mattis"40 text run at (0,648) width 15 8: "dapibus, quam ante porta lectus,"41 text run at (0,672) width 15 8: "accumsan pellentesque nibh"42 text run at (0,696) width 15 8: "metus non felis. Vivamus sed"43 text run at (0,720) width 15 8: "eros quis magna scelerisque"44 text run at (0,744) width 11 6: "ultrices ac eget velit. "45 text run at (116,744) width 4 2: "Nunc et"46 text run at (0,768) width 15 8: "odio ut velit posuere viverra."47 text run at (0,792) width 15 8: "Integer eu mi quis velit dapibus"48 text run at (0,816) width 15 8: "tempus at ut purus. Quisque"49 text run at (0,840) width 15 8: "congue mollis mauris a hendrerit."50 text run at (0,864) width 15 8: "Nam viverra est at orci interdum"51 text run at (0,888) width 15 8: "a ullamcorper mi dictum. In id"52 text run at (0,912) width 15 8: "sapien augue. Suspendisse"53 text run at (0,936) width 15 8: "potenti. Vestibulum turpis purus,"54 text run at (0,960) width 15 8: "convallis ut sagittis quis, semper"55 text run at (0,1003) width 15 8: "vel mauris. Curabitur vitae felis"56 text run at (0,1027) width 15 8: "turpis. Fusce augue nibh,"57 text run at (0,1051) width 15 8: "consectetur non vestibulum et,"58 text run at (0,1075) width 15 8: "bibendum sit amet lectus. Nulla"59 text run at (0,1099) width 15 8: "at imperdiet metus. Donec non"60 text run at (0,1123) width 15 8: "est velit, non fringilla ipsum."61 text run at (0,1147) width 15 8: "Fusce elementum neque a nibh"62 text run at (0,1171) width 15 8: "egestas sodales. Mauris ut lorem"63 text run at (0,1195) width 15 8: "hendrerit metus interdum"64 text run at (0,1219) width 15 8: "malesuada. Nam tempus sodales"65 text run at (0,1243) width 15 8: "neque vitae bibendum."66 text run at (0,1267) width 15 8: "Vestibulum ac est sit amet dolor"67 text run at (0,1291) width 15 8: "vehicula semper at sed ante."68 text run at (0,1315) width 15 8: "Nunc at neque urna, in volutpat"69 text run at (0,1339) width 15 8: "orci. Praesent eu velit neque, quis"70 text run at (0,1363) width 15 8: "rutrum metus. Nunc eu ipsum sit"71 text run at (0,1387) width 15 8: "amet ligula mattis porttitor sit"72 text run at (0,1411) width 15 8: "amet id felis. Integer volutpat"13 RenderText {#text} at (0,5) size 159x1444 14 text run at (0,5) width 159: "Lorem ipsum dolor sit amet," 15 text run at (0,29) width 159: "consectetur adipiscing elit." 16 text run at (0,53) width 159: "Nullam ornare, nunc eget" 17 text run at (0,77) width 159: "condimentum tempor, augue" 18 text run at (0,101) width 159: "ligula accumsan eros, sed" 19 text run at (0,125) width 159: "consequat sapien orci id libero." 20 text run at (0,149) width 159: "Curabitur tristique, augue in" 21 text run at (0,173) width 159: "aliquet accumsan, nibh nisi" 22 text run at (0,197) width 159: "lobortis odio, et suscipit est ligula" 23 text run at (0,221) width 159: "eu nisi. Nunc aliquet lobortis" 24 text run at (0,245) width 159: "porta. Donec venenatis" 25 text run at (0,269) width 159: "consectetur eleifend. Etiam sed" 26 text run at (0,293) width 159: "tempor quam. Pellentesque" 27 text run at (0,317) width 159: "gravida gravida eros venenatis" 28 text run at (0,341) width 159: "suscipit. Aenean diam enim," 29 text run at (0,365) width 159: "suscipit id pellentesque vel," 30 text run at (0,389) width 159: "hendrerit et metus. Suspendisse" 31 text run at (0,413) width 159: "felis erat, hendrerit a congue in," 32 text run at (0,437) width 159: "euismod ac erat. Donec pulvinar" 33 text run at (0,461) width 159: "venenatis tortor, a lobortis erat" 34 text run at (0,504) width 159: "scelerisque et. Class aptent taciti" 35 text run at (0,528) width 159: "sociosqu ad litora torquent per" 36 text run at (0,552) width 159: "conubia nostra, per inceptos" 37 text run at (0,576) width 159: "himenaeos. Aliquam in orci id" 38 text run at (0,600) width 159: "felis mollis porta ac et orci." 39 text run at (0,624) width 159: "Donec viverra, eros ac mattis" 40 text run at (0,648) width 159: "dapibus, quam ante porta lectus," 41 text run at (0,672) width 159: "accumsan pellentesque nibh" 42 text run at (0,696) width 159: "metus non felis. Vivamus sed" 43 text run at (0,720) width 159: "eros quis magna scelerisque" 44 text run at (0,744) width 117: "ultrices ac eget velit. " 45 text run at (116,744) width 43: "Nunc et" 46 text run at (0,768) width 159: "odio ut velit posuere viverra." 47 text run at (0,792) width 159: "Integer eu mi quis velit dapibus" 48 text run at (0,816) width 159: "tempus at ut purus. Quisque" 49 text run at (0,840) width 159: "congue mollis mauris a hendrerit." 50 text run at (0,864) width 159: "Nam viverra est at orci interdum" 51 text run at (0,888) width 159: "a ullamcorper mi dictum. In id" 52 text run at (0,912) width 159: "sapien augue. Suspendisse" 53 text run at (0,936) width 159: "potenti. Vestibulum turpis purus," 54 text run at (0,960) width 159: "convallis ut sagittis quis, semper" 55 text run at (0,1003) width 159: "vel mauris. Curabitur vitae felis" 56 text run at (0,1027) width 159: "turpis. Fusce augue nibh," 57 text run at (0,1051) width 159: "consectetur non vestibulum et," 58 text run at (0,1075) width 159: "bibendum sit amet lectus. Nulla" 59 text run at (0,1099) width 159: "at imperdiet metus. Donec non" 60 text run at (0,1123) width 159: "est velit, non fringilla ipsum." 61 text run at (0,1147) width 159: "Fusce elementum neque a nibh" 62 text run at (0,1171) width 159: "egestas sodales. Mauris ut lorem" 63 text run at (0,1195) width 159: "hendrerit metus interdum" 64 text run at (0,1219) width 159: "malesuada. Nam tempus sodales" 65 text run at (0,1243) width 159: "neque vitae bibendum." 66 text run at (0,1267) width 159: "Vestibulum ac est sit amet dolor" 67 text run at (0,1291) width 159: "vehicula semper at sed ante." 68 text run at (0,1315) width 159: "Nunc at neque urna, in volutpat" 69 text run at (0,1339) width 159: "orci. Praesent eu velit neque, quis" 70 text run at (0,1363) width 159: "rutrum metus. Nunc eu ipsum sit" 71 text run at (0,1387) width 159: "amet ligula mattis porttitor sit" 72 text run at (0,1411) width 159: "amet id felis. Integer volutpat" 73 73 text run at (0,1435) width 110: "aliquam odio et feugiat." -
trunk/LayoutTests/platform/gtk/fast/multicol/overflow-across-columns-percent-height-expected.txt
r168097 r174267 12 12 layer at (11,11) size 159x1454 backgroundClip at (11,11) size 159x589 clip at (11,11) size 159x589 outlineClip at (0,0) size 800x600 13 13 RenderBlock {DIV} at (0,0) size 159x1454 14 RenderText {#text} at (0,5) size 15 8x144415 text run at (0,5) width 15 8: "Lorem ipsum dolor sit amet,"16 text run at (0,29) width 15 8: "consectetur adipiscing elit."17 text run at (0,53) width 15 8: "Nullam ornare, nunc eget"18 text run at (0,77) width 15 8: "condimentum tempor, augue"19 text run at (0,101) width 15 8: "ligula accumsan eros, sed"20 text run at (0,125) width 15 8: "consequat sapien orci id libero."21 text run at (0,149) width 15 8: "Curabitur tristique, augue in"22 text run at (0,173) width 15 8: "aliquet accumsan, nibh nisi"23 text run at (0,197) width 15 8: "lobortis odio, et suscipit est ligula"24 text run at (0,221) width 15 8: "eu nisi. Nunc aliquet lobortis"25 text run at (0,245) width 15 8: "porta. Donec venenatis"26 text run at (0,269) width 15 8: "consectetur eleifend. Etiam sed"27 text run at (0,293) width 15 8: "tempor quam. Pellentesque"28 text run at (0,317) width 15 8: "gravida gravida eros venenatis"29 text run at (0,341) width 15 8: "suscipit. Aenean diam enim,"30 text run at (0,365) width 15 8: "suscipit id pellentesque vel,"31 text run at (0,389) width 15 8: "hendrerit et metus. Suspendisse"32 text run at (0,413) width 15 8: "felis erat, hendrerit a congue in,"33 text run at (0,437) width 15 8: "euismod ac erat. Donec pulvinar"34 text run at (0,461) width 15 8: "venenatis tortor, a lobortis erat"35 text run at (0,504) width 15 8: "scelerisque et. Class aptent taciti"36 text run at (0,528) width 15 8: "sociosqu ad litora torquent per"37 text run at (0,552) width 15 8: "conubia nostra, per inceptos"38 text run at (0,576) width 15 8: "himenaeos. Aliquam in orci id"39 text run at (0,600) width 15 8: "felis mollis porta ac et orci."40 text run at (0,624) width 15 8: "Donec viverra, eros ac mattis"41 text run at (0,648) width 15 8: "dapibus, quam ante porta lectus,"42 text run at (0,672) width 15 8: "accumsan pellentesque nibh"43 text run at (0,696) width 15 8: "metus non felis. Vivamus sed"44 text run at (0,720) width 15 8: "eros quis magna scelerisque"45 text run at (0,744) width 11 6: "ultrices ac eget velit. "46 text run at (116,744) width 4 2: "Nunc et"47 text run at (0,768) width 15 8: "odio ut velit posuere viverra."48 text run at (0,792) width 15 8: "Integer eu mi quis velit dapibus"49 text run at (0,816) width 15 8: "tempus at ut purus. Quisque"50 text run at (0,840) width 15 8: "congue mollis mauris a hendrerit."51 text run at (0,864) width 15 8: "Nam viverra est at orci interdum"52 text run at (0,888) width 15 8: "a ullamcorper mi dictum. In id"53 text run at (0,912) width 15 8: "sapien augue. Suspendisse"54 text run at (0,936) width 15 8: "potenti. Vestibulum turpis purus,"55 text run at (0,960) width 15 8: "convallis ut sagittis quis, semper"56 text run at (0,1003) width 15 8: "vel mauris. Curabitur vitae felis"57 text run at (0,1027) width 15 8: "turpis. Fusce augue nibh,"58 text run at (0,1051) width 15 8: "consectetur non vestibulum et,"59 text run at (0,1075) width 15 8: "bibendum sit amet lectus. Nulla"60 text run at (0,1099) width 15 8: "at imperdiet metus. Donec non"61 text run at (0,1123) width 15 8: "est velit, non fringilla ipsum."62 text run at (0,1147) width 15 8: "Fusce elementum neque a nibh"63 text run at (0,1171) width 15 8: "egestas sodales. Mauris ut lorem"64 text run at (0,1195) width 15 8: "hendrerit metus interdum"65 text run at (0,1219) width 15 8: "malesuada. Nam tempus sodales"66 text run at (0,1243) width 15 8: "neque vitae bibendum."67 text run at (0,1267) width 15 8: "Vestibulum ac est sit amet dolor"68 text run at (0,1291) width 15 8: "vehicula semper at sed ante."69 text run at (0,1315) width 15 8: "Nunc at neque urna, in volutpat"70 text run at (0,1339) width 15 8: "orci. Praesent eu velit neque, quis"71 text run at (0,1363) width 15 8: "rutrum metus. Nunc eu ipsum sit"72 text run at (0,1387) width 15 8: "amet ligula mattis porttitor sit"73 text run at (0,1411) width 15 8: "amet id felis. Integer volutpat"14 RenderText {#text} at (0,5) size 159x1444 15 text run at (0,5) width 159: "Lorem ipsum dolor sit amet," 16 text run at (0,29) width 159: "consectetur adipiscing elit." 17 text run at (0,53) width 159: "Nullam ornare, nunc eget" 18 text run at (0,77) width 159: "condimentum tempor, augue" 19 text run at (0,101) width 159: "ligula accumsan eros, sed" 20 text run at (0,125) width 159: "consequat sapien orci id libero." 21 text run at (0,149) width 159: "Curabitur tristique, augue in" 22 text run at (0,173) width 159: "aliquet accumsan, nibh nisi" 23 text run at (0,197) width 159: "lobortis odio, et suscipit est ligula" 24 text run at (0,221) width 159: "eu nisi. Nunc aliquet lobortis" 25 text run at (0,245) width 159: "porta. Donec venenatis" 26 text run at (0,269) width 159: "consectetur eleifend. Etiam sed" 27 text run at (0,293) width 159: "tempor quam. Pellentesque" 28 text run at (0,317) width 159: "gravida gravida eros venenatis" 29 text run at (0,341) width 159: "suscipit. Aenean diam enim," 30 text run at (0,365) width 159: "suscipit id pellentesque vel," 31 text run at (0,389) width 159: "hendrerit et metus. Suspendisse" 32 text run at (0,413) width 159: "felis erat, hendrerit a congue in," 33 text run at (0,437) width 159: "euismod ac erat. Donec pulvinar" 34 text run at (0,461) width 159: "venenatis tortor, a lobortis erat" 35 text run at (0,504) width 159: "scelerisque et. Class aptent taciti" 36 text run at (0,528) width 159: "sociosqu ad litora torquent per" 37 text run at (0,552) width 159: "conubia nostra, per inceptos" 38 text run at (0,576) width 159: "himenaeos. Aliquam in orci id" 39 text run at (0,600) width 159: "felis mollis porta ac et orci." 40 text run at (0,624) width 159: "Donec viverra, eros ac mattis" 41 text run at (0,648) width 159: "dapibus, quam ante porta lectus," 42 text run at (0,672) width 159: "accumsan pellentesque nibh" 43 text run at (0,696) width 159: "metus non felis. Vivamus sed" 44 text run at (0,720) width 159: "eros quis magna scelerisque" 45 text run at (0,744) width 117: "ultrices ac eget velit. " 46 text run at (116,744) width 43: "Nunc et" 47 text run at (0,768) width 159: "odio ut velit posuere viverra." 48 text run at (0,792) width 159: "Integer eu mi quis velit dapibus" 49 text run at (0,816) width 159: "tempus at ut purus. Quisque" 50 text run at (0,840) width 159: "congue mollis mauris a hendrerit." 51 text run at (0,864) width 159: "Nam viverra est at orci interdum" 52 text run at (0,888) width 159: "a ullamcorper mi dictum. In id" 53 text run at (0,912) width 159: "sapien augue. Suspendisse" 54 text run at (0,936) width 159: "potenti. Vestibulum turpis purus," 55 text run at (0,960) width 159: "convallis ut sagittis quis, semper" 56 text run at (0,1003) width 159: "vel mauris. Curabitur vitae felis" 57 text run at (0,1027) width 159: "turpis. Fusce augue nibh," 58 text run at (0,1051) width 159: "consectetur non vestibulum et," 59 text run at (0,1075) width 159: "bibendum sit amet lectus. Nulla" 60 text run at (0,1099) width 159: "at imperdiet metus. Donec non" 61 text run at (0,1123) width 159: "est velit, non fringilla ipsum." 62 text run at (0,1147) width 159: "Fusce elementum neque a nibh" 63 text run at (0,1171) width 159: "egestas sodales. Mauris ut lorem" 64 text run at (0,1195) width 159: "hendrerit metus interdum" 65 text run at (0,1219) width 159: "malesuada. Nam tempus sodales" 66 text run at (0,1243) width 159: "neque vitae bibendum." 67 text run at (0,1267) width 159: "Vestibulum ac est sit amet dolor" 68 text run at (0,1291) width 159: "vehicula semper at sed ante." 69 text run at (0,1315) width 159: "Nunc at neque urna, in volutpat" 70 text run at (0,1339) width 159: "orci. Praesent eu velit neque, quis" 71 text run at (0,1363) width 159: "rutrum metus. Nunc eu ipsum sit" 72 text run at (0,1387) width 159: "amet ligula mattis porttitor sit" 73 text run at (0,1411) width 159: "amet id felis. Integer volutpat" 74 74 text run at (0,1435) width 110: "aliquam odio et feugiat." -
trunk/LayoutTests/platform/gtk/fast/multicol/overflow-unsplittable-expected.txt
r168097 r174267 10 10 RenderMultiColumnFlowThread at (3,3) size 159x1478 11 11 RenderBlock (anonymous) at (0,0) size 159x360 12 RenderText {#text} at (0,5) size 15 8x35013 text run at (0,5) width 15 8: "Lorem ipsum dolor sit amet,"14 text run at (0,29) width 15 8: "consectetur adipiscing elit."15 text run at (0,53) width 15 8: "Nullam ornare, nunc eget"16 text run at (0,77) width 15 8: "condimentum tempor, augue"17 text run at (0,101) width 15 8: "ligula accumsan eros, sed"18 text run at (0,125) width 15 8: "consequat sapien orci id libero."19 text run at (0,149) width 15 8: "Curabitur tristique, augue in"20 text run at (0,173) width 15 8: "aliquet accumsan, nibh nisi"21 text run at (0,197) width 15 8: "lobortis odio, et suscipit est ligula"22 text run at (0,221) width 15 8: "eu nisi. Nunc aliquet lobortis"23 text run at (0,245) width 15 8: "porta. Donec venenatis"24 text run at (0,269) width 15 8: "consectetur eleifend. Etiam sed"25 text run at (0,293) width 15 8: "tempor quam. Pellentesque"26 text run at (0,317) width 15 8: "gravida gravida eros venenatis"12 RenderText {#text} at (0,5) size 159x350 13 text run at (0,5) width 159: "Lorem ipsum dolor sit amet," 14 text run at (0,29) width 159: "consectetur adipiscing elit." 15 text run at (0,53) width 159: "Nullam ornare, nunc eget" 16 text run at (0,77) width 159: "condimentum tempor, augue" 17 text run at (0,101) width 159: "ligula accumsan eros, sed" 18 text run at (0,125) width 159: "consequat sapien orci id libero." 19 text run at (0,149) width 159: "Curabitur tristique, augue in" 20 text run at (0,173) width 159: "aliquet accumsan, nibh nisi" 21 text run at (0,197) width 159: "lobortis odio, et suscipit est ligula" 22 text run at (0,221) width 159: "eu nisi. Nunc aliquet lobortis" 23 text run at (0,245) width 159: "porta. Donec venenatis" 24 text run at (0,269) width 159: "consectetur eleifend. Etiam sed" 25 text run at (0,293) width 159: "tempor quam. Pellentesque" 26 text run at (0,317) width 159: "gravida gravida eros venenatis" 27 27 text run at (0,341) width 39: "suscipit." 28 28 RenderBlock (anonymous) at (0,803) size 159x675 29 RenderText {#text} at (0,5) size 15 8x66530 text run at (0,5) width 15 8: "Nunc et odio ut velit posuere"31 text run at (0,29) width 15 8: "viverra. Integer eu mi quis velit"32 text run at (0,53) width 15 8: "dapibus tempus at ut purus."33 text run at (0,77) width 15 8: "Quisque congue mollis mauris a"34 text run at (0,101) width 15 8: "hendrerit. Nam viverra est at orci"35 text run at (0,125) width 15 8: "interdum a ullamcorper mi"36 text run at (0,149) width 15 8: "dictum. In id sapien augue."37 text run at (0,173) width 15 8: "Suspendisse potenti. Vestibulum"38 text run at (0,200) width 15 8: "turpis purus, convallis ut sagittis"39 text run at (0,224) width 15 8: "quis, semper vel mauris."40 text run at (0,248) width 15 8: "Curabitur vitae felis turpis. Fusce"41 text run at (0,272) width 15 8: "augue nibh, consectetur non"42 text run at (0,296) width 15 8: "vestibulum et, bibendum sit amet"43 text run at (0,320) width 15 8: "lectus. Nulla at imperdiet metus."44 text run at (0,344) width 15 8: "Donec non est velit, non fringilla"45 text run at (0,368) width 15 8: "ipsum. Fusce elementum neque a"46 text run at (0,392) width 15 8: "nibh egestas sodales. Mauris ut"47 text run at (0,416) width 15 8: "lorem hendrerit metus interdum"48 text run at (0,440) width 15 8: "malesuada. Nam tempus sodales"49 text run at (0,464) width 15 8: "neque vitae bibendum."50 text run at (0,488) width 15 8: "Vestibulum ac est sit amet dolor"51 text run at (0,512) width 15 8: "vehicula semper at sed ante."52 text run at (0,536) width 15 8: "Nunc at neque urna, in volutpat"53 text run at (0,560) width 15 8: "orci. Praesent eu velit neque, quis"54 text run at (0,584) width 15 8: "rutrum metus. Nunc eu ipsum sit"55 text run at (0,608) width 15 8: "amet ligula mattis porttitor sit"56 text run at (0,632) width 15 8: "amet id felis. Integer volutpat"29 RenderText {#text} at (0,5) size 159x665 30 text run at (0,5) width 159: "Nunc et odio ut velit posuere" 31 text run at (0,29) width 159: "viverra. Integer eu mi quis velit" 32 text run at (0,53) width 159: "dapibus tempus at ut purus." 33 text run at (0,77) width 159: "Quisque congue mollis mauris a" 34 text run at (0,101) width 159: "hendrerit. Nam viverra est at orci" 35 text run at (0,125) width 159: "interdum a ullamcorper mi" 36 text run at (0,149) width 159: "dictum. In id sapien augue." 37 text run at (0,173) width 159: "Suspendisse potenti. Vestibulum" 38 text run at (0,200) width 159: "turpis purus, convallis ut sagittis" 39 text run at (0,224) width 159: "quis, semper vel mauris." 40 text run at (0,248) width 159: "Curabitur vitae felis turpis. Fusce" 41 text run at (0,272) width 159: "augue nibh, consectetur non" 42 text run at (0,296) width 159: "vestibulum et, bibendum sit amet" 43 text run at (0,320) width 159: "lectus. Nulla at imperdiet metus." 44 text run at (0,344) width 159: "Donec non est velit, non fringilla" 45 text run at (0,368) width 159: "ipsum. Fusce elementum neque a" 46 text run at (0,392) width 159: "nibh egestas sodales. Mauris ut" 47 text run at (0,416) width 159: "lorem hendrerit metus interdum" 48 text run at (0,440) width 159: "malesuada. Nam tempus sodales" 49 text run at (0,464) width 159: "neque vitae bibendum." 50 text run at (0,488) width 159: "Vestibulum ac est sit amet dolor" 51 text run at (0,512) width 159: "vehicula semper at sed ante." 52 text run at (0,536) width 159: "Nunc at neque urna, in volutpat" 53 text run at (0,560) width 159: "orci. Praesent eu velit neque, quis" 54 text run at (0,584) width 159: "rutrum metus. Nunc eu ipsum sit" 55 text run at (0,608) width 159: "amet ligula mattis porttitor sit" 56 text run at (0,632) width 159: "amet id felis. Integer volutpat" 57 57 text run at (0,656) width 110: "aliquam odio et feugiat." 58 58 layer at (11,510) size 159x304 backgroundClip at (11,510) size 159x90 clip at (13,512) size 140x88 outlineClip at (0,0) size 800x600 scrollHeight 456 59 59 RenderBlock {DIV} at (0,499) size 160x304 [border: (2px solid #000000)] 60 RenderText {#text} at (2,7) size 14 0x44661 text run at (2,7) width 14 0: "Aenean diam enim, suscipit"62 text run at (2,31) width 14 0: "id pellentesque vel, hendrerit"63 text run at (2,55) width 14 0: "et metus. Suspendisse felis"64 text run at (2,79) width 14 0: "erat, hendrerit a congue in,"65 text run at (2,103) width 14 0: "euismod ac erat. Donec"66 text run at (2,127) width 14 0: "pulvinar venenatis tortor, a"67 text run at (2,151) width 14 0: "lobortis erat scelerisque et."68 text run at (2,175) width 14 0: "Class aptent taciti sociosqu"69 text run at (2,199) width 14 0: "ad litora torquent per conubia"70 text run at (2,223) width 14 0: "nostra, per inceptos"71 text run at (2,247) width 14 0: "himenaeos. Aliquam in orci"72 text run at (2,271) width 14 0: "id felis mollis porta ac et orci."73 text run at (2,295) width 14 0: "Donec viverra, eros ac mattis"74 text run at (2,319) width 14 0: "dapibus, quam ante porta"75 text run at (2,343) width 14 0: "lectus, accumsan pellentesque"76 text run at (2,367) width 14 0: "nibh metus non felis."77 text run at (2,391) width 14 0: "Vivamus sed eros quis"78 text run at (2,415) width 14 0: "magna scelerisque ultrices ac"60 RenderText {#text} at (2,7) size 141x446 61 text run at (2,7) width 141: "Aenean diam enim, suscipit" 62 text run at (2,31) width 141: "id pellentesque vel, hendrerit" 63 text run at (2,55) width 141: "et metus. Suspendisse felis" 64 text run at (2,79) width 141: "erat, hendrerit a congue in," 65 text run at (2,103) width 141: "euismod ac erat. Donec" 66 text run at (2,127) width 141: "pulvinar venenatis tortor, a" 67 text run at (2,151) width 141: "lobortis erat scelerisque et." 68 text run at (2,175) width 141: "Class aptent taciti sociosqu" 69 text run at (2,199) width 141: "ad litora torquent per conubia" 70 text run at (2,223) width 141: "nostra, per inceptos" 71 text run at (2,247) width 141: "himenaeos. Aliquam in orci" 72 text run at (2,271) width 141: "id felis mollis porta ac et orci." 73 text run at (2,295) width 141: "Donec viverra, eros ac mattis" 74 text run at (2,319) width 141: "dapibus, quam ante porta" 75 text run at (2,343) width 141: "lectus, accumsan pellentesque" 76 text run at (2,367) width 141: "nibh metus non felis." 77 text run at (2,391) width 141: "Vivamus sed eros quis" 78 text run at (2,415) width 141: "magna scelerisque ultrices ac" 79 79 text run at (2,439) width 45: "eget velit." -
trunk/LayoutTests/platform/gtk/fast/multicol/positive-leading-expected.txt
r168097 r174267 9 9 layer at (11,11) size 159x1454 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600 10 10 RenderMultiColumnFlowThread at (3,3) size 159x1454 11 RenderText {#text} at (0,5) size 15 8x144412 text run at (0,5) width 15 8: "Lorem ipsum dolor sit amet,"13 text run at (0,29) width 15 8: "consectetur adipiscing elit."14 text run at (0,53) width 15 8: "Nullam ornare, nunc eget"15 text run at (0,77) width 15 8: "condimentum tempor, augue"16 text run at (0,101) width 15 8: "ligula accumsan eros, sed"17 text run at (0,125) width 15 8: "consequat sapien orci id libero."18 text run at (0,149) width 15 8: "Curabitur tristique, augue in"19 text run at (0,173) width 15 8: "aliquet accumsan, nibh nisi"20 text run at (0,197) width 15 8: "lobortis odio, et suscipit est ligula"21 text run at (0,221) width 15 8: "eu nisi. Nunc aliquet lobortis"22 text run at (0,245) width 15 8: "porta. Donec venenatis"23 text run at (0,269) width 15 8: "consectetur eleifend. Etiam sed"24 text run at (0,293) width 15 8: "tempor quam. Pellentesque"25 text run at (0,317) width 15 8: "gravida gravida eros venenatis"26 text run at (0,341) width 15 8: "suscipit. Aenean diam enim,"27 text run at (0,365) width 15 8: "suscipit id pellentesque vel,"28 text run at (0,389) width 15 8: "hendrerit et metus. Suspendisse"29 text run at (0,413) width 15 8: "felis erat, hendrerit a congue in,"30 text run at (0,437) width 15 8: "euismod ac erat. Donec pulvinar"31 text run at (0,461) width 15 8: "venenatis tortor, a lobortis erat"32 text run at (0,504) width 15 8: "scelerisque et. Class aptent taciti"33 text run at (0,528) width 15 8: "sociosqu ad litora torquent per"34 text run at (0,552) width 15 8: "conubia nostra, per inceptos"35 text run at (0,576) width 15 8: "himenaeos. Aliquam in orci id"36 text run at (0,600) width 15 8: "felis mollis porta ac et orci."37 text run at (0,624) width 15 8: "Donec viverra, eros ac mattis"38 text run at (0,648) width 15 8: "dapibus, quam ante porta lectus,"39 text run at (0,672) width 15 8: "accumsan pellentesque nibh"40 text run at (0,696) width 15 8: "metus non felis. Vivamus sed"41 text run at (0,720) width 15 8: "eros quis magna scelerisque"42 text run at (0,744) width 11 6: "ultrices ac eget velit. "43 text run at (116,744) width 4 2: "Nunc et"44 text run at (0,768) width 15 8: "odio ut velit posuere viverra."45 text run at (0,792) width 15 8: "Integer eu mi quis velit dapibus"46 text run at (0,816) width 15 8: "tempus at ut purus. Quisque"47 text run at (0,840) width 15 8: "congue mollis mauris a hendrerit."48 text run at (0,864) width 15 8: "Nam viverra est at orci interdum"49 text run at (0,888) width 15 8: "a ullamcorper mi dictum. In id"50 text run at (0,912) width 15 8: "sapien augue. Suspendisse"51 text run at (0,936) width 15 8: "potenti. Vestibulum turpis purus,"52 text run at (0,960) width 15 8: "convallis ut sagittis quis, semper"53 text run at (0,1003) width 15 8: "vel mauris. Curabitur vitae felis"54 text run at (0,1027) width 15 8: "turpis. Fusce augue nibh,"55 text run at (0,1051) width 15 8: "consectetur non vestibulum et,"56 text run at (0,1075) width 15 8: "bibendum sit amet lectus. Nulla"57 text run at (0,1099) width 15 8: "at imperdiet metus. Donec non"58 text run at (0,1123) width 15 8: "est velit, non fringilla ipsum."59 text run at (0,1147) width 15 8: "Fusce elementum neque a nibh"60 text run at (0,1171) width 15 8: "egestas sodales. Mauris ut lorem"61 text run at (0,1195) width 15 8: "hendrerit metus interdum"62 text run at (0,1219) width 15 8: "malesuada. Nam tempus sodales"63 text run at (0,1243) width 15 8: "neque vitae bibendum."64 text run at (0,1267) width 15 8: "Vestibulum ac est sit amet dolor"65 text run at (0,1291) width 15 8: "vehicula semper at sed ante."66 text run at (0,1315) width 15 8: "Nunc at neque urna, in volutpat"67 text run at (0,1339) width 15 8: "orci. Praesent eu velit neque, quis"68 text run at (0,1363) width 15 8: "rutrum metus. Nunc eu ipsum sit"69 text run at (0,1387) width 15 8: "amet ligula mattis porttitor sit"70 text run at (0,1411) width 15 8: "amet id felis. Integer volutpat"11 RenderText {#text} at (0,5) size 159x1444 12 text run at (0,5) width 159: "Lorem ipsum dolor sit amet," 13 text run at (0,29) width 159: "consectetur adipiscing elit." 14 text run at (0,53) width 159: "Nullam ornare, nunc eget" 15 text run at (0,77) width 159: "condimentum tempor, augue" 16 text run at (0,101) width 159: "ligula accumsan eros, sed" 17 text run at (0,125) width 159: "consequat sapien orci id libero." 18 text run at (0,149) width 159: "Curabitur tristique, augue in" 19 text run at (0,173) width 159: "aliquet accumsan, nibh nisi" 20 text run at (0,197) width 159: "lobortis odio, et suscipit est ligula" 21 text run at (0,221) width 159: "eu nisi. Nunc aliquet lobortis" 22 text run at (0,245) width 159: "porta. Donec venenatis" 23 text run at (0,269) width 159: "consectetur eleifend. Etiam sed" 24 text run at (0,293) width 159: "tempor quam. Pellentesque" 25 text run at (0,317) width 159: "gravida gravida eros venenatis" 26 text run at (0,341) width 159: "suscipit. Aenean diam enim," 27 text run at (0,365) width 159: "suscipit id pellentesque vel," 28 text run at (0,389) width 159: "hendrerit et metus. Suspendisse" 29 text run at (0,413) width 159: "felis erat, hendrerit a congue in," 30 text run at (0,437) width 159: "euismod ac erat. Donec pulvinar" 31 text run at (0,461) width 159: "venenatis tortor, a lobortis erat" 32 text run at (0,504) width 159: "scelerisque et. Class aptent taciti" 33 text run at (0,528) width 159: "sociosqu ad litora torquent per" 34 text run at (0,552) width 159: "conubia nostra, per inceptos" 35 text run at (0,576) width 159: "himenaeos. Aliquam in orci id" 36 text run at (0,600) width 159: "felis mollis porta ac et orci." 37 text run at (0,624) width 159: "Donec viverra, eros ac mattis" 38 text run at (0,648) width 159: "dapibus, quam ante porta lectus," 39 text run at (0,672) width 159: "accumsan pellentesque nibh" 40 text run at (0,696) width 159: "metus non felis. Vivamus sed" 41 text run at (0,720) width 159: "eros quis magna scelerisque" 42 text run at (0,744) width 117: "ultrices ac eget velit. " 43 text run at (116,744) width 43: "Nunc et" 44 text run at (0,768) width 159: "odio ut velit posuere viverra." 45 text run at (0,792) width 159: "Integer eu mi quis velit dapibus" 46 text run at (0,816) width 159: "tempus at ut purus. Quisque" 47 text run at (0,840) width 159: "congue mollis mauris a hendrerit." 48 text run at (0,864) width 159: "Nam viverra est at orci interdum" 49 text run at (0,888) width 159: "a ullamcorper mi dictum. In id" 50 text run at (0,912) width 159: "sapien augue. Suspendisse" 51 text run at (0,936) width 159: "potenti. Vestibulum turpis purus," 52 text run at (0,960) width 159: "convallis ut sagittis quis, semper" 53 text run at (0,1003) width 159: "vel mauris. Curabitur vitae felis" 54 text run at (0,1027) width 159: "turpis. Fusce augue nibh," 55 text run at (0,1051) width 159: "consectetur non vestibulum et," 56 text run at (0,1075) width 159: "bibendum sit amet lectus. Nulla" 57 text run at (0,1099) width 159: "at imperdiet metus. Donec non" 58 text run at (0,1123) width 159: "est velit, non fringilla ipsum." 59 text run at (0,1147) width 159: "Fusce elementum neque a nibh" 60 text run at (0,1171) width 159: "egestas sodales. Mauris ut lorem" 61 text run at (0,1195) width 159: "hendrerit metus interdum" 62 text run at (0,1219) width 159: "malesuada. Nam tempus sodales" 63 text run at (0,1243) width 159: "neque vitae bibendum." 64 text run at (0,1267) width 159: "Vestibulum ac est sit amet dolor" 65 text run at (0,1291) width 159: "vehicula semper at sed ante." 66 text run at (0,1315) width 159: "Nunc at neque urna, in volutpat" 67 text run at (0,1339) width 159: "orci. Praesent eu velit neque, quis" 68 text run at (0,1363) width 159: "rutrum metus. Nunc eu ipsum sit" 69 text run at (0,1387) width 159: "amet ligula mattis porttitor sit" 70 text run at (0,1411) width 159: "amet id felis. Integer volutpat" 71 71 text run at (0,1435) width 110: "aliquam odio et feugiat." -
trunk/LayoutTests/platform/gtk/fast/multicol/vertical-lr/float-avoidance-expected.txt
r168097 r174267 13 13 RenderText {#text} at (0,0) size 85x415 14 14 text run at (0,0) width 415: "This technology preview of our award winning next generation" 15 text run at (17,0) width 5 6: "browser "15 text run at (17,0) width 57: "browser " 16 16 text run at (17,56) width 359: "is a sign of things to come from Mozilla. Powerful yet" 17 text run at (34,0) width 12 2: "easy to use. This "17 text run at (34,0) width 123: "easy to use. This " 18 18 text run at (34,122) width 293: "maintenance release provides a few updates" 19 text run at (51,0) width 24 6: "based on user feedback - including "19 text run at (51,0) width 247: "based on user feedback - including " 20 20 text run at (51,246) width 169: "changes to the Extension" 21 21 text run at (68,0) width 201: "System and icon improvements." -
trunk/LayoutTests/platform/gtk/fast/multicol/vertical-rl/float-avoidance-expected.txt
r168097 r174267 13 13 RenderText {#text} at (0,0) size 85x415 14 14 text run at (0,0) width 415: "This technology preview of our award winning next generation" 15 text run at (17,0) width 5 6: "browser "15 text run at (17,0) width 57: "browser " 16 16 text run at (17,56) width 359: "is a sign of things to come from Mozilla. Powerful yet" 17 text run at (34,0) width 12 2: "easy to use. This "17 text run at (34,0) width 123: "easy to use. This " 18 18 text run at (34,122) width 293: "maintenance release provides a few updates" 19 text run at (51,0) width 24 6: "based on user feedback - including "19 text run at (51,0) width 247: "based on user feedback - including " 20 20 text run at (51,246) width 169: "changes to the Extension" 21 21 text run at (68,0) width 201: "System and icon improvements." -
trunk/LayoutTests/platform/gtk/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt
r169104 r174267 22 22 RenderBlock {DIV} at (40,11) size 316x242 [border: (1px solid #008000)] 23 23 RenderBlock {P} at (1,17) size 314x91 24 RenderText {#text} at (-17,0) size 33 1x9124 RenderText {#text} at (-17,0) size 332x91 25 25 text run at (-17,0) width 248: "This line of text should not get out of" 26 26 text run at (-17,17) width 248: "the region. This line of text should not" 27 27 text run at (-17,34) width 248: "get out of the region. This line of text" 28 text run at (0,57) width 31 3: "should not get out of the region. This line of text"28 text run at (0,57) width 314: "should not get out of the region. This line of text" 29 29 text run at (0,74) width 201: "should not get out of the region." 30 30 RenderBlock {P} at (1,124) size 314x68 31 RenderText {#text} at (0,0) size 31 3x6832 text run at (0,0) width 31 3: "This line of text should not get out of the region."33 text run at (0,17) width 31 3: "This line of text should not get out of the region."34 text run at (0,34) width 31 3: "This line of text should not get out of the region."31 RenderText {#text} at (0,0) size 314x68 32 text run at (0,0) width 314: "This line of text should not get out of the region." 33 text run at (0,17) width 314: "This line of text should not get out of the region." 34 text run at (0,34) width 314: "This line of text should not get out of the region." 35 35 text run at (0,51) width 304: "This line of text should not get out of the region." 36 36 RenderBlock {P} at (1,208) size 314x17 -
trunk/LayoutTests/platform/gtk/fast/regions/repaint/line-flow-with-floats-in-regions-expected.txt
r169104 r174267 22 22 RenderText {#text} at (6,6) size 406x102 23 23 text run at (6,6) width 354: "The chief difficulty Alice found at first was in managing" 24 text run at (6,23) width 2 5: "her "24 text run at (6,23) width 26: "her " 25 25 text run at (31,23) width 329: "flamingo: she succeeded in getting its body tucked" 26 text run at (6,40) width 4 2: "away, "26 text run at (6,40) width 43: "away, " 27 27 text run at (48,40) width 312: "comfortably enough, under her arm, with its legs" 28 text run at (6,57) width 10 6: "hanging down, "28 text run at (6,57) width 107: "hanging down, " 29 29 text run at (112,57) width 248: "but generally, just as she had got its" 30 30 text run at (6,74) width 176: "neck nicely straightened " 31 31 text run at (182,74) width 230: "out, and was going to give the" 32 text run at (6,91) width 22 4: "hedgehog a blow with its head, it "33 RenderInline {I} at (0,0) size 39x1734 RenderText {#text} at (230,91) size 39x1735 text run at (230,91) width 39: "would"32 text run at (6,91) width 225: "hedgehog a blow with its head, it " 33 RenderInline {I} at (0,0) size 40x17 34 RenderText {#text} at (230,91) size 40x17 35 text run at (230,91) width 40: "would" 36 36 RenderText {#text} at (269,91) size 406x68 37 37 text run at (269,91) width 143: " twist itself round and" 38 text run at (6,108) width 17 5: "look up in her face, with "38 text run at (6,108) width 176: "look up in her face, with " 39 39 text run at (181,108) width 231: "such a puzzled expression that she" 40 text run at (6,125) width 1 79: "could not help bursting out "40 text run at (6,125) width 180: "could not help bursting out " 41 41 text run at (185,125) width 227: "laughing: and when she had got its" 42 text run at (6,142) width 2 29: "head down, and was going to "42 text run at (6,142) width 230: "head down, and was going to " 43 43 RenderText {#text} at (235,142) size 406x119 44 44 text run at (235,142) width 177: "begin again, it was very" 45 text run at (6,159) width 2 59: "provoking to find that the hedgehog had "45 text run at (6,159) width 260: "provoking to find that the hedgehog had " 46 46 text run at (265,159) width 147: "unrolled itself, and was" 47 text run at (6,176) width 25 2: "in the act of crawling away: besides all "47 text run at (6,176) width 253: "in the act of crawling away: besides all " 48 48 text run at (258,176) width 154: "this, there was generally" 49 text run at (6,193) width 25 6: "a ridge or furrow in the way wherever "49 text run at (6,193) width 257: "a ridge or furrow in the way wherever " 50 50 text run at (262,193) width 150: "she wanted to send the" 51 text run at (6,210) width 26 4: "hedgehog to, and, as the doubled-up "51 text run at (6,210) width 265: "hedgehog to, and, as the doubled-up " 52 52 text run at (270,210) width 142: "soldiers were always" 53 53 text run at (6,227) width 292: "getting up and walking off to other parts of " … … 55 55 text run at (57,244) width 306: "soon came to the conclusion that it was a very " 56 56 RenderBlock (floating) {SPAN} at (6,247) size 48x65 [bgcolor=#ADD8E6] 57 RenderText {#text} at (36 2,244) size 355x3458 text run at (36 2,244) width 50: "difficult"57 RenderText {#text} at (363,244) size 355x34 58 text run at (363,244) width 49: "difficult" 59 59 text run at (57,261) width 89: "game indeed. " 60 60 RenderBR {BR} at (0,0) size 0x0 … … 71 71 text run at (341,312) width 20: "the" 72 72 text run at (6,329) width 42: "Queen" 73 RenderText {#text} at (48,329) size 35 4x5174 text run at (48,329) width 25 5: " was in a furious passion, and went "75 text run at (303,329) width 5 7: "stamping"76 text run at (6,346) width 35 4: "about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with"73 RenderText {#text} at (48,329) size 355x51 74 text run at (48,329) width 256: " was in a furious passion, and went " 75 text run at (303,329) width 58: "stamping" 76 text run at (6,346) width 355: "about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with" 77 77 text run at (6,363) width 219: "her head!\x{2019} about once in a minute. " 78 78 RenderBR {BR} at (0,0) size 0x0 … … 82 82 text run at (6,397) width 406: "had any dispute with the Queen, but she knew that it might" 83 83 text run at (6,414) width 406: "happen any minute, \x{2018}and then,\x{2019} thought she, \x{2018}what would" 84 text run at (6,431) width 7 5: "become of "84 text run at (6,431) width 76: "become of " 85 85 text run at (81,431) width 331: "me? They\x{2019}re dreadfully fond of beheading people" 86 86 text run at (6,448) width 93: "here; the great " -
trunk/LayoutTests/platform/gtk/fast/repaint/line-flow-with-floats-1-expected.txt
r169104 r174267 15 15 RenderText {#text} at (6,6) size 406x102 16 16 text run at (6,6) width 354: "The chief difficulty Alice found at first was in managing" 17 text run at (6,23) width 2 5: "her "17 text run at (6,23) width 26: "her " 18 18 text run at (31,23) width 329: "flamingo: she succeeded in getting its body tucked" 19 text run at (6,40) width 4 2: "away, "19 text run at (6,40) width 43: "away, " 20 20 text run at (48,40) width 312: "comfortably enough, under her arm, with its legs" 21 text run at (6,57) width 10 6: "hanging down, "21 text run at (6,57) width 107: "hanging down, " 22 22 text run at (112,57) width 248: "but generally, just as she had got its" 23 23 text run at (6,74) width 176: "neck nicely straightened " 24 24 text run at (182,74) width 230: "out, and was going to give the" 25 text run at (6,91) width 22 4: "hedgehog a blow with its head, it "26 RenderInline {I} at (0,0) size 39x1727 RenderText {#text} at (230,91) size 39x1728 text run at (230,91) width 39: "would"25 text run at (6,91) width 225: "hedgehog a blow with its head, it " 26 RenderInline {I} at (0,0) size 40x17 27 RenderText {#text} at (230,91) size 40x17 28 text run at (230,91) width 40: "would" 29 29 RenderText {#text} at (269,91) size 406x68 30 30 text run at (269,91) width 143: " twist itself round and" 31 text run at (6,108) width 17 5: "look up in her face, with "31 text run at (6,108) width 176: "look up in her face, with " 32 32 text run at (181,108) width 231: "such a puzzled expression that she" 33 text run at (6,125) width 1 79: "could not help bursting out "33 text run at (6,125) width 180: "could not help bursting out " 34 34 text run at (185,125) width 227: "laughing: and when she had got its" 35 text run at (6,142) width 2 29: "head down, and was going to "35 text run at (6,142) width 230: "head down, and was going to " 36 36 RenderText {#text} at (235,142) size 406x119 37 37 text run at (235,142) width 177: "begin again, it was very" 38 text run at (6,159) width 2 59: "provoking to find that the hedgehog had "38 text run at (6,159) width 260: "provoking to find that the hedgehog had " 39 39 text run at (265,159) width 147: "unrolled itself, and was" 40 text run at (6,176) width 25 2: "in the act of crawling away: besides all "40 text run at (6,176) width 253: "in the act of crawling away: besides all " 41 41 text run at (258,176) width 154: "this, there was generally" 42 text run at (6,193) width 25 6: "a ridge or furrow in the way wherever "42 text run at (6,193) width 257: "a ridge or furrow in the way wherever " 43 43 text run at (262,193) width 150: "she wanted to send the" 44 text run at (6,210) width 26 4: "hedgehog to, and, as the doubled-up "44 text run at (6,210) width 265: "hedgehog to, and, as the doubled-up " 45 45 text run at (270,210) width 142: "soldiers were always" 46 46 text run at (6,227) width 292: "getting up and walking off to other parts of " … … 48 48 text run at (57,244) width 306: "soon came to the conclusion that it was a very " 49 49 RenderBlock (floating) {SPAN} at (6,247) size 48x65 [bgcolor=#ADD8E6] 50 RenderText {#text} at (36 2,244) size 355x3451 text run at (36 2,244) width 50: "difficult"50 RenderText {#text} at (363,244) size 355x34 51 text run at (363,244) width 49: "difficult" 52 52 text run at (57,261) width 89: "game indeed. " 53 53 RenderBR {BR} at (0,0) size 0x0 … … 64 64 text run at (341,312) width 20: "the" 65 65 text run at (6,329) width 42: "Queen" 66 RenderText {#text} at (48,329) size 35 4x5167 text run at (48,329) width 25 5: " was in a furious passion, and went "68 text run at (303,329) width 5 7: "stamping"69 text run at (6,346) width 35 4: "about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with"66 RenderText {#text} at (48,329) size 355x51 67 text run at (48,329) width 256: " was in a furious passion, and went " 68 text run at (303,329) width 58: "stamping" 69 text run at (6,346) width 355: "about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with" 70 70 text run at (6,363) width 219: "her head!\x{2019} about once in a minute. " 71 71 RenderBR {BR} at (0,0) size 0x0 … … 75 75 text run at (6,397) width 406: "had any dispute with the Queen, but she knew that it might" 76 76 text run at (6,414) width 406: "happen any minute, \x{2018}and then,\x{2019} thought she, \x{2018}what would" 77 text run at (6,431) width 7 5: "become of "77 text run at (6,431) width 76: "become of " 78 78 text run at (81,431) width 331: "me? They\x{2019}re dreadfully fond of beheading people" 79 79 text run at (6,448) width 93: "here; the great " -
trunk/LayoutTests/platform/gtk/fast/repaint/line-flow-with-floats-10-expected.txt
r169104 r174267 15 15 RenderText {#text} at (6,6) size 354x102 16 16 text run at (6,6) width 354: "The chief difficulty Alice found at first was in managing" 17 text run at (6,23) width 2 5: "her "17 text run at (6,23) width 26: "her " 18 18 text run at (31,23) width 329: "flamingo: she succeeded in getting its body tucked" 19 text run at (6,40) width 4 2: "away, "19 text run at (6,40) width 43: "away, " 20 20 text run at (48,40) width 312: "comfortably enough, under her arm, with its legs" 21 text run at (6,57) width 10 6: "hanging down, "21 text run at (6,57) width 107: "hanging down, " 22 22 text run at (112,57) width 248: "but generally, just as she had got its" 23 text run at (6,74) width 15 8: "neck nicely straightened "23 text run at (6,74) width 159: "neck nicely straightened " 24 24 text run at (164,74) width 196: "out, and was going to give the" 25 text run at (6,91) width 2 39: "hedgehog a blow with its head, it "26 RenderInline {I} at (0,0) size 39x1727 RenderText {#text} at (245,91) size 39x1728 text run at (245,91) width 39: "would"25 text run at (6,91) width 240: "hedgehog a blow with its head, it " 26 RenderInline {I} at (0,0) size 40x17 27 RenderText {#text} at (245,91) size 40x17 28 text run at (245,91) width 40: "would" 29 29 RenderText {#text} at (284,91) size 406x68 30 30 text run at (284,91) width 76: " twist itself" 31 text run at (6,108) width 23 7: "round and look up in her face, with "31 text run at (6,108) width 238: "round and look up in her face, with " 32 32 text run at (243,108) width 169: "such a puzzled expression" 33 text run at (6,125) width 22 7: "that she could not help bursting out "33 text run at (6,125) width 228: "that she could not help bursting out " 34 34 text run at (233,125) width 179: "laughing: and when she had" 35 35 text run at (6,142) width 248: "got its head down, and was going to " 36 36 RenderText {#text} at (254,142) size 406x119 37 37 text run at (254,142) width 158: "begin again, it was very" 38 text run at (6,159) width 2 59: "provoking to find that the hedgehog had "38 text run at (6,159) width 260: "provoking to find that the hedgehog had " 39 39 text run at (265,159) width 147: "unrolled itself, and was" 40 text run at (6,176) width 25 2: "in the act of crawling away: besides all "40 text run at (6,176) width 253: "in the act of crawling away: besides all " 41 41 text run at (258,176) width 154: "this, there was generally" 42 text run at (6,193) width 25 6: "a ridge or furrow in the way wherever "42 text run at (6,193) width 257: "a ridge or furrow in the way wherever " 43 43 text run at (262,193) width 150: "she wanted to send the" 44 text run at (6,210) width 26 4: "hedgehog to, and, as the doubled-up "44 text run at (6,210) width 265: "hedgehog to, and, as the doubled-up " 45 45 text run at (270,210) width 142: "soldiers were always" 46 46 text run at (6,227) width 292: "getting up and walking off to other parts of " … … 48 48 text run at (57,244) width 306: "soon came to the conclusion that it was a very " 49 49 RenderBlock (floating) {SPAN} at (6,258) size 48x64 [bgcolor=#ADD8E6] 50 RenderText {#text} at (36 2,244) size 355x3451 text run at (36 2,244) width 50: "difficult"50 RenderText {#text} at (363,244) size 355x34 51 text run at (363,244) width 49: "difficult" 52 52 text run at (57,261) width 89: "game indeed. " 53 53 RenderBR {BR} at (0,0) size 0x0 … … 64 64 text run at (341,312) width 20: "the" 65 65 text run at (6,329) width 42: "Queen" 66 RenderText {#text} at (48,329) size 35 4x5167 text run at (48,329) width 25 5: " was in a furious passion, and went "68 text run at (303,329) width 5 7: "stamping"69 text run at (6,346) width 35 4: "about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with"66 RenderText {#text} at (48,329) size 355x51 67 text run at (48,329) width 256: " was in a furious passion, and went " 68 text run at (303,329) width 58: "stamping" 69 text run at (6,346) width 355: "about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with" 70 70 text run at (6,363) width 219: "her head!\x{2019} about once in a minute. " 71 71 RenderBR {BR} at (0,0) size 0x0 … … 75 75 text run at (6,397) width 406: "had any dispute with the Queen, but she knew that it might" 76 76 text run at (6,414) width 406: "happen any minute, \x{2018}and then,\x{2019} thought she, \x{2018}what would" 77 text run at (6,431) width 7 5: "become of "77 text run at (6,431) width 76: "become of " 78 78 text run at (81,431) width 331: "me? They\x{2019}re dreadfully fond of beheading people" 79 79 text run at (6,448) width 93: "here; the great " -
trunk/LayoutTests/platform/gtk/fast/repaint/line-flow-with-floats-2-expected.txt
r169104 r174267 15 15 RenderText {#text} at (6,6) size 354x104 16 16 text run at (6,6) width 354: "The chief difficulty Alice found at first was in managing" 17 text run at (6,23) width 2 5: "her "17 text run at (6,23) width 26: "her " 18 18 text run at (31,23) width 329: "flamingo: she succeeded in getting its body tucked" 19 text run at (6,40) width 4 2: "away, "19 text run at (6,40) width 43: "away, " 20 20 text run at (48,40) width 312: "comfortably enough, under her arm, with its legs" 21 text run at (6,57) width 10 6: "hanging down, "21 text run at (6,57) width 107: "hanging down, " 22 22 text run at (112,57) width 248: "but generally, just as she had got its" 23 text run at (6,74) width 15 8: "neck nicely straightened "23 text run at (6,74) width 159: "neck nicely straightened " 24 24 text run at (164,74) width 196: "out, and was going to give the" 25 text run at (6,93) width 23 5: "hedgehog a blow with its head, it "26 RenderInline {I} at (0,0) size 4 4x2027 RenderText {#text} at (241,91) size 4 4x2028 text run at (241,91) width 4 4: "would"25 text run at (6,93) width 236: "hedgehog a blow with its head, it " 26 RenderInline {I} at (0,0) size 45x20 27 RenderText {#text} at (241,91) size 45x20 28 text run at (241,91) width 45: "would" 29 29 RenderText {#text} at (285,93) size 406x69 30 30 text run at (285,93) width 75: " twist itself" 31 text run at (6,111) width 23 7: "round and look up in her face, with "31 text run at (6,111) width 238: "round and look up in her face, with " 32 32 text run at (243,111) width 169: "such a puzzled expression" 33 text run at (6,128) width 22 7: "that she could not help bursting out "33 text run at (6,128) width 228: "that she could not help bursting out " 34 34 text run at (233,128) width 179: "laughing: and when she had" 35 35 text run at (6,145) width 248: "got its head down, and was going to " 36 36 RenderText {#text} at (254,145) size 406x119 37 37 text run at (254,145) width 158: "begin again, it was very" 38 text run at (6,162) width 2 59: "provoking to find that the hedgehog had "38 text run at (6,162) width 260: "provoking to find that the hedgehog had " 39 39 text run at (265,162) width 147: "unrolled itself, and was" 40 text run at (6,179) width 25 2: "in the act of crawling away: besides all "40 text run at (6,179) width 253: "in the act of crawling away: besides all " 41 41 text run at (258,179) width 154: "this, there was generally" 42 text run at (6,196) width 25 6: "a ridge or furrow in the way wherever "42 text run at (6,196) width 257: "a ridge or furrow in the way wherever " 43 43 text run at (262,196) width 150: "she wanted to send the" 44 text run at (6,213) width 26 4: "hedgehog to, and, as the doubled-up "44 text run at (6,213) width 265: "hedgehog to, and, as the doubled-up " 45 45 text run at (270,213) width 142: "soldiers were always" 46 46 text run at (6,230) width 292: "getting up and walking off to other parts of " … … 48 48 text run at (57,247) width 306: "soon came to the conclusion that it was a very " 49 49 RenderBlock (floating) {SPAN} at (6,250) size 48x65 [bgcolor=#ADD8E6] 50 RenderText {#text} at (36 2,247) size 355x3451 text run at (36 2,247) width 50: "difficult"50 RenderText {#text} at (363,247) size 355x34 51 text run at (363,247) width 49: "difficult" 52 52 text run at (57,264) width 89: "game indeed. " 53 53 RenderBR {BR} at (0,0) size 0x0 … … 64 64 text run at (341,315) width 20: "the" 65 65 text run at (6,332) width 42: "Queen" 66 RenderText {#text} at (48,332) size 35 4x5167 text run at (48,332) width 25 5: " was in a furious passion, and went "68 text run at (303,332) width 5 7: "stamping"69 text run at (6,349) width 35 4: "about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with"66 RenderText {#text} at (48,332) size 355x51 67 text run at (48,332) width 256: " was in a furious passion, and went " 68 text run at (303,332) width 58: "stamping" 69 text run at (6,349) width 355: "about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with" 70 70 text run at (6,366) width 219: "her head!\x{2019} about once in a minute. " 71 71 RenderBR {BR} at (0,0) size 0x0 … … 75 75 text run at (6,400) width 406: "had any dispute with the Queen, but she knew that it might" 76 76 text run at (6,417) width 406: "happen any minute, \x{2018}and then,\x{2019} thought she, \x{2018}what would" 77 text run at (6,434) width 7 5: "become of "77 text run at (6,434) width 76: "become of " 78 78 text run at (81,434) width 331: "me? They\x{2019}re dreadfully fond of beheading people" 79 79 text run at (6,451) width 93: "here; the great " -
trunk/LayoutTests/platform/gtk/fast/repaint/line-flow-with-floats-3-expected.txt
r169104 r174267 15 15 RenderText {#text} at (6,6) size 354x102 16 16 text run at (6,6) width 354: "The chief difficulty Alice found at first was in managing" 17 text run at (6,23) width 2 5: "her "17 text run at (6,23) width 26: "her " 18 18 text run at (31,23) width 329: "flamingo: she succeeded in getting its body tucked" 19 text run at (6,40) width 4 2: "away, "19 text run at (6,40) width 43: "away, " 20 20 text run at (48,40) width 312: "comfortably enough, under her arm, with its legs" 21 text run at (6,57) width 10 6: "hanging down, "21 text run at (6,57) width 107: "hanging down, " 22 22 text run at (112,57) width 248: "but generally, just as she had got its" 23 text run at (6,74) width 15 8: "neck nicely straightened "23 text run at (6,74) width 159: "neck nicely straightened " 24 24 text run at (164,74) width 196: "out, and was going to give the" 25 text run at (6,91) width 2 39: "hedgehog a blow with its head, it "26 RenderInline {I} at (0,0) size 39x1727 RenderText {#text} at (245,91) size 39x1728 text run at (245,91) width 39: "would"25 text run at (6,91) width 240: "hedgehog a blow with its head, it " 26 RenderInline {I} at (0,0) size 40x17 27 RenderText {#text} at (245,91) size 40x17 28 text run at (245,91) width 40: "would" 29 29 RenderText {#text} at (284,91) size 406x68 30 30 text run at (284,91) width 76: " twist itself" 31 text run at (6,108) width 23 7: "round and look up in her face, with "31 text run at (6,108) width 238: "round and look up in her face, with " 32 32 text run at (243,108) width 169: "such a puzzled expression" 33 text run at (6,125) width 22 7: "that she could not help bursting out "33 text run at (6,125) width 228: "that she could not help bursting out " 34 34 text run at (233,125) width 179: "laughing: and when she had" 35 35 text run at (6,142) width 248: "got its head down, and was going to " 36 36 RenderText {#text} at (254,142) size 406x119 37 37 text run at (254,142) width 158: "begin again, it was very" 38 text run at (6,159) width 2 59: "provoking to find that the hedgehog had "38 text run at (6,159) width 260: "provoking to find that the hedgehog had " 39 39 text run at (265,159) width 147: "unrolled itself, and was" 40 text run at (6,176) width 25 2: "in the act of crawling away: besides all "40 text run at (6,176) width 253: "in the act of crawling away: besides all " 41 41 text run at (258,176) width 154: "this, there was generally" 42 text run at (6,193) width 25 6: "a ridge or furrow in the way wherever "42 text run at (6,193) width 257: "a ridge or furrow in the way wherever " 43 43 text run at (262,193) width 150: "she wanted to send the" 44 text run at (6,210) width 26 4: "hedgehog to, and, as the doubled-up "44 text run at (6,210) width 265: "hedgehog to, and, as the doubled-up " 45 45 text run at (270,210) width 142: "soldiers were always" 46 46 text run at (6,227) width 292: "getting up and walking off to other parts of " … … 48 48 text run at (57,244) width 306: "soon came to the conclusion that it was a very " 49 49 RenderBlock (floating) {SPAN} at (6,247) size 48x65 [bgcolor=#ADD8E6] 50 RenderText {#text} at (36 2,244) size 355x3451 text run at (36 2,244) width 50: "difficult"50 RenderText {#text} at (363,244) size 355x34 51 text run at (363,244) width 49: "difficult" 52 52 text run at (57,261) width 89: "game indeed. " 53 53 RenderBR {BR} at (0,0) size 0x0 … … 64 64 text run at (325,312) width 20: "the" 65 65 text run at (6,329) width 42: "Queen" 66 RenderText {#text} at (48,329) size 33 8x5167 text run at (48,329) width 2 39: " was in a furious passion, and went "68 text run at (287,329) width 5 7: "stamping"69 text run at (6,346) width 33 8: "about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with"66 RenderText {#text} at (48,329) size 339x51 67 text run at (48,329) width 240: " was in a furious passion, and went " 68 text run at (287,329) width 58: "stamping" 69 text run at (6,346) width 339: "about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with" 70 70 text run at (6,363) width 219: "her head!\x{2019} about once in a minute. " 71 71 RenderBR {BR} at (0,0) size 0x0 72 72 RenderText {#text} at (6,380) size 406x85 73 text run at (6,380) width 33 8: "Alice began to feel very uneasy: to be sure, she had"74 text run at (6,397) width 4 2: "not as "73 text run at (6,380) width 339: "Alice began to feel very uneasy: to be sure, she had" 74 text run at (6,397) width 43: "not as " 75 75 text run at (48,397) width 364: "yet had any dispute with the Queen, but she knew that it" 76 text run at (6,414) width 4 0: "might "76 text run at (6,414) width 41: "might " 77 77 text run at (46,414) width 366: "happen any minute, \x{2018}and then,\x{2019} thought she, \x{2018}what would" 78 text run at (6,431) width 7 5: "become of "78 text run at (6,431) width 76: "become of " 79 79 text run at (81,431) width 331: "me? They\x{2019}re dreadfully fond of beheading people" 80 80 text run at (6,448) width 93: "here; the great " -
trunk/LayoutTests/platform/gtk/fast/repaint/line-flow-with-floats-4-expected.txt
r169104 r174267 15 15 RenderText {#text} at (6,6) size 354x102 16 16 text run at (6,6) width 354: "The chief difficulty Alice found at first was in managing" 17 text run at (6,23) width 2 5: "her "17 text run at (6,23) width 26: "her " 18 18 text run at (31,23) width 329: "flamingo: she succeeded in getting its body tucked" 19 text run at (6,40) width 4 2: "away, "19 text run at (6,40) width 43: "away, " 20 20 text run at (48,40) width 312: "comfortably enough, under her arm, with its legs" 21 text run at (6,57) width 10 6: "hanging down, "21 text run at (6,57) width 107: "hanging down, " 22 22 text run at (112,57) width 248: "but generally, just as she had got its" 23 text run at (6,74) width 15 8: "neck nicely straightened "23 text run at (6,74) width 159: "neck nicely straightened " 24 24 text run at (164,74) width 196: "out, and was going to give the" 25 text run at (6,91) width 2 39: "hedgehog a blow with its head, it "26 RenderInline {I} at (0,0) size 39x1727 RenderText {#text} at (245,91) size 39x1728 text run at (245,91) width 39: "would"25 text run at (6,91) width 240: "hedgehog a blow with its head, it " 26 RenderInline {I} at (0,0) size 40x17 27 RenderText {#text} at (245,91) size 40x17 28 text run at (245,91) width 40: "would" 29 29 RenderText {#text} at (284,91) size 406x68 30 30 text run at (284,91) width 76: " twist itself" 31 text run at (6,108) width 23 7: "round and look up in her face, with "31 text run at (6,108) width 238: "round and look up in her face, with " 32 32 text run at (243,108) width 169: "such a puzzled expression" 33 text run at (6,125) width 22 7: "that she could not help bursting out "33 text run at (6,125) width 228: "that she could not help bursting out " 34 34 text run at (233,125) width 179: "laughing: and when she had" 35 35 text run at (6,142) width 248: "got its head down, and was going to " 36 36 RenderText {#text} at (254,142) size 406x119 37 37 text run at (254,142) width 158: "begin again, it was very" 38 text run at (6,159) width 2 59: "provoking to find that the hedgehog had "38 text run at (6,159) width 260: "provoking to find that the hedgehog had " 39 39 text run at (265,159) width 147: "unrolled itself, and was" 40 text run at (6,176) width 25 2: "in the act of crawling away: besides all "40 text run at (6,176) width 253: "in the act of crawling away: besides all " 41 41 text run at (258,176) width 154: "this, there was generally" 42 text run at (6,193) width 25 6: "a ridge or furrow in the way wherever "42 text run at (6,193) width 257: "a ridge or furrow in the way wherever " 43 43 text run at (262,193) width 150: "she wanted to send the" 44 text run at (6,210) width 26 4: "hedgehog to, and, as the doubled-up "44 text run at (6,210) width 265: "hedgehog to, and, as the doubled-up " 45 45 text run at (270,210) width 142: "soldiers were always" 46 46 text run at (6,227) width 292: "getting up and walking off to other parts of " … … 48 48 text run at (57,244) width 306: "soon came to the conclusion that it was a very " 49 49 RenderBlock (floating) {SPAN} at (6,247) size 48x65 [bgcolor=#ADD8E6] 50 RenderText {#text} at (36 2,244) size 355x3451 text run at (36 2,244) width 50: "difficult"50 RenderText {#text} at (363,244) size 355x34 51 text run at (363,244) width 49: "difficult" 52 52 text run at (57,261) width 89: "game indeed. " 53 53 RenderBR {BR} at (0,0) size 0x0 … … 64 64 text run at (341,312) width 20: "the" 65 65 text run at (6,329) width 42: "Queen" 66 RenderText {#text} at (48,329) size 35 4x5167 text run at (48,329) width 25 5: " was in a furious passion, and went "68 text run at (303,329) width 5 7: "stamping"69 text run at (6,346) width 35 4: "about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with"66 RenderText {#text} at (48,329) size 355x51 67 text run at (48,329) width 256: " was in a furious passion, and went " 68 text run at (303,329) width 58: "stamping" 69 text run at (6,346) width 355: "about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with" 70 70 text run at (6,363) width 219: "her head!\x{2019} about once in a minute. " 71 71 RenderBR {BR} at (0,0) size 0x0 … … 75 75 text run at (6,397) width 406: "had any dispute with the Queen, but she knew that it might" 76 76 text run at (6,414) width 406: "happen any minute, \x{2018}and then,\x{2019} thought she, \x{2018}what would" 77 text run at (6,431) width 7 5: "become of "77 text run at (6,431) width 76: "become of " 78 78 text run at (81,431) width 331: "me? They\x{2019}re dreadfully fond of beheading people" 79 79 text run at (6,448) width 93: "here; the great " -
trunk/LayoutTests/platform/gtk/fast/repaint/line-flow-with-floats-5-expected.txt
r169104 r174267 15 15 RenderText {#text} at (6,6) size 354x102 16 16 text run at (6,6) width 354: "The chief difficulty Alice found at first was in managing" 17 text run at (6,23) width 2 5: "her "17 text run at (6,23) width 26: "her " 18 18 text run at (31,23) width 329: "flamingo: she succeeded in getting its body tucked" 19 text run at (6,40) width 4 2: "away, "19 text run at (6,40) width 43: "away, " 20 20 text run at (48,40) width 312: "comfortably enough, under her arm, with its legs" 21 text run at (6,57) width 10 6: "hanging down, "21 text run at (6,57) width 107: "hanging down, " 22 22 text run at (112,57) width 248: "but generally, just as she had got its" 23 text run at (6,74) width 15 8: "neck nicely straightened "23 text run at (6,74) width 159: "neck nicely straightened " 24 24 text run at (164,74) width 196: "out, and was going to give the" 25 text run at (6,91) width 2 39: "hedgehog a blow with its head, it "26 RenderInline {I} at (0,0) size 39x1727 RenderText {#text} at (245,91) size 39x1728 text run at (245,91) width 39: "would"25 text run at (6,91) width 240: "hedgehog a blow with its head, it " 26 RenderInline {I} at (0,0) size 40x17 27 RenderText {#text} at (245,91) size 40x17 28 text run at (245,91) width 40: "would" 29 29 RenderText {#text} at (284,91) size 406x68 30 30 text run at (284,91) width 76: " twist itself" 31 text run at (6,108) width 23 7: "round and look up in her face, with "31 text run at (6,108) width 238: "round and look up in her face, with " 32 32 text run at (243,108) width 169: "such a puzzled expression" 33 text run at (6,125) width 22 7: "that she could not help bursting out "33 text run at (6,125) width 228: "that she could not help bursting out " 34 34 text run at (233,125) width 179: "laughing: and when she had" 35 35 text run at (6,142) width 248: "got its head down, and was going to " 36 36 RenderText {#text} at (254,142) size 406x119 37 37 text run at (254,142) width 158: "begin again, it was very" 38 text run at (6,159) width 2 59: "provoking to find that the hedgehog had "38 text run at (6,159) width 260: "provoking to find that the hedgehog had " 39 39 text run at (265,159) width 147: "unrolled itself, and was" 40 text run at (6,176) width 25 2: "in the act of crawling away: besides all "40 text run at (6,176) width 253: "in the act of crawling away: besides all " 41 41 text run at (258,176) width 154: "this, there was generally" 42 text run at (6,193) width 25 6: "a ridge or furrow in the way wherever "42 text run at (6,193) width 257: "a ridge or furrow in the way wherever " 43 43 text run at (262,193) width 150: "she wanted to send the" 44 text run at (6,210) width 26 4: "hedgehog to, and, as the doubled-up "44 text run at (6,210) width 265: "hedgehog to, and, as the doubled-up " 45 45 text run at (270,210) width 142: "soldiers were always" 46 46 text run at (6,227) width 292: "getting up and walking off to other parts of " … … 48 48 text run at (41,244) width 322: "soon came to the conclusion that it was a very " 49 49 RenderBlock (floating) {SPAN} at (6,247) size 32x65 [bgcolor=#ADD8E6] 50 RenderText {#text} at (36 2,244) size 371x3451 text run at (36 2,244) width 50: "difficult"50 RenderText {#text} at (363,244) size 371x34 51 text run at (363,244) width 49: "difficult" 52 52 text run at (41,261) width 89: "game indeed. " 53 53 RenderBR {BR} at (0,0) size 0x0 … … 59 59 text run at (41,295) width 40: "turns, " 60 60 text run at (80,295) width 281: "quarrelling all the while, and fighting for the" 61 text run at (41,312) width 1 29: "hedgehogs; and in "62 text run at (1 69,312) width 124: "a very short time "61 text run at (41,312) width 130: "hedgehogs; and in " 62 text run at (170,312) width 123: "a very short time " 63 63 RenderInline {SPAN} at (0,0) size 69x17 64 64 RenderText {#text} at (292,312) size 69x17 65 65 text run at (292,312) width 69: "the Queen" 66 RenderText {#text} at (6,329) size 35 4x5167 text run at (6,329) width 22 6: "was in a furious passion, and went "68 text run at (232,329) width 12 8: "stamping about, and"69 text run at (6,346) width 28 8: "shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with "70 text run at (294,346) width 6 6: "her head!\x{2019}"66 RenderText {#text} at (6,329) size 355x51 67 text run at (6,329) width 227: "was in a furious passion, and went " 68 text run at (232,329) width 129: "stamping about, and" 69 text run at (6,346) width 289: "shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with " 70 text run at (294,346) width 67: "her head!\x{2019}" 71 71 text run at (6,363) width 151: "about once in a minute. " 72 72 RenderBR {BR} at (0,0) size 0x0 … … 76 76 text run at (6,397) width 406: "had any dispute with the Queen, but she knew that it might" 77 77 text run at (6,414) width 406: "happen any minute, \x{2018}and then,\x{2019} thought she, \x{2018}what would" 78 text run at (6,431) width 7 5: "become of "78 text run at (6,431) width 76: "become of " 79 79 text run at (81,431) width 331: "me? They\x{2019}re dreadfully fond of beheading people" 80 80 text run at (6,448) width 93: "here; the great " -
trunk/LayoutTests/platform/gtk/fast/repaint/line-flow-with-floats-6-expected.txt
r169104 r174267 15 15 RenderText {#text} at (6,6) size 354x102 16 16 text run at (6,6) width 354: "The chief difficulty Alice found at first was in managing" 17 text run at (6,23) width 2 5: "her "17 text run at (6,23) width 26: "her " 18 18 text run at (31,23) width 329: "flamingo: she succeeded in getting its body tucked" 19 text run at (6,40) width 4 2: "away, "19 text run at (6,40) width 43: "away, " 20 20 text run at (48,40) width 312: "comfortably enough, under her arm, with its legs" 21 text run at (6,57) width 10 6: "hanging down, "21 text run at (6,57) width 107: "hanging down, " 22 22 text run at (112,57) width 248: "but generally, just as she had got its" 23 text run at (6,74) width 15 8: "neck nicely straightened "23 text run at (6,74) width 159: "neck nicely straightened " 24 24 text run at (164,74) width 196: "out, and was going to give the" 25 text run at (6,91) width 2 39: "hedgehog a blow with its head, it "26 RenderInline {I} at (0,0) size 39x1727 RenderText {#text} at (245,91) size 39x1728 text run at (245,91) width 39: "would"25 text run at (6,91) width 240: "hedgehog a blow with its head, it " 26 RenderInline {I} at (0,0) size 40x17 27 RenderText {#text} at (245,91) size 40x17 28 text run at (245,91) width 40: "would" 29 29 RenderText {#text} at (284,91) size 406x68 30 30 text run at (284,91) width 76: " twist itself" 31 text run at (6,108) width 23 7: "round and look up in her face, with "31 text run at (6,108) width 238: "round and look up in her face, with " 32 32 text run at (243,108) width 169: "such a puzzled expression" 33 text run at (6,125) width 22 7: "that she could not help bursting out "33 text run at (6,125) width 228: "that she could not help bursting out " 34 34 text run at (233,125) width 179: "laughing: and when she had" 35 35 text run at (6,142) width 248: "got its head down, and was going to " 36 36 RenderText {#text} at (254,142) size 406x119 37 37 text run at (254,142) width 158: "begin again, it was very" 38 text run at (6,159) width 2 59: "provoking to find that the hedgehog had "38 text run at (6,159) width 260: "provoking to find that the hedgehog had " 39 39 text run at (265,159) width 147: "unrolled itself, and was" 40 text run at (6,176) width 25 2: "in the act of crawling away: besides all "40 text run at (6,176) width 253: "in the act of crawling away: besides all " 41 41 text run at (258,176) width 154: "this, there was generally" 42 text run at (6,193) width 25 6: "a ridge or furrow in the way wherever "42 text run at (6,193) width 257: "a ridge or furrow in the way wherever " 43 43 text run at (262,193) width 150: "she wanted to send the" 44 text run at (6,210) width 26 4: "hedgehog to, and, as the doubled-up "44 text run at (6,210) width 265: "hedgehog to, and, as the doubled-up " 45 45 text run at (270,210) width 142: "soldiers were always" 46 46 text run at (6,227) width 292: "getting up and walking off to other parts of " … … 50 50 RenderText {#text} at (13,0) size 22x17 51 51 text run at (13,0) width 22: "foo" 52 RenderText {#text} at (36 2,244) size 355x3453 text run at (36 2,244) width 50: "difficult"52 RenderText {#text} at (363,244) size 355x34 53 text run at (363,244) width 49: "difficult" 54 54 text run at (57,261) width 89: "game indeed. " 55 55 RenderBR {BR} at (0,0) size 0x0 … … 66 66 text run at (341,312) width 20: "the" 67 67 text run at (6,329) width 42: "Queen" 68 RenderText {#text} at (48,329) size 35 4x5169 text run at (48,329) width 25 5: " was in a furious passion, and went "70 text run at (303,329) width 5 7: "stamping"71 text run at (6,346) width 35 4: "about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with"68 RenderText {#text} at (48,329) size 355x51 69 text run at (48,329) width 256: " was in a furious passion, and went " 70 text run at (303,329) width 58: "stamping" 71 text run at (6,346) width 355: "about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with" 72 72 text run at (6,363) width 219: "her head!\x{2019} about once in a minute. " 73 73 RenderBR {BR} at (0,0) size 0x0 … … 77 77 text run at (6,397) width 406: "had any dispute with the Queen, but she knew that it might" 78 78 text run at (6,414) width 406: "happen any minute, \x{2018}and then,\x{2019} thought she, \x{2018}what would" 79 text run at (6,431) width 7 5: "become of "79 text run at (6,431) width 76: "become of " 80 80 text run at (81,431) width 331: "me? They\x{2019}re dreadfully fond of beheading people" 81 81 text run at (6,448) width 93: "here; the great " -
trunk/LayoutTests/platform/gtk/fast/repaint/line-flow-with-floats-7-expected.txt
r169104 r174267 15 15 RenderText {#text} at (6,6) size 354x102 16 16 text run at (6,6) width 354: "The chief difficulty Alice found at first was in managing" 17 text run at (6,23) width 2 5: "her "17 text run at (6,23) width 26: "her " 18 18 text run at (31,23) width 329: "flamingo: she succeeded in getting its body tucked" 19 text run at (6,40) width 4 2: "away, "19 text run at (6,40) width 43: "away, " 20 20 text run at (48,40) width 312: "comfortably enough, under her arm, with its legs" 21 text run at (6,57) width 10 6: "hanging down, "21 text run at (6,57) width 107: "hanging down, " 22 22 text run at (112,57) width 248: "but generally, just as she had got its" 23 text run at (6,74) width 15 8: "neck nicely straightened "23 text run at (6,74) width 159: "neck nicely straightened " 24 24 text run at (164,74) width 196: "out, and was going to give the" 25 text run at (6,91) width 2 39: "hedgehog a blow with its head, it "26 RenderInline {I} at (0,0) size 39x1727 RenderText {#text} at (245,91) size 39x1728 text run at (245,91) width 39: "would"25 text run at (6,91) width 240: "hedgehog a blow with its head, it " 26 RenderInline {I} at (0,0) size 40x17 27 RenderText {#text} at (245,91) size 40x17 28 text run at (245,91) width 40: "would" 29 29 RenderText {#text} at (284,91) size 406x68 30 30 text run at (284,91) width 76: " twist itself" 31 text run at (6,108) width 23 7: "round and look up in her face, with "31 text run at (6,108) width 238: "round and look up in her face, with " 32 32 text run at (243,108) width 169: "such a puzzled expression" 33 text run at (6,125) width 22 7: "that she could not help bursting out "33 text run at (6,125) width 228: "that she could not help bursting out " 34 34 text run at (233,125) width 179: "laughing: and when she had" 35 35 text run at (6,142) width 248: "got its head down, and was going to " 36 36 RenderText {#text} at (254,142) size 406x119 37 37 text run at (254,142) width 158: "begin again, it was very" 38 text run at (6,159) width 2 59: "provoking to find that the hedgehog had "38 text run at (6,159) width 260: "provoking to find that the hedgehog had " 39 39 text run at (265,159) width 147: "unrolled itself, and was" 40 text run at (6,176) width 25 2: "in the act of crawling away: besides all "40 text run at (6,176) width 253: "in the act of crawling away: besides all " 41 41 text run at (258,176) width 154: "this, there was generally" 42 text run at (6,193) width 25 6: "a ridge or furrow in the way wherever "42 text run at (6,193) width 257: "a ridge or furrow in the way wherever " 43 43 text run at (262,193) width 150: "she wanted to send the" 44 text run at (6,210) width 26 4: "hedgehog to, and, as the doubled-up "44 text run at (6,210) width 265: "hedgehog to, and, as the doubled-up " 45 45 text run at (270,210) width 142: "soldiers were always" 46 46 text run at (6,227) width 292: "getting up and walking off to other parts of " … … 48 48 text run at (57,244) width 306: "soon came to the conclusion that it was a very " 49 49 RenderBlock (floating) {SPAN} at (6,247) size 48x65 [bgcolor=#ADD8E6] 50 RenderText {#text} at (36 2,244) size 355x3451 text run at (36 2,244) width 50: "difficult"50 RenderText {#text} at (363,244) size 355x34 51 text run at (363,244) width 49: "difficult" 52 52 text run at (57,261) width 89: "game indeed. " 53 53 RenderBR {BR} at (0,0) size 0x0 … … 64 64 text run at (339,312) width 22: "the" 65 65 text run at (6,329) width 44: "Queen" 66 RenderText {#text} at (50,329) size 35 4x5167 text run at (50,329) width 25 3: " was in a furious passion, and went "68 text run at (303,329) width 5 7: "stamping"69 text run at (6,346) width 35 4: "about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with"66 RenderText {#text} at (50,329) size 355x51 67 text run at (50,329) width 254: " was in a furious passion, and went " 68 text run at (303,329) width 58: "stamping" 69 text run at (6,346) width 355: "about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with" 70 70 text run at (6,363) width 219: "her head!\x{2019} about once in a minute. " 71 71 RenderBR {BR} at (0,0) size 0x0 … … 75 75 text run at (6,397) width 406: "had any dispute with the Queen, but she knew that it might" 76 76 text run at (6,414) width 406: "happen any minute, \x{2018}and then,\x{2019} thought she, \x{2018}what would" 77 text run at (6,431) width 7 5: "become of "77 text run at (6,431) width 76: "become of " 78 78 text run at (81,431) width 331: "me? They\x{2019}re dreadfully fond of beheading people" 79 79 text run at (6,448) width 93: "here; the great " -
trunk/LayoutTests/platform/gtk/fast/repaint/line-flow-with-floats-8-expected.txt
r169104 r174267 15 15 RenderText {#text} at (6,6) size 354x102 16 16 text run at (6,6) width 354: "The chief difficulty Alice found at first was in managing" 17 text run at (6,23) width 2 5: "her "17 text run at (6,23) width 26: "her " 18 18 text run at (31,23) width 329: "flamingo: she succeeded in getting its body tucked" 19 text run at (6,40) width 4 2: "away, "19 text run at (6,40) width 43: "away, " 20 20 text run at (48,40) width 312: "comfortably enough, under her arm, with its legs" 21 text run at (6,57) width 10 6: "hanging down, "21 text run at (6,57) width 107: "hanging down, " 22 22 text run at (112,57) width 248: "but generally, just as she had got its" 23 text run at (6,74) width 15 8: "neck nicely straightened "23 text run at (6,74) width 159: "neck nicely straightened " 24 24 text run at (164,74) width 196: "out, and was going to give the" 25 text run at (6,91) width 2 39: "hedgehog a blow with its head, it "26 RenderInline {I} at (0,0) size 39x1727 RenderText {#text} at (245,91) size 39x1728 text run at (245,91) width 39: "would"25 text run at (6,91) width 240: "hedgehog a blow with its head, it " 26 RenderInline {I} at (0,0) size 40x17 27 RenderText {#text} at (245,91) size 40x17 28 text run at (245,91) width 40: "would" 29 29 RenderText {#text} at (284,91) size 406x68 30 30 text run at (284,91) width 76: " twist itself" 31 text run at (6,108) width 23 7: "round and look up in her face, with "31 text run at (6,108) width 238: "round and look up in her face, with " 32 32 text run at (243,108) width 169: "such a puzzled expression" 33 text run at (6,125) width 22 7: "that she could not help bursting out "33 text run at (6,125) width 228: "that she could not help bursting out " 34 34 text run at (233,125) width 179: "laughing: and when she had" 35 35 text run at (6,142) width 248: "got its head down, and was going to " 36 36 RenderText {#text} at (254,142) size 406x119 37 37 text run at (254,142) width 158: "begin again, it was very" 38 text run at (6,159) width 2 59: "provoking to find that the hedgehog had "38 text run at (6,159) width 260: "provoking to find that the hedgehog had " 39 39 text run at (265,159) width 147: "unrolled itself, and was" 40 text run at (6,176) width 25 2: "in the act of crawling away: besides all "40 text run at (6,176) width 253: "in the act of crawling away: besides all " 41 41 text run at (258,176) width 154: "this, there was generally" 42 text run at (6,193) width 25 6: "a ridge or furrow in the way wherever "42 text run at (6,193) width 257: "a ridge or furrow in the way wherever " 43 43 text run at (262,193) width 150: "she wanted to send the" 44 text run at (6,210) width 26 4: "hedgehog to, and, as the doubled-up "44 text run at (6,210) width 265: "hedgehog to, and, as the doubled-up " 45 45 text run at (270,210) width 142: "soldiers were always" 46 46 text run at (6,227) width 292: "getting up and walking off to other parts of " 47 47 text run at (298,227) width 114: "the ground, Alice" 48 text run at (6,244) width 31 6: "soon came to the conclusion that it was a very "48 text run at (6,244) width 317: "soon came to the conclusion that it was a very " 49 49 RenderText {#text} at (322,244) size 406x34 50 50 text run at (322,244) width 90: "difficult game" 51 51 text run at (6,261) width 50: "indeed. " 52 52 RenderBR {BR} at (0,0) size 0x0 53 RenderText {#text} at (6,278) size 29 7x1754 text run at (6,278) width 29 7: "The players all played at once without waiting "53 RenderText {#text} at (6,278) size 298x17 54 text run at (6,278) width 298: "The players all played at once without waiting " 55 55 RenderBlock (floating) {SPAN} at (364,281) size 48x81 [bgcolor=#90EE90] 56 RenderText {#text} at (303,278) size 35 4x5157 text run at (303,278) width 5 7: "for turns,"58 text run at (6,295) width 35 4: "quarrelling all the while, and fighting for the hedgehogs;"59 text run at (6,312) width 49: "and in "60 text run at (55,312) width 12 1: "a very short time "61 RenderInline {SPAN} at (0,0) size 6 8x1762 RenderText {#text} at (176,312) size 6 8x1763 text run at (176,312) width 6 8: "the Queen"64 RenderText {#text} at (244,312) size 35 4x6865 text run at (244,312) width 11 6: " was in a furious"66 text run at (6,329) width 12 6: "passion, and went "67 text run at (132,329) width 22 8: "stamping about, and shouting \x{2018}Off"68 text run at (6,346) width 18 4: "with his head!\x{2019} or \x{2018}Off with "69 text run at (190,346) width 17 0: "her head!\x{2019} about once in a"56 RenderText {#text} at (303,278) size 355x51 57 text run at (303,278) width 58: "for turns," 58 text run at (6,295) width 355: "quarrelling all the while, and fighting for the hedgehogs;" 59 text run at (6,312) width 50: "and in " 60 text run at (55,312) width 122: "a very short time " 61 RenderInline {SPAN} at (0,0) size 69x17 62 RenderText {#text} at (176,312) size 69x17 63 text run at (176,312) width 69: "the Queen" 64 RenderText {#text} at (244,312) size 355x68 65 text run at (244,312) width 117: " was in a furious" 66 text run at (6,329) width 127: "passion, and went " 67 text run at (132,329) width 229: "stamping about, and shouting \x{2018}Off" 68 text run at (6,346) width 185: "with his head!\x{2019} or \x{2018}Off with " 69 text run at (190,346) width 171: "her head!\x{2019} about once in a" 70 70 text run at (6,363) width 51: "minute. " 71 71 RenderBR {BR} at (0,0) size 0x0 … … 75 75 text run at (6,397) width 406: "had any dispute with the Queen, but she knew that it might" 76 76 text run at (6,414) width 406: "happen any minute, \x{2018}and then,\x{2019} thought she, \x{2018}what would" 77 text run at (6,431) width 7 5: "become of "77 text run at (6,431) width 76: "become of " 78 78 text run at (81,431) width 331: "me? They\x{2019}re dreadfully fond of beheading people" 79 79 text run at (6,448) width 93: "here; the great " -
trunk/LayoutTests/platform/gtk/fast/repaint/line-flow-with-floats-9-expected.txt
r169104 r174267 15 15 RenderText {#text} at (6,6) size 354x102 16 16 text run at (6,6) width 354: "The chief difficulty Alice found at first was in managing" 17 text run at (6,23) width 2 5: "her "17 text run at (6,23) width 26: "her " 18 18 text run at (31,23) width 329: "flamingo: she succeeded in getting its body tucked" 19 text run at (6,40) width 4 2: "away, "19 text run at (6,40) width 43: "away, " 20 20 text run at (48,40) width 312: "comfortably enough, under her arm, with its legs" 21 text run at (6,57) width 10 6: "hanging down, "21 text run at (6,57) width 107: "hanging down, " 22 22 text run at (112,57) width 248: "but generally, just as she had got its" 23 text run at (6,74) width 15 8: "neck nicely straightened "23 text run at (6,74) width 159: "neck nicely straightened " 24 24 text run at (164,74) width 196: "out, and was going to give the" 25 text run at (6,91) width 2 39: "hedgehog a blow with its head, it "26 RenderInline {I} at (0,0) size 39x1727 RenderText {#text} at (245,91) size 39x1728 text run at (245,91) width 39: "would"25 text run at (6,91) width 240: "hedgehog a blow with its head, it " 26 RenderInline {I} at (0,0) size 40x17 27 RenderText {#text} at (245,91) size 40x17 28 text run at (245,91) width 40: "would" 29 29 RenderText {#text} at (284,91) size 406x68 30 30 text run at (284,91) width 76: " twist itself" 31 text run at (6,108) width 23 7: "round and look up in her face, with "31 text run at (6,108) width 238: "round and look up in her face, with " 32 32 text run at (243,108) width 169: "such a puzzled expression" 33 text run at (6,125) width 22 7: "that she could not help bursting out "33 text run at (6,125) width 228: "that she could not help bursting out " 34 34 text run at (233,125) width 179: "laughing: and when she had" 35 text run at (6,142) width 23 5: "got its head down, and was going to "35 text run at (6,142) width 236: "got its head down, and was going to " 36 36 RenderBlock (floating) {SPAN} at (364,145) size 48x49 [bgcolor=#FFFFE0] 37 37 RenderText {#text} at (241,142) size 406x136 38 text run at (241,142) width 1 19: "begin again, it was"39 text run at (6,159) width 30 2: "very provoking to find that the hedgehog had "40 text run at (308,159) width 5 2: "unrolled"41 text run at (6,176) width 35 4: "itself, and was in the act of crawling away: besides all"42 text run at (6,193) width 35 4: "this, there was generally a ridge or furrow in the way"43 text run at (6,210) width 6 7: "wherever "38 text run at (241,142) width 120: "begin again, it was" 39 text run at (6,159) width 303: "very provoking to find that the hedgehog had " 40 text run at (308,159) width 53: "unrolled" 41 text run at (6,176) width 355: "itself, and was in the act of crawling away: besides all" 42 text run at (6,193) width 355: "this, there was generally a ridge or furrow in the way" 43 text run at (6,210) width 68: "wherever " 44 44 text run at (73,210) width 339: "she wanted to send the hedgehog to, and, as the" 45 text run at (6,227) width 7 7: "doubled-up "45 text run at (6,227) width 78: "doubled-up " 46 46 text run at (83,227) width 329: "soldiers were always getting up and walking off to" 47 47 text run at (6,244) width 87: "other parts of " … … 66 66 RenderText {#text} at (99,329) size 355x51 67 67 text run at (99,329) width 262: " was in a furious passion, and went" 68 text run at (6,346) width 35 4: "stamping about, and shouting \x{2018}Off with his head!\x{2019} or"68 text run at (6,346) width 355: "stamping about, and shouting \x{2018}Off with his head!\x{2019} or" 69 69 text run at (6,363) width 63: "\x{2018}Off with " 70 70 text run at (69,363) width 219: "her head!\x{2019} about once in a minute. " … … 75 75 text run at (6,397) width 406: "had any dispute with the Queen, but she knew that it might" 76 76 text run at (6,414) width 406: "happen any minute, \x{2018}and then,\x{2019} thought she, \x{2018}what would" 77 text run at (6,431) width 7 5: "become of "77 text run at (6,431) width 76: "become of " 78 78 text run at (81,431) width 331: "me? They\x{2019}re dreadfully fond of beheading people" 79 79 text run at (6,448) width 93: "here; the great " -
trunk/LayoutTests/platform/gtk/fast/text/justified-selection-at-edge-expected.txt
r148815 r174267 11 11 text run at (0,0) width 251: "The two blue boxes should be identical." 12 12 RenderBlock {DIV} at (0,66) size 256x40 [border: (3px solid #0000FF)] 13 RenderText {#text} at (3,3) size 1 89x1714 text run at (3,3) width 1 89: "Lorem ipsum dolor si"13 RenderText {#text} at (3,3) size 190x17 14 text run at (3,3) width 190: "Lorem ipsum dolor si" 15 15 RenderInline {SPAN} at (0,0) size 61x17 [color=#008000] [bgcolor=#FFFF00] 16 16 RenderText {#text} at (192,3) size 61x17 -
trunk/LayoutTests/platform/gtk/fast/text/justify-ideograph-leading-expansion-expected.txt
r114836 r174267 4 4 RenderBlock {HTML} at (0,0) size 800x600 5 5 RenderBody {BODY} at (8,8) size 784x584 6 RenderBlock {DIV} at (0,0) size 784x1 247 RenderBlock {DIV} at (0,0) size 106x4 2[border: (3px solid #000000)]8 RenderText {#text} at (3,3) size 8 6x199 text run at (3,3) width 8 6: "a. b. "10 RenderInline {SPAN} at (0,0) size 4x1 911 RenderText {#text} at (8 9,3) size 4x1912 text run at (8 9,3) width 4: "i"13 RenderText {#text} at ( 93,3) size 100x3714 text run at ( 93,3) width 10: "\x{306F}"15 text run at (3,2 1) width 56: "xxxxxxx"16 RenderBlock {DIV} at (0, 50) size 106x42[border: (3px solid #000000)]17 RenderText {#text} at (3,3) size 100x3 76 RenderBlock {DIV} at (0,0) size 784x119 7 RenderBlock {DIV} at (0,0) size 106x40 [border: (3px solid #000000)] 8 RenderText {#text} at (3,3) size 80x17 9 text run at (3,3) width 80: "a. b. " 10 RenderInline {SPAN} at (0,0) size 4x17 11 RenderText {#text} at (83,3) size 4x17 12 text run at (83,3) width 4: "i" 13 RenderText {#text} at (87,3) size 100x34 14 text run at (87,3) width 16: "\x{306F}" 15 text run at (3,20) width 56: "xxxxxxx" 16 RenderBlock {DIV} at (0,48) size 106x40 [border: (3px solid #000000)] 17 RenderText {#text} at (3,3) size 100x34 18 18 text run at (3,3) width 100: "a. b. i\x{306F}" 19 text run at (3,2 1) width 56: "xxxxxxx"20 RenderBlock {DIV} at (0, 100) size 106x24[border: (3px solid #000000)]21 RenderText {#text} at (3,3) size 198x1922 text run at (3,3) width 198: "xxxxxxxxxxxxxxxxxxxxx\x{FF08}\x{624B}\x{FF09}"23 RenderBlock {DIV} at (0,1 32) size 784x12424 RenderBlock {DIV} at (0,0) size 106x4 2[border: (3px solid #000000)]25 RenderText {#text} at (3,3) size 8 6x1926 text run at (3,3) width 8 6: "a. b. "27 RenderInline {SPAN} at (0,0) size 4x1 928 RenderText {#text} at (8 9,3) size 4x1929 text run at (8 9,3) width 4: "i"30 RenderText {#text} at ( 93,3) size 100x3731 text run at ( 93,3) width 10: "\x{306F}"32 text run at (3,2 1) width 56: "xxxxxxx"33 RenderBlock {DIV} at (0, 50) size 106x42[border: (3px solid #000000)]34 RenderText {#text} at (3,3) size 100x3 719 text run at (3,20) width 56: "xxxxxxx" 20 RenderBlock {DIV} at (0,96) size 106x23 [border: (3px solid #000000)] 21 RenderText {#text} at (3,3) size 216x17 22 text run at (3,3) width 216: "xxxxxxxxxxxxxxxxxxxxx\x{FF08}\x{624B}\x{FF09}" 23 RenderBlock {DIV} at (0,127) size 784x119 24 RenderBlock {DIV} at (0,0) size 106x40 [border: (3px solid #000000)] 25 RenderText {#text} at (3,3) size 80x17 26 text run at (3,3) width 80: "a. b. " 27 RenderInline {SPAN} at (0,0) size 4x17 28 RenderText {#text} at (83,3) size 4x17 29 text run at (83,3) width 4: "i" 30 RenderText {#text} at (87,3) size 100x34 31 text run at (87,3) width 16: "\x{306F}" 32 text run at (3,20) width 56: "xxxxxxx" 33 RenderBlock {DIV} at (0,48) size 106x40 [border: (3px solid #000000)] 34 RenderText {#text} at (3,3) size 100x34 35 35 text run at (3,3) width 100: "a. b. i\x{306F}" 36 text run at (3,2 1) width 56: "xxxxxxx"37 RenderBlock {DIV} at (0, 100) size 106x24[border: (3px solid #000000)]38 RenderText {#text} at (3,3) size 21 9x1939 text run at (3,3) width 21 9: "xxxxxxxxxxxxxxxxxxxxx\x{FF08}\x{624B}\x{FF09}"36 text run at (3,20) width 56: "xxxxxxx" 37 RenderBlock {DIV} at (0,96) size 106x23 [border: (3px solid #000000)] 38 RenderText {#text} at (3,3) size 216x17 39 text run at (3,3) width 216: "xxxxxxxxxxxxxxxxxxxxx\x{FF08}\x{624B}\x{FF09}" -
trunk/LayoutTests/platform/gtk/fast/text/trailing-white-space-2-expected.txt
r148815 r174267 32 32 RenderText {#text} at (0,0) size 0x0 33 33 RenderBlock (floating) {DIV} at (8,68) size 200x44 [bgcolor=#FFFFE0] 34 RenderText {#text} at (0,0) size 17 1x2235 text run at (0,0) width 17 1: "Lorem ipsum dolor"34 RenderText {#text} at (0,0) size 172x22 35 text run at (0,0) width 172: "Lorem ipsum dolor" 36 36 RenderInline {SPAN} at (0,0) size 200x44 [bgcolor=#FFC0CB] 37 37 RenderText {#text} at (171,0) size 200x44 … … 68 68 RenderText {#text} at (0,0) size 0x0 69 69 RenderBlock (floating) {DIV} at (224,128) size 200x44 [bgcolor=#FFFFE0] 70 RenderText {#text} at (0,0) size 17 1x2271 text run at (0,0) width 17 1: "Lorem ipsum dolor"70 RenderText {#text} at (0,0) size 172x22 71 text run at (0,0) width 172: "Lorem ipsum dolor" 72 72 RenderInline {SPAN} at (0,0) size 200x44 [bgcolor=#FFC0CB] 73 73 RenderText {#text} at (0,0) size 200x44 -
trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_justify-expected.txt
r159850 r174267 23 23 RenderText {#text} at (2,2) size 290x85 24 24 text run at (2,2) width 290: "This TBODY text should be justified which" 25 text run at (2,19) width 13 6: "means that the right "25 text run at (2,19) width 137: "means that the right " 26 26 text run at (138,19) width 154: "and left margins should" 27 27 text run at (2,36) width 290: "line up, no matter how long the content" -
trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_td_align_justify-expected.txt
r148810 r174267 9 9 RenderTableCell {td} at (2,2) size 388x72 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] 10 10 RenderText {#text} at (2,2) size 384x68 11 text run at (2,2) width 21 2: "This cell text should be justified "11 text run at (2,2) width 213: "This cell text should be justified " 12 12 text run at (214,2) width 172: "which means that the right" 13 text run at (2,19) width 24 7: "and left margins should line up, no "13 text run at (2,19) width 248: "and left margins should line up, no " 14 14 text run at (249,19) width 137: "matter how long the" 15 text run at (2,36) width 29 4: "content becomes (except the last line which "15 text run at (2,36) width 295: "content becomes (except the last line which " 16 16 text run at (296,36) width 90: "should be left" 17 17 text run at (2,53) width 51: "aligned)" -
trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt
r159850 r174267 18 18 RenderText {#text} at (2,2) size 290x85 19 19 text run at (2,2) width 290: "This TFOOT text should be justified which" 20 text run at (2,19) width 13 6: "means that the right "20 text run at (2,19) width 137: "means that the right " 21 21 text run at (138,19) width 154: "and left margins should" 22 22 text run at (2,36) width 290: "line up, no matter how long the content" -
trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_th_align_justify-expected.txt
r148810 r174267 11 11 text run at (2,2) width 232: "This cell text should be justified " 12 12 text run at (234,2) width 152: "which means that the" 13 text run at (2,19) width 30 2: "right and left margins should line up, no "13 text run at (2,19) width 303: "right and left margins should line up, no " 14 14 text run at (304,19) width 82: "matter how" 15 15 text run at (2,36) width 384: "long the content becomes (except the last line which" -
trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_justify-expected.txt
r159850 r174267 13 13 RenderText {#text} at (2,2) size 290x85 14 14 text run at (2,2) width 290: "This THEAD text should be justified which" 15 text run at (2,19) width 13 6: "means that the right "15 text run at (2,19) width 137: "means that the right " 16 16 text run at (138,19) width 154: "and left margins should" 17 17 text run at (2,36) width 290: "line up, no matter how long the content" -
trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tr_align_justify-expected.txt
r148810 r174267 10 10 RenderText {#text} at (2,2) size 292x68 11 11 text run at (2,2) width 292: "Cell text should be justified which means that" 12 text run at (2,19) width 89: "the right and "12 text run at (2,19) width 90: "the right and " 13 13 text run at (91,19) width 203: "left margins should line up, no" 14 14 text run at (2,36) width 246: "matter how long the content becomes " … … 18 18 RenderText {#text} at (2,2) size 292x68 19 19 text run at (2,2) width 292: "Cell text should be justified which means that" 20 text run at (2,19) width 89: "the right and "20 text run at (2,19) width 90: "the right and " 21 21 text run at (91,19) width 203: "left margins should line up, no" 22 22 text run at (2,36) width 246: "matter how long the content becomes "
Note:
See TracChangeset
for help on using the changeset viewer.