Changeset 271110 in webkit
- Timestamp:
- Dec 30, 2020, 2:31:08 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 23 edited
-
LayoutTests/ChangeLog (modified) (1 diff)
-
LayoutTests/fast/sub-pixel/vertical-align-middle-overflow-expected.txt (modified) (1 diff)
-
LayoutTests/fast/sub-pixel/vertical-align-middle-overflow.html (modified) (2 diffs)
-
LayoutTests/platform/ios-wk2/css2.1/t100801-c544-valgn-03-d-agi-expected.txt (modified) (2 diffs)
-
LayoutTests/platform/ios/css1/text_properties/vertical_align-expected.txt (modified) (13 diffs)
-
LayoutTests/platform/ios/css2.1/t100801-c544-valgn-03-d-agi-expected.txt (modified) (6 diffs)
-
LayoutTests/platform/ios/fast/block/basic/014-expected.txt (modified) (1 diff)
-
LayoutTests/platform/ios/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt (modified) (2 diffs)
-
LayoutTests/platform/ios/fast/dom/HTMLProgressElement/progress-element-expected.txt (modified) (1 diff)
-
LayoutTests/platform/ios/fast/inline/002-expected.txt (modified) (1 diff)
-
LayoutTests/platform/ios/fast/table/table-display-types-strict-expected.txt (modified) (2 diffs)
-
LayoutTests/platform/mac/css1/text_properties/vertical_align-expected.txt (modified) (14 diffs)
-
LayoutTests/platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt (modified) (2 diffs)
-
LayoutTests/platform/mac/fast/block/basic/014-expected.txt (modified) (1 diff)
-
LayoutTests/platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt (modified) (2 diffs)
-
LayoutTests/platform/mac/fast/dom/HTMLProgressElement/progress-element-expected.txt (modified) (1 diff)
-
LayoutTests/platform/mac/fast/encoding/utf-16-big-endian-expected.txt (modified) (15 diffs)
-
LayoutTests/platform/mac/fast/encoding/utf-16-little-endian-expected.txt (modified) (15 diffs)
-
LayoutTests/platform/mac/fast/inline/002-expected.txt (modified) (1 diff)
-
LayoutTests/platform/mac/fast/table/table-display-types-strict-expected.txt (modified) (2 diffs)
-
Source/WebCore/ChangeLog (modified) (1 diff)
-
Source/WebCore/rendering/InlineFlowBox.cpp (modified) (3 diffs)
-
Source/WebCore/rendering/RootInlineBox.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r271109 r271110 1 2020-12-30 Zalan Bujtas <zalan@apple.com> 2 3 [Legacy Line Layout] Remove unnecessary 'vertical-align: middle' integral rounding 4 https://bugs.webkit.org/show_bug.cgi?id=220198 5 6 Reviewed by Antti Koivisto. 7 8 Added additional 'vertical-align' values. 9 10 * fast/sub-pixel/vertical-align-middle-overflow.html: 11 1 12 2020-12-30 Simon Fraser <simon.fraser@apple.com> 2 13 -
trunk/LayoutTests/fast/sub-pixel/vertical-align-middle-overflow-expected.txt
r122883 r271110 1 1 PASS Does not overflow. 2 Cell 2 3 The block above should not have a scrollbar. 2 PASS Does not overflow. 3 PASS Does not overflow. 4 text 5 text 6 text 7 The blocks above should not have scrollbars. -
trunk/LayoutTests/fast/sub-pixel/vertical-align-middle-overflow.html
r155272 r271110 7 7 width: 100px; 8 8 } 9 . icon{9 .subpixelAligned { 10 10 display: inline-block; 11 background-color: red;11 background-color: blue; 12 12 height: 29px; 13 13 width: 29px; 14 vertical-align: middle;15 14 } 16 15 </style> … … 18 17 </head> 19 18 <body> 20 <div id="test-block" class="block"> 21 <span class="icon"> </span> 22 <span>Cell 2</span> 19 <div id="test-block1" class="block"> 20 <span class="subpixelAligned" style="vertical-align: middle"> </span> 21 <span>text</span> 22 </div> 23 <div id="test-block2" class="block"> 24 <span class="subpixelAligned" style="vertical-align: 58%"> </span> 25 <span>text</span> 26 </div> 27 28 <div id="test-block3" class="block"> 29 <span class="subpixelAligned" style="vertical-align: 10.5px"> </span> 30 <span>text</span> 23 31 </div> 24 32 25 33 <p> 26 The block above should not have a scrollbar.34 The blocks above should not have scrollbars. 27 35 </p> 28 36 29 37 <script> 30 var element = document.getElementById('test-block'); 38 for (let i = 1; i <= 3; ++i) { 39 let element = document.getElementById('test-block' + i); 31 40 32 if (element.offsetHeight == element.scrollHeight) 33 testPassed('Does not overflow.'); 34 else 35 testFailed('Overflows, offsetHeight ' + element.offsetHeight + 'px, scrollHeight ' + element.scrollHeight + 'px'); 41 if (element.offsetHeight == element.scrollHeight) 42 testPassed('Does not overflow.'); 43 else 44 testFailed('Overflows, offsetHeight ' + element.offsetHeight + 'px, scrollHeight ' + element.scrollHeight + 'px'); 45 } 36 46 </script> 37 47 </body> -
trunk/LayoutTests/platform/ios-wk2/css2.1/t100801-c544-valgn-03-d-agi-expected.txt
r180557 r271110 11 11 text run at (85,20) width 210: "other blue rectangles on the line." 12 12 RenderBlock {P} at (15,56) size 754x235 [color=#0000FF] [bgcolor=#FFFFFF] [border: (1px solid #C0C0C0)] 13 RenderText {#text} at (8,3 4) size 61x1614 text run at (8,3 4) width 61: "\x{C9}\x{C9}\x{C9} "15 RenderImage {IMG} at (68,2 5) size 31x3116 RenderText {#text} at (98,3 4) size 16x1617 text run at (98,3 4) width 16: " "13 RenderText {#text} at (8,35) size 61x16 14 text run at (8,35) width 61: "\x{C9}\x{C9}\x{C9} " 15 RenderImage {IMG} at (68,26) size 31x31 16 RenderText {#text} at (98,35) size 16x16 17 text run at (98,35) width 16: " " 18 18 RenderInline {SPAN} at (0,0) size 115x40 [color=#C0C0C0] 19 RenderText {#text} at (113,1 5) size 115x4020 text run at (113,1 5) width 115: "xxx"21 RenderText {#text} at (227,3 4) size 16x1622 text run at (227,3 4) width 16: " "23 RenderImage {IMG} at (242,1 5) size 51x5124 RenderText {#text} at (292,3 4) size 76x1625 text run at (292,3 4) width 16: " "26 text run at (307,3 4) width 61: "\x{C9}\x{C9}\x{C9} "27 RenderImage {IMG} at (367,3 5) size 11x1128 RenderText {#text} at (377,3 4) size 16x1629 text run at (377,3 4) width 16: " "19 RenderText {#text} at (113,16) size 115x40 20 text run at (113,16) width 115: "xxx" 21 RenderText {#text} at (227,35) size 16x16 22 text run at (227,35) width 16: " " 23 RenderImage {IMG} at (242,16) size 51x51 24 RenderText {#text} at (292,35) size 76x16 25 text run at (292,35) width 16: " " 26 text run at (307,35) width 61: "\x{C9}\x{C9}\x{C9} " 27 RenderImage {IMG} at (367,36) size 11x11 28 RenderText {#text} at (377,35) size 16x16 29 text run at (377,35) width 16: " " 30 30 RenderInline {SMALL} at (0,0) size 31x11 [color=#C0C0C0] 31 RenderText {#text} at (392,3 8) size 31x1132 text run at (392,3 8) width 31: "xxx"33 RenderText {#text} at (422,3 4) size 16x1634 text run at (422,3 4) width 16: " "35 RenderImage {IMG} at (437,3 0) size 21x2136 RenderText {#text} at (457,3 4) size 76x1637 text run at (457,3 4) width 16: " "38 text run at (472,3 4) width 61: "\x{C9}\x{C9}\x{C9} "31 RenderText {#text} at (392,39) size 31x11 32 text run at (392,39) width 31: "xxx" 33 RenderText {#text} at (422,35) size 16x16 34 text run at (422,35) width 16: " " 35 RenderImage {IMG} at (437,31) size 21x21 36 RenderText {#text} at (457,35) size 76x16 37 text run at (457,35) width 16: " " 38 text run at (472,35) width 61: "\x{C9}\x{C9}\x{C9} " 39 39 RenderImage {IMG} at (532,8) size 66x66 40 RenderText {#text} at (597,3 4) size 76x1641 text run at (597,3 4) width 16: " "42 text run at (612,3 4) width 61: "\x{C9}\x{C9}\x{C9} "43 RenderImage {IMG} at (672,2 3) size 36x3640 RenderText {#text} at (597,35) size 76x16 41 text run at (597,35) width 16: " " 42 text run at (612,35) width 61: "\x{C9}\x{C9}\x{C9} " 43 RenderImage {IMG} at (672,24) size 36x35 44 44 RenderText {#text} at (0,0) size 0x0 45 45 RenderInline {SPAN} at (0,0) size 91x31 [color=#C0C0C0] … … 69 69 RenderText {#text} at (640,105) size 16x16 70 70 text run at (640,105) width 16: " " 71 RenderImage {IMG} at (655,104) size 16x1 671 RenderImage {IMG} at (655,104) size 16x15 72 72 RenderText {#text} at (670,105) size 16x16 73 73 text run at (670,105) width 16: " " -
trunk/LayoutTests/platform/ios/css1/text_properties/vertical_align-expected.txt
r269912 r271110 1 layer at (0,0) size 800x44 701 layer at (0,0) size 800x4468 2 2 RenderView at (0,0) size 800x600 3 layer at (0,0) size 800x44 704 RenderBlock {HTML} at (0,0) size 800x44 705 RenderBody {BODY} at (8,8) size 784x445 4[bgcolor=#CCCCCC]3 layer at (0,0) size 800x4468 4 RenderBlock {HTML} at (0,0) size 800x4468 5 RenderBody {BODY} at (8,8) size 784x4452 [bgcolor=#CCCCCC] 6 6 RenderBlock {P} at (0,0) size 784x20 7 7 RenderText {#text} at (0,0) size 363x19 … … 222 222 text run at (0,0) width 765: "In the following paragraph, all images should be aligned with the middle of the default text, whereas any text should be" 223 223 text run at (0,20) width 371: "aligned with the text baseline (which is the default value)." 224 RenderBlock {P} at (0,1853) size 784x23 3224 RenderBlock {P} at (0,1853) size 784x232 225 225 RenderText {#text} at (0,22) size 101x19 226 226 text run at (0,22) width 101: "This paragraph " 227 RenderImage {IMG} at (100,18) size 10x3 0227 RenderImage {IMG} at (100,18) size 10x31 228 228 RenderText {#text} at (109,22) size 5x19 229 229 text run at (109,22) width 5: " " … … 233 233 RenderText {#text} at (468,22) size 5x19 234 234 text run at (468,22) width 5: " " 235 RenderImage {IMG} at (472,8) size 16x5 0235 RenderImage {IMG} at (472,8) size 16x51 236 236 RenderText {#text} at (487,22) size 126x19 237 237 text run at (487,22) width 126: " of varying heights " 238 RenderImage {IMG} at (612,28) size 4x1 0238 RenderImage {IMG} at (612,28) size 4x11 239 239 RenderText {#text} at (615,22) size 5x19 240 240 text run at (615,22) width 5: " " … … 244 244 RenderText {#text} at (689,22) size 5x19 245 245 text run at (689,22) width 5: " " 246 RenderImage {IMG} at (693,23) size 7x2 0246 RenderImage {IMG} at (693,23) size 7x21 247 247 RenderText {#text} at (699,22) size 85x19 248 248 text run at (699,22) width 85: " all of which " 249 RenderImage {IMG} at (0,7 7) size 20x65249 RenderImage {IMG} at (0,76) size 20x66 250 250 RenderText {#text} at (20,98) size 121x19 251 251 text run at (20,98) width 121: " should be aligned " 252 RenderImage {IMG} at (140,9 2) size 12x35252 RenderImage {IMG} at (140,91) size 12x36 253 253 RenderText {#text} at (151,98) size 5x19 254 254 text run at (151,98) width 5: " " … … 258 258 RenderText {#text} at (391,98) size 5x19 259 259 text run at (391,98) width 5: " " 260 RenderImage {IMG} at (395,84) size 16x5 0260 RenderImage {IMG} at (395,84) size 16x51 261 261 RenderText {#text} at (410,98) size 5x19 262 262 text run at (410,98) width 5: " " … … 271 271 RenderText {#text} at (758,98) size 5x19 272 272 text run at (758,98) width 5: " " 273 RenderImage {IMG} at (762,84) size 16x5 0273 RenderImage {IMG} at (762,84) size 16x51 274 274 RenderText {#text} at (0,0) size 0x0 275 275 RenderInline {SMALL} at (0,0) size 194x19 276 RenderText {#text} at (0,17 6) size 194x19277 text run at (0,17 6) width 194: "regardless of the line in which"278 RenderText {#text} at (193,17 6) size 5x19279 text run at (193,17 6) width 5: " "280 RenderImage {IMG} at (197,1 80) size 6x15281 RenderText {#text} at (202,17 6) size 5x19282 text run at (202,17 6) width 5: " "276 RenderText {#text} at (0,175) size 194x19 277 text run at (0,175) width 194: "regardless of the line in which" 278 RenderText {#text} at (193,175) size 5x19 279 text run at (193,175) width 5: " " 280 RenderImage {IMG} at (197,178) size 6x16 281 RenderText {#text} at (202,175) size 5x19 282 text run at (202,175) width 5: " " 283 283 RenderInline {BIG} at (0,0) size 156x24 284 RenderText {#text} at (206,17 2) size 156x24285 text run at (206,17 2) width 156: "the images appear."286 RenderText {#text} at (361,17 6) size 5x19287 text run at (361,17 6) width 5: " "288 RenderImage {IMG} at (365,14 2) size 28x90284 RenderText {#text} at (206,171) size 156x24 285 text run at (206,171) width 156: "the images appear." 286 RenderText {#text} at (361,175) size 5x19 287 text run at (361,175) width 5: " " 288 RenderImage {IMG} at (365,141) size 28x90 289 289 RenderText {#text} at (0,0) size 0x0 290 RenderBlock {P} at (0,210 1) size 784x41290 RenderBlock {P} at (0,2100) size 784x41 291 291 RenderText {#text} at (0,0) size 751x39 292 292 text run at (0,0) width 751: "In the following paragraph, all elements should be aligned with the top of the tallest element on the line, whether that" 293 293 text run at (0,20) width 178: "element is an image or not. " 294 294 text run at (177,20) width 563: "Each fragment of text has been SPANned appropriately in order to cause this to happen." 295 RenderBlock {P} at (0,215 7) size 784x203295 RenderBlock {P} at (0,2156) size 784x203 296 296 RenderInline {SPAN} at (0,0) size 97x19 297 297 RenderText {#text} at (0,0) size 97x19 … … 375 375 RenderImage {IMG} at (211,112) size 28x90 376 376 RenderText {#text} at (0,0) size 0x0 377 RenderTable {TABLE} at (0,237 5) size 784x2079[border: (1px outset #808080)]378 RenderTableSection {TBODY} at (1,1) size 782x207 7377 RenderTable {TABLE} at (0,2374) size 784x2078 [border: (1px outset #808080)] 378 RenderTableSection {TBODY} at (1,1) size 782x2076 379 379 RenderTableRow {TR} at (0,0) size 782x28 380 380 RenderTableCell {TD} at (0,0) size 782x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2] … … 382 382 RenderText {#text} at (4,4) size 161x19 383 383 text run at (4,4) width 161: "TABLE Testing Section" 384 RenderTableRow {TR} at (0,28) size 782x204 9385 RenderTableCell {TD} at (0,103 8) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]386 RenderText {#text} at (4, 3) size 4x20387 text run at (4, 4) width 4: " "388 RenderTableCell {TD} at (12,28) size 770x204 9[border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]384 RenderTableRow {TR} at (0,28) size 782x2048 385 RenderTableCell {TD} at (0,1037) size 12x29 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1] 386 RenderText {#text} at (4,4) size 4x20 387 text run at (4,5) width 4: " " 388 RenderTableCell {TD} at (12,28) size 770x2048 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1] 389 389 RenderBlock {P} at (4,4) size 762x79 390 390 RenderImage {IMG} at (0,0) size 15x50 … … 563 563 text run at (0,0) width 746: "In the following paragraph, all images should be aligned with the middle of the default text, whereas any text should" 564 564 text run at (0,20) width 390: "be aligned with the text baseline (which is the default value)." 565 RenderBlock {P} at (4,1538) size 762x23 3565 RenderBlock {P} at (4,1538) size 762x232 566 566 RenderText {#text} at (0,22) size 101x19 567 567 text run at (0,22) width 101: "This paragraph " 568 RenderImage {IMG} at (100,18) size 10x3 0568 RenderImage {IMG} at (100,18) size 10x31 569 569 RenderText {#text} at (109,22) size 5x19 570 570 text run at (109,22) width 5: " " … … 574 574 RenderText {#text} at (468,22) size 5x19 575 575 text run at (468,22) width 5: " " 576 RenderImage {IMG} at (472,8) size 16x5 0576 RenderImage {IMG} at (472,8) size 16x51 577 577 RenderText {#text} at (487,22) size 126x19 578 578 text run at (487,22) width 126: " of varying heights " 579 RenderImage {IMG} at (612,28) size 4x1 0579 RenderImage {IMG} at (612,28) size 4x11 580 580 RenderText {#text} at (615,22) size 5x19 581 581 text run at (615,22) width 5: " " … … 585 585 RenderText {#text} at (689,22) size 5x19 586 586 text run at (689,22) width 5: " " 587 RenderImage {IMG} at (693,23) size 7x2 0587 RenderImage {IMG} at (693,23) size 7x21 588 588 RenderText {#text} at (699,22) size 737x95 589 589 text run at (699,22) width 38: " all of" 590 590 text run at (0,98) width 44: "which " 591 RenderImage {IMG} at (43,7 7) size 21x65591 RenderImage {IMG} at (43,76) size 21x66 592 592 RenderText {#text} at (63,98) size 121x19 593 593 text run at (63,98) width 121: " should be aligned " 594 RenderImage {IMG} at (183,9 2) size 12x35594 RenderImage {IMG} at (183,91) size 12x36 595 595 RenderText {#text} at (194,98) size 5x19 596 596 text run at (194,98) width 5: " " … … 600 600 RenderText {#text} at (434,98) size 5x19 601 601 text run at (434,98) width 5: " " 602 RenderImage {IMG} at (438,84) size 16x5 0602 RenderImage {IMG} at (438,84) size 16x51 603 603 RenderText {#text} at (453,98) size 5x19 604 604 text run at (453,98) width 5: " " 605 RenderInline {SPAN} at (0,0) size 720x10 6605 RenderInline {SPAN} at (0,0) size 720x105 606 606 RenderText {#text} at (457,91) size 18x28 607 607 text run at (457,91) width 18: "a " … … 609 609 RenderText {#text} at (474,59) size 204x67 610 610 text run at (474,59) width 204: "14-point" 611 RenderText {#text} at (677,91) size 720x10 6611 RenderText {#text} at (677,91) size 720x105 612 612 text run at (677,91) width 43: " text" 613 text run at (0,16 9) width 76: "element"614 RenderText {#text} at (75,17 6) size 5x19615 text run at (75,17 6) width 5: " "616 RenderImage {IMG} at (79,16 2) size 16x50617 RenderText {#text} at (94,17 6) size 5x19618 text run at (94,17 6) width 5: " "613 text run at (0,168) width 76: "element" 614 RenderText {#text} at (75,175) size 5x19 615 text run at (75,175) width 5: " " 616 RenderImage {IMG} at (79,161) size 16x51 617 RenderText {#text} at (94,175) size 5x19 618 text run at (94,175) width 5: " " 619 619 RenderInline {SMALL} at (0,0) size 195x19 620 RenderText {#text} at (98,17 6) size 195x19621 text run at (98,17 6) width 195: "regardless of the line in which"622 RenderText {#text} at (292,17 6) size 5x19623 text run at (292,17 6) width 5: " "624 RenderImage {IMG} at (296,1 80) size 6x15625 RenderText {#text} at (301,17 6) size 5x19626 text run at (301,17 6) width 5: " "620 RenderText {#text} at (98,175) size 195x19 621 text run at (98,175) width 195: "regardless of the line in which" 622 RenderText {#text} at (292,175) size 5x19 623 text run at (292,175) width 5: " " 624 RenderImage {IMG} at (296,178) size 6x16 625 RenderText {#text} at (301,175) size 5x19 626 text run at (301,175) width 5: " " 627 627 RenderInline {BIG} at (0,0) size 156x24 628 RenderText {#text} at (305,17 2) size 156x24629 text run at (305,17 2) width 156: "the images appear."630 RenderText {#text} at (460,17 6) size 5x19631 text run at (460,17 6) width 5: " "632 RenderImage {IMG} at (464,14 2) size 28x90628 RenderText {#text} at (305,171) size 156x24 629 text run at (305,171) width 156: "the images appear." 630 RenderText {#text} at (460,175) size 5x19 631 text run at (460,175) width 5: " " 632 RenderImage {IMG} at (464,141) size 28x90 633 633 RenderText {#text} at (0,0) size 0x0 634 RenderBlock {P} at (4,178 6) size 762x41634 RenderBlock {P} at (4,1785) size 762x41 635 635 RenderText {#text} at (0,0) size 751x39 636 636 text run at (0,0) width 751: "In the following paragraph, all elements should be aligned with the top of the tallest element on the line, whether that" 637 637 text run at (0,20) width 178: "element is an image or not. " 638 638 text run at (177,20) width 563: "Each fragment of text has been SPANned appropriately in order to cause this to happen." 639 RenderBlock {P} at (4,184 2) size 762x203639 RenderBlock {P} at (4,1841) size 762x203 640 640 RenderInline {SPAN} at (0,0) size 97x19 641 641 RenderText {#text} at (0,0) size 97x19 -
trunk/LayoutTests/platform/ios/css2.1/t100801-c544-valgn-03-d-agi-expected.txt
r174491 r271110 1 1 layer at (0,0) size 800x600 2 2 RenderView at (0,0) size 800x600 3 layer at (0,0) size 800x32 14 RenderBlock {HTML} at (0,0) size 800x32 15 RenderBody {BODY} at (8,16) size 784x29 03 layer at (0,0) size 800x322 4 RenderBlock {HTML} at (0,0) size 800x322 5 RenderBody {BODY} at (8,16) size 784x291 6 6 RenderBlock {P} at (0,0) size 784x40 7 7 RenderText {#text} at (0,0) size 761x39 … … 10 10 text run at (0,20) width 86: "alignment as " 11 11 text run at (85,20) width 210: "other blue rectangles on the line." 12 RenderBlock {P} at (15,56) size 754x23 4[color=#0000FF] [bgcolor=#FFFFFF] [border: (1px solid #C0C0C0)]13 RenderText {#text} at (8,3 6) size 61x1614 text run at (8,3 6) width 61: "\x{C9}\x{C9}\x{C9} "12 RenderBlock {P} at (15,56) size 754x235 [color=#0000FF] [bgcolor=#FFFFFF] [border: (1px solid #C0C0C0)] 13 RenderText {#text} at (8,35) size 61x16 14 text run at (8,35) width 61: "\x{C9}\x{C9}\x{C9} " 15 15 RenderImage {IMG} at (68,26) size 31x31 16 RenderText {#text} at (98,3 6) size 16x1617 text run at (98,3 6) width 16: " "16 RenderText {#text} at (98,35) size 16x16 17 text run at (98,35) width 16: " " 18 18 RenderInline {SPAN} at (0,0) size 115x40 [color=#C0C0C0] 19 RenderText {#text} at (113,1 7) size 115x4020 text run at (113,1 7) width 115: "xxx"21 RenderText {#text} at (227,3 6) size 16x1622 text run at (227,3 6) width 16: " "19 RenderText {#text} at (113,16) size 115x40 20 text run at (113,16) width 115: "xxx" 21 RenderText {#text} at (227,35) size 16x16 22 text run at (227,35) width 16: " " 23 23 RenderImage {IMG} at (242,16) size 51x51 24 RenderText {#text} at (292,3 6) size 76x1625 text run at (292,3 6) width 16: " "26 text run at (307,3 6) width 61: "\x{C9}\x{C9}\x{C9} "24 RenderText {#text} at (292,35) size 76x16 25 text run at (292,35) width 16: " " 26 text run at (307,35) width 61: "\x{C9}\x{C9}\x{C9} " 27 27 RenderImage {IMG} at (367,36) size 11x11 28 RenderText {#text} at (377,3 6) size 16x1629 text run at (377,3 6) width 16: " "28 RenderText {#text} at (377,35) size 16x16 29 text run at (377,35) width 16: " " 30 30 RenderInline {SMALL} at (0,0) size 31x11 [color=#C0C0C0] 31 RenderText {#text} at (392, 40) size 31x1132 text run at (392, 40) width 31: "xxx"33 RenderText {#text} at (422,3 6) size 16x1634 text run at (422,3 6) width 16: " "31 RenderText {#text} at (392,39) size 31x11 32 text run at (392,39) width 31: "xxx" 33 RenderText {#text} at (422,35) size 16x16 34 text run at (422,35) width 16: " " 35 35 RenderImage {IMG} at (437,31) size 21x21 36 RenderText {#text} at (457,3 6) size 76x1637 text run at (457,3 6) width 16: " "38 text run at (472,3 6) width 61: "\x{C9}\x{C9}\x{C9} "36 RenderText {#text} at (457,35) size 76x16 37 text run at (457,35) width 16: " " 38 text run at (472,35) width 61: "\x{C9}\x{C9}\x{C9} " 39 39 RenderImage {IMG} at (532,8) size 66x66 40 RenderText {#text} at (597,3 6) size 76x1641 text run at (597,3 6) width 16: " "42 text run at (612,3 6) width 61: "\x{C9}\x{C9}\x{C9} "43 RenderImage {IMG} at (672,2 3) size 36x3640 RenderText {#text} at (597,35) size 76x16 41 text run at (597,35) width 16: " " 42 text run at (612,35) width 61: "\x{C9}\x{C9}\x{C9} " 43 RenderImage {IMG} at (672,24) size 36x35 44 44 RenderText {#text} at (0,0) size 0x0 45 45 RenderInline {SPAN} at (0,0) size 91x31 [color=#C0C0C0] … … 48 48 RenderText {#text} at (98,105) size 16x16 49 49 text run at (98,105) width 16: " " 50 RenderImage {IMG} at (113,8 5) size 51x5150 RenderImage {IMG} at (113,86) size 51x51 51 51 RenderText {#text} at (163,105) size 16x16 52 52 text run at (163,105) width 16: " " … … 61 61 RenderText {#text} at (530,105) size 16x16 62 62 text run at (530,105) width 16: " " 63 RenderImage {IMG} at (545,8 5) size 51x5163 RenderImage {IMG} at (545,86) size 51x51 64 64 RenderText {#text} at (595,105) size 16x16 65 65 text run at (595,105) width 16: " " … … 69 69 RenderText {#text} at (640,105) size 16x16 70 70 text run at (640,105) width 16: " " 71 RenderImage {IMG} at (655,10 2) size 16x1671 RenderImage {IMG} at (655,104) size 16x15 72 72 RenderText {#text} at (670,105) size 16x16 73 73 text run at (670,105) width 16: " " … … 76 76 text run at (685,101) width 61: "xxx" 77 77 RenderText {#text} at (0,0) size 0x0 78 RenderImage {IMG} at (8,13 5) size 91x9178 RenderImage {IMG} at (8,136) size 91x91 79 79 RenderText {#text} at (98,175) size 61x16 80 80 text run at (98,175) width 16: " " -
trunk/LayoutTests/platform/ios/fast/block/basic/014-expected.txt
r179104 r271110 6 6 RenderInline {A} at (0,0) size 21x18 [color=#0000EE] 7 7 RenderImage {IMG} at (0,0) size 21x21 [bgcolor=#008000] 8 RenderText {#text} at (21, 0) size 4x189 text run at (21, 0) width 4: " "10 RenderImage {IMG} at (24,0) size 22x2 1[bgcolor=#008000]11 RenderText {#text} at (45, 0) size 290x1812 text run at (45, 0) width 290: " The two green blocks should line up vertically."8 RenderText {#text} at (21,1) size 4x18 9 text run at (21,1) width 4: " " 10 RenderImage {IMG} at (24,0) size 22x22 [bgcolor=#008000] 11 RenderText {#text} at (45,1) size 290x18 12 text run at (45,1) width 290: " The two green blocks should line up vertically." -
trunk/LayoutTests/platform/ios/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt
r270044 r271110 25 25 RenderText {#text} at (0,12) size 138x19 26 26 text run at (0,12) width 138: "Progress style (size): " 27 RenderBlock {PROGRESS} at (137,0) size 301x3 127 RenderBlock {PROGRESS} at (137,0) size 301x30 28 28 RenderProgress {DIV} at (0,0) size 300x30 29 29 RenderBlock {DIV} at (0,0) size 300x30 [bgcolor=#808080] … … 49 49 RenderText {#text} at (0,12) size 195x19 50 50 text run at (0,12) width 195: "Styling for all three elements: " 51 RenderBlock {PROGRESS} at (194,0) size 161x3 1[bgcolor=#0000FF] [border: (3px solid #000066)]51 RenderBlock {PROGRESS} at (194,0) size 161x30 [bgcolor=#0000FF] [border: (3px solid #000066)] 52 52 RenderProgress {DIV} at (3,3) size 154x24 53 53 RenderBlock {DIV} at (0,0) size 154x24 [bgcolor=#FF0000] [border: (3px solid #990000)] -
trunk/LayoutTests/platform/ios/fast/dom/HTMLProgressElement/progress-element-expected.txt
r270044 r271110 4 4 RenderBlock {HTML} at (0,0) size 800x600 5 5 RenderBody {BODY} at (8,8) size 784x584 6 RenderProgress {PROGRESS} at (0,0) size 160x1 76 RenderProgress {PROGRESS} at (0,0) size 160x16 7 7 RenderInline {SMALL} at (0,0) size 134x15 8 8 RenderProgress {PROGRESS} at (160,2) size 134x14 -
trunk/LayoutTests/platform/ios/fast/inline/002-expected.txt
r179104 r271110 8 8 RenderInline {SPAN} at (0,0) size 46x19 9 9 RenderText {#text} at (0,0) size 0x0 10 RenderInline {SPAN} at (0,0) size 42x 1911 RenderText {#text} at (45,1) size 42x 1910 RenderInline {SPAN} at (0,0) size 42x20 11 RenderText {#text} at (45,1) size 42x20 12 12 text run at (45,1) width 42: "Line 2" 13 13 RenderText {#text} at (86,0) size 5x19 -
trunk/LayoutTests/platform/ios/fast/table/table-display-types-strict-expected.txt
r195740 r271110 46 46 RenderTableRow (anonymous) at (0,2) size 100x21 47 47 RenderTableCell {TR} at (2,2) size 96x21 [r=0 c=0 rs=1 cs=1] 48 RenderInline {TD} at (0,0) size 48x2 149 RenderText {#text} at (1,1) size 46x 1948 RenderInline {TD} at (0,0) size 48x22 49 RenderText {#text} at (1,1) size 46x20 50 50 text run at (1,1) width 46: "Head 1" 51 RenderInline {TD} at (0,0) size 49x2 152 RenderText {#text} at (48,1) size 47x 1951 RenderInline {TD} at (0,0) size 49x22 52 RenderText {#text} at (48,1) size 47x20 53 53 text run at (48,1) width 47: "Head 2" 54 54 RenderTableCell {TFOOT} at (103,2) size 117x25 [r=0 c=1 rs=1 cs=1] … … 57 57 RenderTableRow (anonymous) at (0,2) size 116x21 58 58 RenderTableCell {TR} at (2,2) size 112x21 [r=0 c=0 rs=1 cs=1] 59 RenderInline {TD} at (0,0) size 56x2 160 RenderText {#text} at (1,1) size 54x 1959 RenderInline {TD} at (0,0) size 56x22 60 RenderText {#text} at (1,1) size 54x20 61 61 text run at (1,1) width 54: "Footer 1" 62 RenderInline {TD} at (0,0) size 57x2 163 RenderText {#text} at (56,1) size 55x 1962 RenderInline {TD} at (0,0) size 57x22 63 RenderText {#text} at (56,1) size 55x20 64 64 text run at (56,1) width 55: "Footer 2" 65 65 RenderTableSection {TBODY} at (0,29) size 222x23 66 66 RenderTableRow (anonymous) at (0,0) size 222x21 67 67 RenderTableCell {TR} at (2,0) size 100x21 [r=0 c=0 rs=1 cs=1] 68 RenderInline {TD} at (0,0) size 41x2 169 RenderText {#text} at (1,1) size 39x 1968 RenderInline {TD} at (0,0) size 41x22 69 RenderText {#text} at (1,1) size 39x20 70 70 text run at (1,1) width 39: "Cell 1" 71 RenderInline {TD} at (0,0) size 42x2 172 RenderText {#text} at (41,1) size 40x 1971 RenderInline {TD} at (0,0) size 42x22 72 RenderText {#text} at (41,1) size 40x20 73 73 text run at (41,1) width 40: "Cell 2" 74 74 RenderTableCell {TR} at (103,0) size 117x21 [r=0 c=1 rs=1 cs=1] 75 RenderInline {TD} at (0,0) size 41x2 176 RenderText {#text} at (1,1) size 39x 1975 RenderInline {TD} at (0,0) size 41x22 76 RenderText {#text} at (1,1) size 39x20 77 77 text run at (1,1) width 39: "Cell 3" 78 RenderInline {TD} at (0,0) size 42x2 179 RenderText {#text} at (41,1) size 40x 1978 RenderInline {TD} at (0,0) size 42x22 79 RenderText {#text} at (41,1) size 40x20 80 80 text run at (41,1) width 40: "Cell 4" 81 81 RenderBlock {TABLE} at (10,174) size 764x110 [border: (1px solid #000000)] -
trunk/LayoutTests/platform/mac/css1/text_properties/vertical_align-expected.txt
r269912 r271110 1 layer at (0,0) size 785x442 41 layer at (0,0) size 785x4422 2 2 RenderView at (0,0) size 785x600 3 layer at (0,0) size 785x442 44 RenderBlock {HTML} at (0,0) size 785x442 45 RenderBody {BODY} at (8,8) size 769x440 8[bgcolor=#CCCCCC]3 layer at (0,0) size 785x4422 4 RenderBlock {HTML} at (0,0) size 785x4422 5 RenderBody {BODY} at (8,8) size 769x4406 [bgcolor=#CCCCCC] 6 6 RenderBlock {P} at (0,0) size 769x18 7 7 RenderText {#text} at (0,0) size 363x18 … … 222 222 text run at (0,0) width 765: "In the following paragraph, all images should be aligned with the middle of the default text, whereas any text should be" 223 223 text run at (0,18) width 371: "aligned with the text baseline (which is the default value)." 224 RenderBlock {P} at (0,1837) size 769x23 1224 RenderBlock {P} at (0,1837) size 769x230 225 225 RenderText {#text} at (0,22) size 101x18 226 226 text run at (0,22) width 101: "This paragraph " 227 RenderImage {IMG} at (100,17) size 10x3 0227 RenderImage {IMG} at (100,17) size 10x31 228 228 RenderText {#text} at (109,22) size 5x18 229 229 text run at (109,22) width 5: " " … … 233 233 RenderText {#text} at (468,22) size 5x18 234 234 text run at (468,22) width 5: " " 235 RenderImage {IMG} at (472,7) size 16x5 0235 RenderImage {IMG} at (472,7) size 16x51 236 236 RenderText {#text} at (487,22) size 126x18 237 237 text run at (487,22) width 126: " of varying heights " 238 RenderImage {IMG} at (612,27) size 4x1 0238 RenderImage {IMG} at (612,27) size 4x11 239 239 RenderText {#text} at (615,22) size 5x18 240 240 text run at (615,22) width 5: " " … … 244 244 RenderText {#text} at (689,22) size 5x18 245 245 text run at (689,22) width 5: " " 246 RenderImage {IMG} at (693,22) size 7x2 0246 RenderImage {IMG} at (693,22) size 7x21 247 247 RenderText {#text} at (699,22) size 737x93 248 248 text run at (699,22) width 38: " all of" 249 249 text run at (0,97) width 44: "which " 250 RenderImage {IMG} at (43,7 5) size 21x65250 RenderImage {IMG} at (43,74) size 21x66 251 251 RenderText {#text} at (63,97) size 121x18 252 252 text run at (63,97) width 121: " should be aligned " 253 RenderImage {IMG} at (183, 90) size 12x35253 RenderImage {IMG} at (183,89) size 12x36 254 254 RenderText {#text} at (194,97) size 5x18 255 255 text run at (194,97) width 5: " " … … 259 259 RenderText {#text} at (434,97) size 5x18 260 260 text run at (434,97) width 5: " " 261 RenderImage {IMG} at (438,82) size 16x5 0261 RenderImage {IMG} at (438,82) size 16x51 262 262 RenderText {#text} at (453,97) size 5x18 263 263 text run at (453,97) width 5: " " 264 RenderInline {SPAN} at (0,0) size 720x10 6264 RenderInline {SPAN} at (0,0) size 720x105 265 265 RenderText {#text} at (457,89) size 18x28 266 266 text run at (457,89) width 18: "a " … … 268 268 RenderText {#text} at (474,57) size 204x69 269 269 text run at (474,57) width 204: "14-point" 270 RenderText {#text} at (677,89) size 720x10 6270 RenderText {#text} at (677,89) size 720x105 271 271 text run at (677,89) width 43: " text" 272 text run at (0,16 7) width 76: "element"273 RenderText {#text} at (75,17 5) size 5x18274 text run at (75,17 5) width 5: " "275 RenderImage {IMG} at (79,1 60) size 16x50276 RenderText {#text} at (94,17 5) size 5x18277 text run at (94,17 5) width 5: " "272 text run at (0,166) width 76: "element" 273 RenderText {#text} at (75,174) size 5x18 274 text run at (75,174) width 5: " " 275 RenderImage {IMG} at (79,159) size 16x51 276 RenderText {#text} at (94,174) size 5x18 277 text run at (94,174) width 5: " " 278 278 RenderInline {SMALL} at (0,0) size 195x18 279 RenderText {#text} at (98,17 5) size 195x18280 text run at (98,17 5) width 195: "regardless of the line in which"281 RenderText {#text} at (292,17 5) size 5x18282 text run at (292,17 5) width 5: " "283 RenderImage {IMG} at (296,17 8) size 6x15284 RenderText {#text} at (301,17 5) size 5x18285 text run at (301,17 5) width 5: " "279 RenderText {#text} at (98,174) size 195x18 280 text run at (98,174) width 195: "regardless of the line in which" 281 RenderText {#text} at (292,174) size 5x18 282 text run at (292,174) width 5: " " 283 RenderImage {IMG} at (296,176) size 6x16 284 RenderText {#text} at (301,174) size 5x18 285 text run at (301,174) width 5: " " 286 286 RenderInline {BIG} at (0,0) size 156x24 287 RenderText {#text} at (305,1 70) size 156x24288 text run at (305,1 70) width 156: "the images appear."289 RenderText {#text} at (460,17 5) size 5x18290 text run at (460,17 5) width 5: " "291 RenderImage {IMG} at (464,1 40) size 28x90287 RenderText {#text} at (305,169) size 156x24 288 text run at (305,169) width 156: "the images appear." 289 RenderText {#text} at (460,174) size 5x18 290 text run at (460,174) width 5: " " 291 RenderImage {IMG} at (464,139) size 28x90 292 292 RenderText {#text} at (0,0) size 0x0 293 RenderBlock {P} at (0,208 3) size 769x37293 RenderBlock {P} at (0,2082) size 769x37 294 294 RenderText {#text} at (0,0) size 751x36 295 295 text run at (0,0) width 751: "In the following paragraph, all elements should be aligned with the top of the tallest element on the line, whether that" 296 296 text run at (0,18) width 178: "element is an image or not. " 297 297 text run at (177,18) width 563: "Each fragment of text has been SPANned appropriately in order to cause this to happen." 298 RenderBlock {P} at (0,213 5) size 769x202298 RenderBlock {P} at (0,2134) size 769x202 299 299 RenderInline {SPAN} at (0,0) size 97x18 300 300 RenderText {#text} at (0,0) size 97x18 … … 378 378 RenderImage {IMG} at (211,111) size 28x90 379 379 RenderText {#text} at (0,0) size 0x0 380 RenderTable {TABLE} at (0,235 2) size 769x2056[border: (1px outset #808080)]381 RenderTableSection {TBODY} at (1,1) size 767x205 4380 RenderTable {TABLE} at (0,2351) size 769x2055 [border: (1px outset #808080)] 381 RenderTableSection {TBODY} at (1,1) size 767x2053 382 382 RenderTableRow {TR} at (0,0) size 767x26 383 383 RenderTableCell {TD} at (0,0) size 767x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2] … … 385 385 RenderText {#text} at (4,4) size 161x18 386 386 text run at (4,4) width 161: "TABLE Testing Section" 387 RenderTableRow {TR} at (0,26) size 767x202 8387 RenderTableRow {TR} at (0,26) size 767x2027 388 388 RenderTableCell {TD} at (0,1026) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1] 389 RenderText {#text} at (4, 4) size 4x19390 text run at (4, 5) width 4: " "391 RenderTableCell {TD} at (12,26) size 755x202 8[border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]389 RenderText {#text} at (4,3) size 4x19 390 text run at (4,4) width 4: " " 391 RenderTableCell {TD} at (12,26) size 755x2027 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1] 392 392 RenderBlock {P} at (4,4) size 747x76 393 393 RenderImage {IMG} at (0,0) size 15x50 … … 566 566 text run at (0,0) width 746: "In the following paragraph, all images should be aligned with the middle of the default text, whereas any text should" 567 567 text run at (0,18) width 390: "be aligned with the text baseline (which is the default value)." 568 RenderBlock {P} at (4,1506) size 747x23 1568 RenderBlock {P} at (4,1506) size 747x230 569 569 RenderText {#text} at (0,22) size 101x18 570 570 text run at (0,22) width 101: "This paragraph " 571 RenderImage {IMG} at (100,17) size 10x3 0571 RenderImage {IMG} at (100,17) size 10x31 572 572 RenderText {#text} at (109,22) size 5x18 573 573 text run at (109,22) width 5: " " … … 577 577 RenderText {#text} at (468,22) size 5x18 578 578 text run at (468,22) width 5: " " 579 RenderImage {IMG} at (472,7) size 16x5 0579 RenderImage {IMG} at (472,7) size 16x51 580 580 RenderText {#text} at (487,22) size 126x18 581 581 text run at (487,22) width 126: " of varying heights " 582 RenderImage {IMG} at (612,27) size 4x1 0582 RenderImage {IMG} at (612,27) size 4x11 583 583 RenderText {#text} at (615,22) size 5x18 584 584 text run at (615,22) width 5: " " … … 588 588 RenderText {#text} at (689,22) size 5x18 589 589 text run at (689,22) width 5: " " 590 RenderImage {IMG} at (693,22) size 7x2 0590 RenderImage {IMG} at (693,22) size 7x21 591 591 RenderText {#text} at (699,22) size 737x93 592 592 text run at (699,22) width 38: " all of" 593 593 text run at (0,97) width 44: "which " 594 RenderImage {IMG} at (43,7 5) size 21x65594 RenderImage {IMG} at (43,74) size 21x66 595 595 RenderText {#text} at (63,97) size 121x18 596 596 text run at (63,97) width 121: " should be aligned " 597 RenderImage {IMG} at (183, 90) size 12x35597 RenderImage {IMG} at (183,89) size 12x36 598 598 RenderText {#text} at (194,97) size 5x18 599 599 text run at (194,97) width 5: " " … … 603 603 RenderText {#text} at (434,97) size 5x18 604 604 text run at (434,97) width 5: " " 605 RenderImage {IMG} at (438,82) size 16x5 0605 RenderImage {IMG} at (438,82) size 16x51 606 606 RenderText {#text} at (453,97) size 5x18 607 607 text run at (453,97) width 5: " " 608 RenderInline {SPAN} at (0,0) size 720x10 6608 RenderInline {SPAN} at (0,0) size 720x105 609 609 RenderText {#text} at (457,89) size 18x28 610 610 text run at (457,89) width 18: "a " … … 612 612 RenderText {#text} at (474,57) size 204x69 613 613 text run at (474,57) width 204: "14-point" 614 RenderText {#text} at (677,89) size 720x10 6614 RenderText {#text} at (677,89) size 720x105 615 615 text run at (677,89) width 43: " text" 616 text run at (0,16 7) width 76: "element"617 RenderText {#text} at (75,17 5) size 5x18618 text run at (75,17 5) width 5: " "619 RenderImage {IMG} at (79,1 60) size 16x50620 RenderText {#text} at (94,17 5) size 5x18621 text run at (94,17 5) width 5: " "616 text run at (0,166) width 76: "element" 617 RenderText {#text} at (75,174) size 5x18 618 text run at (75,174) width 5: " " 619 RenderImage {IMG} at (79,159) size 16x51 620 RenderText {#text} at (94,174) size 5x18 621 text run at (94,174) width 5: " " 622 622 RenderInline {SMALL} at (0,0) size 195x18 623 RenderText {#text} at (98,17 5) size 195x18624 text run at (98,17 5) width 195: "regardless of the line in which"625 RenderText {#text} at (292,17 5) size 5x18626 text run at (292,17 5) width 5: " "627 RenderImage {IMG} at (296,17 8) size 6x15628 RenderText {#text} at (301,17 5) size 5x18629 text run at (301,17 5) width 5: " "623 RenderText {#text} at (98,174) size 195x18 624 text run at (98,174) width 195: "regardless of the line in which" 625 RenderText {#text} at (292,174) size 5x18 626 text run at (292,174) width 5: " " 627 RenderImage {IMG} at (296,176) size 6x16 628 RenderText {#text} at (301,174) size 5x18 629 text run at (301,174) width 5: " " 630 630 RenderInline {BIG} at (0,0) size 156x24 631 RenderText {#text} at (305,1 70) size 156x24632 text run at (305,1 70) width 156: "the images appear."633 RenderText {#text} at (460,17 5) size 5x18634 text run at (460,17 5) width 5: " "635 RenderImage {IMG} at (464,1 40) size 28x90636 RenderText {#text} at (0,0) size 0x0 637 RenderBlock {P} at (4,175 2) size 747x55631 RenderText {#text} at (305,169) size 156x24 632 text run at (305,169) width 156: "the images appear." 633 RenderText {#text} at (460,174) size 5x18 634 text run at (460,174) width 5: " " 635 RenderImage {IMG} at (464,139) size 28x90 636 RenderText {#text} at (0,0) size 0x0 637 RenderBlock {P} at (4,1751) size 747x55 638 638 RenderText {#text} at (0,0) size 723x54 639 639 text run at (0,0) width 723: "In the following paragraph, all elements should be aligned with the top of the tallest element on the line, whether" … … 641 641 text run at (205,18) width 509: "Each fragment of text has been SPANned appropriately in order to cause this to" 642 642 text run at (0,36) width 51: "happen." 643 RenderBlock {P} at (4,182 2) size 747x202643 RenderBlock {P} at (4,1821) size 747x202 644 644 RenderInline {SPAN} at (0,0) size 97x18 645 645 RenderText {#text} at (0,0) size 97x18 -
trunk/LayoutTests/platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt
r177774 r271110 11 11 text run at (85,18) width 210: "other blue rectangles on the line." 12 12 RenderBlock {P} at (15,52) size 754x236 [color=#0000FF] [bgcolor=#FFFFFF] [border: (1px solid #C0C0C0)] 13 RenderText {#text} at (8,3 4) size 61x1614 text run at (8,3 4) width 61: "\x{C9}\x{C9}\x{C9} "15 RenderImage {IMG} at (68,2 5) size 31x3116 RenderText {#text} at (98,3 4) size 16x1617 text run at (98,3 4) width 16: " "13 RenderText {#text} at (8,35) size 61x16 14 text run at (8,35) width 61: "\x{C9}\x{C9}\x{C9} " 15 RenderImage {IMG} at (68,26) size 31x31 16 RenderText {#text} at (98,35) size 16x16 17 text run at (98,35) width 16: " " 18 18 RenderInline {SPAN} at (0,0) size 115x39 [color=#C0C0C0] 19 RenderText {#text} at (113,1 6) size 115x3920 text run at (113,1 6) width 115: "xxx"21 RenderText {#text} at (227,3 4) size 16x1622 text run at (227,3 4) width 16: " "23 RenderImage {IMG} at (242,1 5) size 51x5124 RenderText {#text} at (292,3 4) size 76x1625 text run at (292,3 4) width 16: " "26 text run at (307,3 4) width 61: "\x{C9}\x{C9}\x{C9} "27 RenderImage {IMG} at (367,3 5) size 11x1128 RenderText {#text} at (377,3 4) size 16x1629 text run at (377,3 4) width 16: " "19 RenderText {#text} at (113,17) size 115x39 20 text run at (113,17) width 115: "xxx" 21 RenderText {#text} at (227,35) size 16x16 22 text run at (227,35) width 16: " " 23 RenderImage {IMG} at (242,16) size 51x51 24 RenderText {#text} at (292,35) size 76x16 25 text run at (292,35) width 16: " " 26 text run at (307,35) width 61: "\x{C9}\x{C9}\x{C9} " 27 RenderImage {IMG} at (367,36) size 11x11 28 RenderText {#text} at (377,35) size 16x16 29 text run at (377,35) width 16: " " 30 30 RenderInline {SMALL} at (0,0) size 31x11 [color=#C0C0C0] 31 RenderText {#text} at (392,3 8) size 31x1132 text run at (392,3 8) width 31: "xxx"33 RenderText {#text} at (422,3 4) size 16x1634 text run at (422,3 4) width 16: " "35 RenderImage {IMG} at (437,3 0) size 21x2136 RenderText {#text} at (457,3 4) size 76x1637 text run at (457,3 4) width 16: " "38 text run at (472,3 4) width 61: "\x{C9}\x{C9}\x{C9} "31 RenderText {#text} at (392,39) size 31x11 32 text run at (392,39) width 31: "xxx" 33 RenderText {#text} at (422,35) size 16x16 34 text run at (422,35) width 16: " " 35 RenderImage {IMG} at (437,31) size 21x21 36 RenderText {#text} at (457,35) size 76x16 37 text run at (457,35) width 16: " " 38 text run at (472,35) width 61: "\x{C9}\x{C9}\x{C9} " 39 39 RenderImage {IMG} at (532,8) size 66x66 40 RenderText {#text} at (597,3 4) size 76x1641 text run at (597,3 4) width 16: " "42 text run at (612,3 4) width 61: "\x{C9}\x{C9}\x{C9} "43 RenderImage {IMG} at (672,2 3) size 36x3640 RenderText {#text} at (597,35) size 76x16 41 text run at (597,35) width 16: " " 42 text run at (612,35) width 61: "\x{C9}\x{C9}\x{C9} " 43 RenderImage {IMG} at (672,24) size 36x35 44 44 RenderText {#text} at (0,0) size 0x0 45 45 RenderInline {SPAN} at (0,0) size 91x31 [color=#C0C0C0] … … 69 69 RenderText {#text} at (640,106) size 16x16 70 70 text run at (640,106) width 16: " " 71 RenderImage {IMG} at (655,105) size 16x1 671 RenderImage {IMG} at (655,105) size 16x15 72 72 RenderText {#text} at (670,106) size 16x16 73 73 text run at (670,106) width 16: " " -
trunk/LayoutTests/platform/mac/fast/block/basic/014-expected.txt
r177774 r271110 6 6 RenderInline {A} at (0,0) size 21x16 [color=#0000EE] 7 7 RenderImage {IMG} at (0,0) size 21x21 [bgcolor=#008000] 8 RenderText {#text} at (21, 1) size 4x169 text run at (21, 1) width 4: " "10 RenderImage {IMG} at (24,0) size 22x2 1[bgcolor=#008000]11 RenderText {#text} at (45, 1) size 290x1612 text run at (45, 1) width 290: " The two green blocks should line up vertically."8 RenderText {#text} at (21,2) size 4x16 9 text run at (21,2) width 4: " " 10 RenderImage {IMG} at (24,0) size 22x22 [bgcolor=#008000] 11 RenderText {#text} at (45,2) size 290x16 12 text run at (45,2) width 290: " The two green blocks should line up vertically." -
trunk/LayoutTests/platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt
r270044 r271110 25 25 RenderText {#text} at (0,13) size 138x18 26 26 text run at (0,13) width 138: "Progress style (size): " 27 RenderBlock {PROGRESS} at (137,0) size 301x3 127 RenderBlock {PROGRESS} at (137,0) size 301x30 28 28 RenderProgress {DIV} at (0,0) size 300x30 29 29 RenderBlock {DIV} at (0,0) size 300x30 [bgcolor=#808080] … … 49 49 RenderText {#text} at (0,13) size 195x18 50 50 text run at (0,13) width 195: "Styling for all three elements: " 51 RenderBlock {PROGRESS} at (194,0) size 161x3 1[bgcolor=#0000FF] [border: (3px solid #000066)]51 RenderBlock {PROGRESS} at (194,0) size 161x30 [bgcolor=#0000FF] [border: (3px solid #000066)] 52 52 RenderProgress {DIV} at (3,3) size 154x24 53 53 RenderBlock {DIV} at (0,0) size 154x24 [bgcolor=#FF0000] [border: (3px solid #990000)] -
trunk/LayoutTests/platform/mac/fast/dom/HTMLProgressElement/progress-element-expected.txt
r270044 r271110 4 4 RenderBlock {HTML} at (0,0) size 800x600 5 5 RenderBody {BODY} at (8,8) size 784x584 6 RenderProgress {PROGRESS} at (0,0) size 160x2 26 RenderProgress {PROGRESS} at (0,0) size 160x21 7 7 RenderInline {SMALL} at (0,0) size 134x15 8 8 RenderProgress {PROGRESS} at (160,7) size 134x14 -
trunk/LayoutTests/platform/mac/fast/encoding/utf-16-big-endian-expected.txt
r268520 r271110 1 layer at (0,0) size 792x112 11 layer at (0,0) size 792x1120 2 2 RenderView at (0,0) size 785x585 3 layer at (0,0) size 785x112 14 RenderBlock {HTML} at (0,0) size 785x112 25 RenderBody {BODY} at (8,8) size 769x110 1[bgcolor=#EEEEEE]3 layer at (0,0) size 785x1120 4 RenderBlock {HTML} at (0,0) size 785x1121 5 RenderBody {BODY} at (8,8) size 769x1100 [bgcolor=#EEEEEE] 6 6 RenderBlock (anonymous) at (0,0) size 769x20 7 7 RenderInline {SPAN} at (0,0) size 192x15 … … 43 43 RenderBlock (anonymous) at (0,85) size 769x3 44 44 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 45 RenderBlock (anonymous) at (0,94) size 769x6 846 RenderInline {SPAN} at (0,0) size 586x6 547 RenderInline {SPAN} at (0,0) size 586x6 548 RenderText {#text} at (0,0) size 0x0 49 RenderImage {IMG} at (0, 1) size 66x2045 RenderBlock (anonymous) at (0,94) size 769x67 46 RenderInline {SPAN} at (0,0) size 586x64 47 RenderInline {SPAN} at (0,0) size 586x64 48 RenderText {#text} at (0,0) size 0x0 49 RenderImage {IMG} at (0,0) size 66x20 50 50 RenderText {#text} at (66,2) size 4x15 51 51 text run at (66,2) width 4: " " … … 57 57 RenderText {#text} at (0,0) size 0x0 58 58 RenderText {#text} at (0,0) size 0x0 59 RenderBlock (anonymous) at (0,16 8) size 769x360 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 61 RenderBlock (anonymous) at (0,17 6) size 769x4259 RenderBlock (anonymous) at (0,167) size 769x3 60 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 61 RenderBlock (anonymous) at (0,175) size 769x42 62 62 RenderInline {SPAN} at (0,0) size 129x41 63 63 RenderInline {SPAN} at (0,0) size 129x41 … … 71 71 RenderBR {BR} at (128,1) size 1x17 72 72 RenderText {#text} at (0,0) size 0x0 73 RenderBlock (anonymous) at (0,27 7) size 769x074 RenderInline {SPAN} at (0,0) size 0x0 75 RenderInline {SPAN} at (0,0) size 0x0 76 RenderText {#text} at (0,0) size 0x0 77 RenderText {#text} at (0,0) size 0x0 78 RenderBlock (anonymous) at (0,28 4) size 769x379 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 80 RenderBlock (anonymous) at (0,29 3) size 769x2273 RenderBlock (anonymous) at (0,276) size 769x0 74 RenderInline {SPAN} at (0,0) size 0x0 75 RenderInline {SPAN} at (0,0) size 0x0 76 RenderText {#text} at (0,0) size 0x0 77 RenderText {#text} at (0,0) size 0x0 78 RenderBlock (anonymous) at (0,283) size 769x3 79 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 80 RenderBlock (anonymous) at (0,292) size 769x22 81 81 RenderInline {SPAN} at (0,0) size 136x15 82 82 RenderInline {SPAN} at (0,0) size 136x15 … … 93 93 RenderInline {SPAN} at (0,0) size 0x0 94 94 RenderText {#text} at (0,0) size 0x0 95 RenderBlock (anonymous) at (0,31 4) size 769x6195 RenderBlock (anonymous) at (0,313) size 769x61 96 96 RenderTable {TABLE} at (0,0) size 584x60 97 97 RenderTableSection {TBODY} at (0,0) size 584x60 … … 111 111 RenderText {#text} at (1,37) size 417x17 112 112 text run at (1,37) width 417: "Comments: -** TICKETLESS CONF CODE IS WHGNSO**" 113 RenderBlock (anonymous) at (0,37 4) size 769x0114 RenderInline {SPAN} at (0,0) size 0x0 115 RenderInline {SPAN} at (0,0) size 0x0 116 RenderInline {SPAN} at (0,0) size 0x0 117 RenderInline {SPAN} at (0,0) size 0x0 118 RenderText {#text} at (0,0) size 0x0 119 RenderBlock (anonymous) at (0,3 80) size 769x3120 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 121 RenderBlock (anonymous) at (0,38 9) size 769x0122 RenderInline {SPAN} at (0,0) size 0x0 123 RenderInline {SPAN} at (0,0) size 0x0 124 RenderInline {SPAN} at (0,0) size 0x0 125 RenderInline {SPAN} at (0,0) size 0x0 126 RenderText {#text} at (0,0) size 0x0 127 RenderBlock (anonymous) at (0,38 9) size 769x197113 RenderBlock (anonymous) at (0,373) size 769x0 114 RenderInline {SPAN} at (0,0) size 0x0 115 RenderInline {SPAN} at (0,0) size 0x0 116 RenderInline {SPAN} at (0,0) size 0x0 117 RenderInline {SPAN} at (0,0) size 0x0 118 RenderText {#text} at (0,0) size 0x0 119 RenderBlock (anonymous) at (0,379) size 769x3 120 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 121 RenderBlock (anonymous) at (0,388) size 769x0 122 RenderInline {SPAN} at (0,0) size 0x0 123 RenderInline {SPAN} at (0,0) size 0x0 124 RenderInline {SPAN} at (0,0) size 0x0 125 RenderInline {SPAN} at (0,0) size 0x0 126 RenderText {#text} at (0,0) size 0x0 127 RenderBlock (anonymous) at (0,388) size 769x197 128 128 RenderTable {TABLE} at (0,0) size 717x196 129 129 RenderTableSection {TBODY} at (0,0) size 717x196 … … 207 207 RenderInline {SPACE} at (0,0) size 0x17 208 208 RenderBR {BR} at (0,0) size 0x17 209 RenderBlock (anonymous) at (0,58 5) size 769x0210 RenderInline {SPAN} at (0,0) size 0x0 211 RenderInline {SPAN} at (0,0) size 0x0 212 RenderInline {SPAN} at (0,0) size 0x0 213 RenderInline {SPAN} at (0,0) size 0x0 214 RenderText {#text} at (0,0) size 0x0 215 RenderBlock (anonymous) at (0,59 2) size 769x3216 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 217 RenderBlock (anonymous) at (0, 600) size 769x0218 RenderInline {SPAN} at (0,0) size 0x0 219 RenderInline {SPAN} at (0,0) size 0x0 220 RenderInline {SPAN} at (0,0) size 0x0 221 RenderInline {SPAN} at (0,0) size 0x0 222 RenderText {#text} at (0,0) size 0x0 223 RenderBlock (anonymous) at (0, 600) size 769x197209 RenderBlock (anonymous) at (0,584) size 769x0 210 RenderInline {SPAN} at (0,0) size 0x0 211 RenderInline {SPAN} at (0,0) size 0x0 212 RenderInline {SPAN} at (0,0) size 0x0 213 RenderInline {SPAN} at (0,0) size 0x0 214 RenderText {#text} at (0,0) size 0x0 215 RenderBlock (anonymous) at (0,591) size 769x3 216 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 217 RenderBlock (anonymous) at (0,599) size 769x0 218 RenderInline {SPAN} at (0,0) size 0x0 219 RenderInline {SPAN} at (0,0) size 0x0 220 RenderInline {SPAN} at (0,0) size 0x0 221 RenderInline {SPAN} at (0,0) size 0x0 222 RenderText {#text} at (0,0) size 0x0 223 RenderBlock (anonymous) at (0,599) size 769x197 224 224 RenderTable {TABLE} at (0,0) size 604x196 225 225 RenderTableSection {TBODY} at (0,0) size 604x196 … … 303 303 RenderInline {SPACE} at (0,0) size 0x17 304 304 RenderBR {BR} at (0,0) size 0x17 305 RenderBlock (anonymous) at (0,79 6) size 769x0306 RenderInline {SPAN} at (0,0) size 0x0 307 RenderInline {SPAN} at (0,0) size 0x0 308 RenderInline {SPAN} at (0,0) size 0x0 309 RenderInline {SPAN} at (0,0) size 0x0 310 RenderText {#text} at (0,0) size 0x0 311 RenderBlock (anonymous) at (0,80 3) size 769x3312 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 313 RenderBlock (anonymous) at (0,81 2) size 769x0314 RenderInline {SPAN} at (0,0) size 0x0 315 RenderInline {SPAN} at (0,0) size 0x0 316 RenderInline {SPAN} at (0,0) size 0x0 317 RenderInline {SPAN} at (0,0) size 0x0 318 RenderText {#text} at (0,0) size 0x0 319 RenderBlock (anonymous) at (0,81 2) size 769x115305 RenderBlock (anonymous) at (0,795) size 769x0 306 RenderInline {SPAN} at (0,0) size 0x0 307 RenderInline {SPAN} at (0,0) size 0x0 308 RenderInline {SPAN} at (0,0) size 0x0 309 RenderInline {SPAN} at (0,0) size 0x0 310 RenderText {#text} at (0,0) size 0x0 311 RenderBlock (anonymous) at (0,802) size 769x3 312 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 313 RenderBlock (anonymous) at (0,811) size 769x0 314 RenderInline {SPAN} at (0,0) size 0x0 315 RenderInline {SPAN} at (0,0) size 0x0 316 RenderInline {SPAN} at (0,0) size 0x0 317 RenderInline {SPAN} at (0,0) size 0x0 318 RenderText {#text} at (0,0) size 0x0 319 RenderBlock (anonymous) at (0,811) size 769x115 320 320 RenderTable {TABLE} at (0,0) size 618x114 321 321 RenderTableSection {TBODY} at (0,0) size 618x114 … … 356 356 text run at (242,91) width 6: " " 357 357 RenderBR {BR} at (247,91) size 1x17 358 RenderBlock (anonymous) at (0,92 6) size 769x0359 RenderInline {SPAN} at (0,0) size 0x0 360 RenderInline {SPAN} at (0,0) size 0x0 361 RenderInline {SPAN} at (0,0) size 0x0 362 RenderInline {SPAN} at (0,0) size 0x0 363 RenderText {#text} at (0,0) size 0x0 364 RenderBlock (anonymous) at (0,93 2) size 769x3365 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 366 RenderBlock (anonymous) at (0,94 1) size 769x51367 RenderInline {SPAN} at (0,0) size 196x4 8358 RenderBlock (anonymous) at (0,925) size 769x0 359 RenderInline {SPAN} at (0,0) size 0x0 360 RenderInline {SPAN} at (0,0) size 0x0 361 RenderInline {SPAN} at (0,0) size 0x0 362 RenderInline {SPAN} at (0,0) size 0x0 363 RenderText {#text} at (0,0) size 0x0 364 RenderBlock (anonymous) at (0,931) size 769x3 365 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 366 RenderBlock (anonymous) at (0,940) size 769x51 367 RenderInline {SPAN} at (0,0) size 196x47 368 368 RenderInline {SPAN} at (0,0) size 0x0 369 369 RenderInline {SPAN} at (0,0) size 0x0 … … 373 373 RenderText {#text} at (0,0) size 0x0 374 374 RenderImage {IMG} at (0,0) size 20x20 375 RenderText {#text} at (20, 0) size 78x17376 text run at (20, 0) width 5: " "377 text run at (24, 0) width 74: "Remarks:"378 RenderBR {BR} at (97, 0) size 1x17375 RenderText {#text} at (20,1) size 78x17 376 text run at (20,1) width 5: " " 377 text run at (24,1) width 74: "Remarks:" 378 RenderBR {BR} at (97,1) size 1x17 379 379 RenderText {#text} at (0,0) size 0x0 380 380 RenderBR {BR} at (0,20) size 0x15 … … 385 385 RenderBR {BR} at (195,35) size 1x15 386 386 RenderText {#text} at (0,0) size 0x0 387 RenderBlock (anonymous) at (0,99 8) size 769x3388 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 389 RenderBlock (anonymous) at (0,100 6) size 769x22387 RenderBlock (anonymous) at (0,997) size 769x3 388 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 389 RenderBlock (anonymous) at (0,1005) size 769x22 390 390 RenderInline {SPAN} at (0,0) size 188x15 391 391 RenderInline {SPAN} at (0,0) size 188x17 … … 404 404 RenderText {#text} at (0,0) size 0x0 405 405 RenderText {#text} at (0,0) size 0x0 406 RenderBlock (anonymous) at (0,103 4) size 769x3407 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 408 RenderBlock (anonymous) at (0,104 3) size 769x21406 RenderBlock (anonymous) at (0,1033) size 769x3 407 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 408 RenderBlock (anonymous) at (0,1042) size 769x21 409 409 RenderInline {SPAN} at (0,0) size 279x15 410 410 RenderInline {SPAN} at (0,0) size 279x15 … … 413 413 RenderText {#text} at (0,0) size 0x0 414 414 RenderImage {IMG} at (0,0) size 20x20 415 RenderText {#text} at (20, 0) size 259x17416 text run at (20, 0) width 5: " "417 text run at (24, 0) width 255: "Remarks and Service Information"418 RenderBR {BR} at (278, 0) size 1x17419 RenderText {#text} at (0,0) size 0x0 420 RenderText {#text} at (0,0) size 0x0 421 RenderBlock (anonymous) at (0,106 9) size 769x32415 RenderText {#text} at (20,1) size 259x17 416 text run at (20,1) width 5: " " 417 text run at (24,1) width 255: "Remarks and Service Information" 418 RenderBR {BR} at (278,1) size 1x17 419 RenderText {#text} at (0,0) size 0x0 420 RenderText {#text} at (0,0) size 0x0 421 RenderBlock (anonymous) at (0,1068) size 769x32 422 422 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 423 423 RenderBlock {P} at (0,15) size 769x16 … … 428 428 text run at (200,0) width 162: "Click here for latest updates" 429 429 RenderText {#text} at (0,0) size 0x0 430 RenderBlock (anonymous) at (0,111 3) size 769x0430 RenderBlock (anonymous) at (0,1112) size 769x0 431 431 RenderInline {SPAN} at (0,0) size 0x0 432 432 RenderInline {SPAN} at (0,0) size 0x0 … … 450 450 RenderInline (relative positioned) {SPAN} at (0,0) size 586x38 451 451 RenderText {#text} at (0,0) size 0x0 452 RenderImage {IMG} at (0,2 1) size 20x20453 RenderText {#text} at (20,2 9) size 566x15454 text run at (20,2 9) width 4: " "455 text run at (23,2 9) width 56: "Address: "456 text run at (78,2 9) width 508: "ST. JUDE MEDICAL, 21700 OXNARD ST SUITE 800, WOODLAND HILLS CA Z/91367 "457 RenderBR {BR} at (585,2 9) size 1x15458 RenderImage {IMG} at (0,4 4) size 20x20459 RenderText {#text} at (20,5 2) size 403x15460 text run at (20,5 2) width 4: " "461 text run at (23,5 2) width 49: "Deliver: "462 text run at (71,5 2) width 102: "DEBI STANGEL, "463 text run at (172,5 2) width 116: "119 GLEN COURT, "464 text run at (287,5 2) width 136: "DANVILLE CA Z/94526"465 layer at (23,18 5) size 20x15452 RenderImage {IMG} at (0,20) size 20x20 453 RenderText {#text} at (20,28) size 566x15 454 text run at (20,28) width 4: " " 455 text run at (23,28) width 56: "Address: " 456 text run at (78,28) width 508: "ST. JUDE MEDICAL, 21700 OXNARD ST SUITE 800, WOODLAND HILLS CA Z/91367 " 457 RenderBR {BR} at (585,28) size 1x15 458 RenderImage {IMG} at (0,43) size 20x20 459 RenderText {#text} at (20,51) size 403x15 460 text run at (20,51) width 4: " " 461 text run at (23,51) width 49: "Deliver: " 462 text run at (71,51) width 102: "DEBI STANGEL, " 463 text run at (172,51) width 116: "119 GLEN COURT, " 464 text run at (287,51) width 136: "DANVILLE CA Z/94526" 465 layer at (23,184) size 20x15 466 466 RenderInline (relative positioned) {SPAN} at (0,0) size 20x15 467 467 RenderText {#text} at (0,0) size 0x0 468 468 RenderImage {IMG} at (0,21) size 20x20 469 469 RenderText {#text} at (0,0) size 0x0 470 layer at (23,22 6) size 769x60471 RenderBlock (anonymous) at (0,21 7) size 769x61472 layer at (43,21 1) size 523x60470 layer at (23,225) size 769x60 471 RenderBlock (anonymous) at (0,216) size 769x61 472 layer at (43,210) size 523x60 473 473 RenderTable {TABLE} at (0,0) size 524x60 [border: (1px outset #808080)] 474 474 RenderTableSection {TBODY} at (1,1) size 522x58 -
trunk/LayoutTests/platform/mac/fast/encoding/utf-16-little-endian-expected.txt
r268520 r271110 1 layer at (0,0) size 792x112 11 layer at (0,0) size 792x1120 2 2 RenderView at (0,0) size 785x585 3 layer at (0,0) size 785x112 14 RenderBlock {HTML} at (0,0) size 785x112 25 RenderBody {BODY} at (8,8) size 769x110 1[bgcolor=#EEEEEE]3 layer at (0,0) size 785x1120 4 RenderBlock {HTML} at (0,0) size 785x1121 5 RenderBody {BODY} at (8,8) size 769x1100 [bgcolor=#EEEEEE] 6 6 RenderBlock (anonymous) at (0,0) size 769x20 7 7 RenderInline {SPAN} at (0,0) size 192x15 … … 43 43 RenderBlock (anonymous) at (0,85) size 769x3 44 44 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 45 RenderBlock (anonymous) at (0,94) size 769x6 846 RenderInline {SPAN} at (0,0) size 586x6 547 RenderInline {SPAN} at (0,0) size 586x6 548 RenderText {#text} at (0,0) size 0x0 49 RenderImage {IMG} at (0, 1) size 66x2045 RenderBlock (anonymous) at (0,94) size 769x67 46 RenderInline {SPAN} at (0,0) size 586x64 47 RenderInline {SPAN} at (0,0) size 586x64 48 RenderText {#text} at (0,0) size 0x0 49 RenderImage {IMG} at (0,0) size 66x20 50 50 RenderText {#text} at (66,2) size 4x15 51 51 text run at (66,2) width 4: " " … … 57 57 RenderText {#text} at (0,0) size 0x0 58 58 RenderText {#text} at (0,0) size 0x0 59 RenderBlock (anonymous) at (0,16 8) size 769x360 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 61 RenderBlock (anonymous) at (0,17 6) size 769x4259 RenderBlock (anonymous) at (0,167) size 769x3 60 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 61 RenderBlock (anonymous) at (0,175) size 769x42 62 62 RenderInline {SPAN} at (0,0) size 129x41 63 63 RenderInline {SPAN} at (0,0) size 129x41 … … 71 71 RenderBR {BR} at (128,1) size 1x17 72 72 RenderText {#text} at (0,0) size 0x0 73 RenderBlock (anonymous) at (0,27 7) size 769x074 RenderInline {SPAN} at (0,0) size 0x0 75 RenderInline {SPAN} at (0,0) size 0x0 76 RenderText {#text} at (0,0) size 0x0 77 RenderText {#text} at (0,0) size 0x0 78 RenderBlock (anonymous) at (0,28 4) size 769x379 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 80 RenderBlock (anonymous) at (0,29 3) size 769x2273 RenderBlock (anonymous) at (0,276) size 769x0 74 RenderInline {SPAN} at (0,0) size 0x0 75 RenderInline {SPAN} at (0,0) size 0x0 76 RenderText {#text} at (0,0) size 0x0 77 RenderText {#text} at (0,0) size 0x0 78 RenderBlock (anonymous) at (0,283) size 769x3 79 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 80 RenderBlock (anonymous) at (0,292) size 769x22 81 81 RenderInline {SPAN} at (0,0) size 136x15 82 82 RenderInline {SPAN} at (0,0) size 136x15 … … 93 93 RenderInline {SPAN} at (0,0) size 0x0 94 94 RenderText {#text} at (0,0) size 0x0 95 RenderBlock (anonymous) at (0,31 4) size 769x6195 RenderBlock (anonymous) at (0,313) size 769x61 96 96 RenderTable {TABLE} at (0,0) size 584x60 97 97 RenderTableSection {TBODY} at (0,0) size 584x60 … … 111 111 RenderText {#text} at (1,37) size 417x17 112 112 text run at (1,37) width 417: "Comments: -** TICKETLESS CONF CODE IS WHGNSO**" 113 RenderBlock (anonymous) at (0,37 4) size 769x0114 RenderInline {SPAN} at (0,0) size 0x0 115 RenderInline {SPAN} at (0,0) size 0x0 116 RenderInline {SPAN} at (0,0) size 0x0 117 RenderInline {SPAN} at (0,0) size 0x0 118 RenderText {#text} at (0,0) size 0x0 119 RenderBlock (anonymous) at (0,3 80) size 769x3120 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 121 RenderBlock (anonymous) at (0,38 9) size 769x0122 RenderInline {SPAN} at (0,0) size 0x0 123 RenderInline {SPAN} at (0,0) size 0x0 124 RenderInline {SPAN} at (0,0) size 0x0 125 RenderInline {SPAN} at (0,0) size 0x0 126 RenderText {#text} at (0,0) size 0x0 127 RenderBlock (anonymous) at (0,38 9) size 769x197113 RenderBlock (anonymous) at (0,373) size 769x0 114 RenderInline {SPAN} at (0,0) size 0x0 115 RenderInline {SPAN} at (0,0) size 0x0 116 RenderInline {SPAN} at (0,0) size 0x0 117 RenderInline {SPAN} at (0,0) size 0x0 118 RenderText {#text} at (0,0) size 0x0 119 RenderBlock (anonymous) at (0,379) size 769x3 120 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 121 RenderBlock (anonymous) at (0,388) size 769x0 122 RenderInline {SPAN} at (0,0) size 0x0 123 RenderInline {SPAN} at (0,0) size 0x0 124 RenderInline {SPAN} at (0,0) size 0x0 125 RenderInline {SPAN} at (0,0) size 0x0 126 RenderText {#text} at (0,0) size 0x0 127 RenderBlock (anonymous) at (0,388) size 769x197 128 128 RenderTable {TABLE} at (0,0) size 717x196 129 129 RenderTableSection {TBODY} at (0,0) size 717x196 … … 207 207 RenderInline {SPACE} at (0,0) size 0x17 208 208 RenderBR {BR} at (0,0) size 0x17 209 RenderBlock (anonymous) at (0,58 5) size 769x0210 RenderInline {SPAN} at (0,0) size 0x0 211 RenderInline {SPAN} at (0,0) size 0x0 212 RenderInline {SPAN} at (0,0) size 0x0 213 RenderInline {SPAN} at (0,0) size 0x0 214 RenderText {#text} at (0,0) size 0x0 215 RenderBlock (anonymous) at (0,59 2) size 769x3216 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 217 RenderBlock (anonymous) at (0, 600) size 769x0218 RenderInline {SPAN} at (0,0) size 0x0 219 RenderInline {SPAN} at (0,0) size 0x0 220 RenderInline {SPAN} at (0,0) size 0x0 221 RenderInline {SPAN} at (0,0) size 0x0 222 RenderText {#text} at (0,0) size 0x0 223 RenderBlock (anonymous) at (0, 600) size 769x197209 RenderBlock (anonymous) at (0,584) size 769x0 210 RenderInline {SPAN} at (0,0) size 0x0 211 RenderInline {SPAN} at (0,0) size 0x0 212 RenderInline {SPAN} at (0,0) size 0x0 213 RenderInline {SPAN} at (0,0) size 0x0 214 RenderText {#text} at (0,0) size 0x0 215 RenderBlock (anonymous) at (0,591) size 769x3 216 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 217 RenderBlock (anonymous) at (0,599) size 769x0 218 RenderInline {SPAN} at (0,0) size 0x0 219 RenderInline {SPAN} at (0,0) size 0x0 220 RenderInline {SPAN} at (0,0) size 0x0 221 RenderInline {SPAN} at (0,0) size 0x0 222 RenderText {#text} at (0,0) size 0x0 223 RenderBlock (anonymous) at (0,599) size 769x197 224 224 RenderTable {TABLE} at (0,0) size 604x196 225 225 RenderTableSection {TBODY} at (0,0) size 604x196 … … 303 303 RenderInline {SPACE} at (0,0) size 0x17 304 304 RenderBR {BR} at (0,0) size 0x17 305 RenderBlock (anonymous) at (0,79 6) size 769x0306 RenderInline {SPAN} at (0,0) size 0x0 307 RenderInline {SPAN} at (0,0) size 0x0 308 RenderInline {SPAN} at (0,0) size 0x0 309 RenderInline {SPAN} at (0,0) size 0x0 310 RenderText {#text} at (0,0) size 0x0 311 RenderBlock (anonymous) at (0,80 3) size 769x3312 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 313 RenderBlock (anonymous) at (0,81 2) size 769x0314 RenderInline {SPAN} at (0,0) size 0x0 315 RenderInline {SPAN} at (0,0) size 0x0 316 RenderInline {SPAN} at (0,0) size 0x0 317 RenderInline {SPAN} at (0,0) size 0x0 318 RenderText {#text} at (0,0) size 0x0 319 RenderBlock (anonymous) at (0,81 2) size 769x115305 RenderBlock (anonymous) at (0,795) size 769x0 306 RenderInline {SPAN} at (0,0) size 0x0 307 RenderInline {SPAN} at (0,0) size 0x0 308 RenderInline {SPAN} at (0,0) size 0x0 309 RenderInline {SPAN} at (0,0) size 0x0 310 RenderText {#text} at (0,0) size 0x0 311 RenderBlock (anonymous) at (0,802) size 769x3 312 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 313 RenderBlock (anonymous) at (0,811) size 769x0 314 RenderInline {SPAN} at (0,0) size 0x0 315 RenderInline {SPAN} at (0,0) size 0x0 316 RenderInline {SPAN} at (0,0) size 0x0 317 RenderInline {SPAN} at (0,0) size 0x0 318 RenderText {#text} at (0,0) size 0x0 319 RenderBlock (anonymous) at (0,811) size 769x115 320 320 RenderTable {TABLE} at (0,0) size 618x114 321 321 RenderTableSection {TBODY} at (0,0) size 618x114 … … 356 356 text run at (242,91) width 6: " " 357 357 RenderBR {BR} at (247,91) size 1x17 358 RenderBlock (anonymous) at (0,92 6) size 769x0359 RenderInline {SPAN} at (0,0) size 0x0 360 RenderInline {SPAN} at (0,0) size 0x0 361 RenderInline {SPAN} at (0,0) size 0x0 362 RenderInline {SPAN} at (0,0) size 0x0 363 RenderText {#text} at (0,0) size 0x0 364 RenderBlock (anonymous) at (0,93 2) size 769x3365 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 366 RenderBlock (anonymous) at (0,94 1) size 769x51367 RenderInline {SPAN} at (0,0) size 196x4 8358 RenderBlock (anonymous) at (0,925) size 769x0 359 RenderInline {SPAN} at (0,0) size 0x0 360 RenderInline {SPAN} at (0,0) size 0x0 361 RenderInline {SPAN} at (0,0) size 0x0 362 RenderInline {SPAN} at (0,0) size 0x0 363 RenderText {#text} at (0,0) size 0x0 364 RenderBlock (anonymous) at (0,931) size 769x3 365 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 366 RenderBlock (anonymous) at (0,940) size 769x51 367 RenderInline {SPAN} at (0,0) size 196x47 368 368 RenderInline {SPAN} at (0,0) size 0x0 369 369 RenderInline {SPAN} at (0,0) size 0x0 … … 373 373 RenderText {#text} at (0,0) size 0x0 374 374 RenderImage {IMG} at (0,0) size 20x20 375 RenderText {#text} at (20, 0) size 78x17376 text run at (20, 0) width 5: " "377 text run at (24, 0) width 74: "Remarks:"378 RenderBR {BR} at (97, 0) size 1x17375 RenderText {#text} at (20,1) size 78x17 376 text run at (20,1) width 5: " " 377 text run at (24,1) width 74: "Remarks:" 378 RenderBR {BR} at (97,1) size 1x17 379 379 RenderText {#text} at (0,0) size 0x0 380 380 RenderBR {BR} at (0,20) size 0x15 … … 385 385 RenderBR {BR} at (195,35) size 1x15 386 386 RenderText {#text} at (0,0) size 0x0 387 RenderBlock (anonymous) at (0,99 8) size 769x3388 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 389 RenderBlock (anonymous) at (0,100 6) size 769x22387 RenderBlock (anonymous) at (0,997) size 769x3 388 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 389 RenderBlock (anonymous) at (0,1005) size 769x22 390 390 RenderInline {SPAN} at (0,0) size 188x15 391 391 RenderInline {SPAN} at (0,0) size 188x17 … … 404 404 RenderText {#text} at (0,0) size 0x0 405 405 RenderText {#text} at (0,0) size 0x0 406 RenderBlock (anonymous) at (0,103 4) size 769x3407 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 408 RenderBlock (anonymous) at (0,104 3) size 769x21406 RenderBlock (anonymous) at (0,1033) size 769x3 407 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 408 RenderBlock (anonymous) at (0,1042) size 769x21 409 409 RenderInline {SPAN} at (0,0) size 279x15 410 410 RenderInline {SPAN} at (0,0) size 279x15 … … 413 413 RenderText {#text} at (0,0) size 0x0 414 414 RenderImage {IMG} at (0,0) size 20x20 415 RenderText {#text} at (20, 0) size 259x17416 text run at (20, 0) width 5: " "417 text run at (24, 0) width 255: "Remarks and Service Information"418 RenderBR {BR} at (278, 0) size 1x17419 RenderText {#text} at (0,0) size 0x0 420 RenderText {#text} at (0,0) size 0x0 421 RenderBlock (anonymous) at (0,106 9) size 769x32415 RenderText {#text} at (20,1) size 259x17 416 text run at (20,1) width 5: " " 417 text run at (24,1) width 255: "Remarks and Service Information" 418 RenderBR {BR} at (278,1) size 1x17 419 RenderText {#text} at (0,0) size 0x0 420 RenderText {#text} at (0,0) size 0x0 421 RenderBlock (anonymous) at (0,1068) size 769x32 422 422 RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)] 423 423 RenderBlock {P} at (0,15) size 769x16 … … 428 428 text run at (200,0) width 162: "Click here for latest updates" 429 429 RenderText {#text} at (0,0) size 0x0 430 RenderBlock (anonymous) at (0,111 3) size 769x0430 RenderBlock (anonymous) at (0,1112) size 769x0 431 431 RenderInline {SPAN} at (0,0) size 0x0 432 432 RenderInline {SPAN} at (0,0) size 0x0 … … 450 450 RenderInline (relative positioned) {SPAN} at (0,0) size 586x38 451 451 RenderText {#text} at (0,0) size 0x0 452 RenderImage {IMG} at (0,2 1) size 20x20453 RenderText {#text} at (20,2 9) size 566x15454 text run at (20,2 9) width 4: " "455 text run at (23,2 9) width 56: "Address: "456 text run at (78,2 9) width 508: "ST. JUDE MEDICAL, 21700 OXNARD ST SUITE 800, WOODLAND HILLS CA Z/91367 "457 RenderBR {BR} at (585,2 9) size 1x15458 RenderImage {IMG} at (0,4 4) size 20x20459 RenderText {#text} at (20,5 2) size 403x15460 text run at (20,5 2) width 4: " "461 text run at (23,5 2) width 49: "Deliver: "462 text run at (71,5 2) width 102: "DEBI STANGEL, "463 text run at (172,5 2) width 116: "119 GLEN COURT, "464 text run at (287,5 2) width 136: "DANVILLE CA Z/94526"465 layer at (23,18 5) size 20x15452 RenderImage {IMG} at (0,20) size 20x20 453 RenderText {#text} at (20,28) size 566x15 454 text run at (20,28) width 4: " " 455 text run at (23,28) width 56: "Address: " 456 text run at (78,28) width 508: "ST. JUDE MEDICAL, 21700 OXNARD ST SUITE 800, WOODLAND HILLS CA Z/91367 " 457 RenderBR {BR} at (585,28) size 1x15 458 RenderImage {IMG} at (0,43) size 20x20 459 RenderText {#text} at (20,51) size 403x15 460 text run at (20,51) width 4: " " 461 text run at (23,51) width 49: "Deliver: " 462 text run at (71,51) width 102: "DEBI STANGEL, " 463 text run at (172,51) width 116: "119 GLEN COURT, " 464 text run at (287,51) width 136: "DANVILLE CA Z/94526" 465 layer at (23,184) size 20x15 466 466 RenderInline (relative positioned) {SPAN} at (0,0) size 20x15 467 467 RenderText {#text} at (0,0) size 0x0 468 468 RenderImage {IMG} at (0,21) size 20x20 469 469 RenderText {#text} at (0,0) size 0x0 470 layer at (23,22 6) size 769x60471 RenderBlock (anonymous) at (0,21 7) size 769x61472 layer at (43,21 1) size 523x60470 layer at (23,225) size 769x60 471 RenderBlock (anonymous) at (0,216) size 769x61 472 layer at (43,210) size 523x60 473 473 RenderTable {TABLE} at (0,0) size 524x60 [border: (1px outset #808080)] 474 474 RenderTableSection {TBODY} at (1,1) size 522x58 -
trunk/LayoutTests/platform/mac/fast/inline/002-expected.txt
r177774 r271110 8 8 RenderInline {SPAN} at (0,0) size 46x18 9 9 RenderText {#text} at (0,0) size 0x0 10 RenderInline {SPAN} at (0,0) size 42x1 811 RenderText {#text} at (45,1) size 42x1 810 RenderInline {SPAN} at (0,0) size 42x19 11 RenderText {#text} at (45,1) size 42x19 12 12 text run at (45,1) width 42: "Line 2" 13 13 RenderText {#text} at (86,0) size 5x18 -
trunk/LayoutTests/platform/mac/fast/table/table-display-types-strict-expected.txt
r195740 r271110 46 46 RenderTableRow (anonymous) at (0,2) size 100x19 47 47 RenderTableCell {TR} at (2,2) size 96x19 [r=0 c=0 rs=1 cs=1] 48 RenderInline {TD} at (0,0) size 48x2 049 RenderText {#text} at (1,1) size 46x1 848 RenderInline {TD} at (0,0) size 48x21 49 RenderText {#text} at (1,1) size 46x19 50 50 text run at (1,1) width 46: "Head 1" 51 RenderInline {TD} at (0,0) size 49x2 052 RenderText {#text} at (48,1) size 47x1 851 RenderInline {TD} at (0,0) size 49x21 52 RenderText {#text} at (48,1) size 47x19 53 53 text run at (48,1) width 47: "Head 2" 54 54 RenderTableCell {TFOOT} at (103,2) size 117x23 [r=0 c=1 rs=1 cs=1] … … 57 57 RenderTableRow (anonymous) at (0,2) size 116x19 58 58 RenderTableCell {TR} at (2,2) size 112x19 [r=0 c=0 rs=1 cs=1] 59 RenderInline {TD} at (0,0) size 56x2 060 RenderText {#text} at (1,1) size 54x1 859 RenderInline {TD} at (0,0) size 56x21 60 RenderText {#text} at (1,1) size 54x19 61 61 text run at (1,1) width 54: "Footer 1" 62 RenderInline {TD} at (0,0) size 57x2 063 RenderText {#text} at (56,1) size 55x1 862 RenderInline {TD} at (0,0) size 57x21 63 RenderText {#text} at (56,1) size 55x19 64 64 text run at (56,1) width 55: "Footer 2" 65 65 RenderTableSection {TBODY} at (0,27) size 222x21 66 66 RenderTableRow (anonymous) at (0,0) size 222x19 67 67 RenderTableCell {TR} at (2,0) size 100x19 [r=0 c=0 rs=1 cs=1] 68 RenderInline {TD} at (0,0) size 41x2 069 RenderText {#text} at (1,1) size 39x1 868 RenderInline {TD} at (0,0) size 41x21 69 RenderText {#text} at (1,1) size 39x19 70 70 text run at (1,1) width 39: "Cell 1" 71 RenderInline {TD} at (0,0) size 42x2 072 RenderText {#text} at (41,1) size 40x1 871 RenderInline {TD} at (0,0) size 42x21 72 RenderText {#text} at (41,1) size 40x19 73 73 text run at (41,1) width 40: "Cell 2" 74 74 RenderTableCell {TR} at (103,0) size 117x19 [r=0 c=1 rs=1 cs=1] 75 RenderInline {TD} at (0,0) size 41x2 076 RenderText {#text} at (1,1) size 39x1 875 RenderInline {TD} at (0,0) size 41x21 76 RenderText {#text} at (1,1) size 39x19 77 77 text run at (1,1) width 39: "Cell 3" 78 RenderInline {TD} at (0,0) size 42x2 079 RenderText {#text} at (41,1) size 40x1 878 RenderInline {TD} at (0,0) size 42x21 79 RenderText {#text} at (41,1) size 40x19 80 80 text run at (41,1) width 40: "Cell 4" 81 81 RenderBlock {TABLE} at (10,162) size 764x102 [border: (1px solid #000000)] -
trunk/Source/WebCore/ChangeLog
r271109 r271110 1 2020-12-30 Zalan Bujtas <zalan@apple.com> 2 3 [Legacy Line Layout] Remove unnecessary 'vertical-align: middle' integral rounding 4 https://bugs.webkit.org/show_bug.cgi?id=220198 5 6 Reviewed by Antti Koivisto. 7 8 Let's not do "random" rounding for 'vertical-align: middle'. Fix it for all the alignment types by 9 adjusting the logical top position when the inline box stretches the line. 10 11 * rendering/InlineFlowBox.cpp: 12 (WebCore::InlineFlowBox::computeLogicalBoxHeights): 13 * rendering/RootInlineBox.cpp: 14 (WebCore::RootInlineBox::verticalPositionForBox): 15 1 16 2020-12-30 Simon Fraser <simon.fraser@apple.com> 2 17 -
trunk/Source/WebCore/rendering/InlineFlowBox.cpp
r270044 r271110 567 567 return; 568 568 569 InlineBox* maxAscentInlineBox = nullptr; 569 570 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) { 570 571 if (child->renderer().isOutOfFlowPositioned()) … … 605 606 maxAscent = ascent; 606 607 setMaxAscent = true; 608 maxAscentInlineBox = child; 607 609 } 608 610 … … 613 615 } 614 616 615 if (inlineFlowBox) 617 if (inlineFlowBox) { 616 618 inlineFlowBox->computeLogicalBoxHeights(rootBox, maxPositionTop, maxPositionBottom, maxAscent, maxDescent, 617 setMaxAscent, setMaxDescent, strictMode, textBoxDataMap, 618 baselineType, verticalPositionCache); 619 setMaxAscent, setMaxDescent, strictMode, textBoxDataMap, baselineType, verticalPositionCache); 620 } 621 } 622 if (maxAscentInlineBox) { 623 // When the inline box stretches the ascent, we floor the logical top value to make sure the inline box does not 624 // stick out of block container at the top (see above). 625 // In such cases the logical top also needs to be adjusted to match this stretched ascent geometry. 626 // (not doing so will result a subpixel logical top offset while it should be flushed with the top edge) 627 maxAscentInlineBox->setLogicalTop(floorf(maxAscentInlineBox->logicalTop())); 619 628 } 620 629 } -
trunk/Source/WebCore/rendering/RootInlineBox.cpp
r270990 r271110 942 942 verticalPosition += renderer->baselinePosition(baselineType(), firstLine, lineDirection) - fontMetrics.ascent(baselineType()); 943 943 else if (verticalAlign == VerticalAlign::Middle) 944 verticalPosition = (verticalPosition - LayoutUnit(fontMetrics.xHeight() / 2) - renderer->lineHeight(firstLine, lineDirection) / 2 + renderer->baselinePosition(baselineType(), firstLine, lineDirection)) .round();944 verticalPosition = (verticalPosition - LayoutUnit(fontMetrics.xHeight() / 2) - renderer->lineHeight(firstLine, lineDirection) / 2 + renderer->baselinePosition(baselineType(), firstLine, lineDirection)); 945 945 else if (verticalAlign == VerticalAlign::TextBottom) { 946 946 verticalPosition += fontMetrics.descent(baselineType());
Note:
See TracChangeset
for help on using the changeset viewer.