Changeset 80755 in webkit


Ignore:
Timestamp:
Mar 10, 2011 1:27:40 PM (13 years ago)
Author:
hyatt@apple.com
Message:

https://bugs.webkit.org/show_bug.cgi?id=47157

Reviewed by Simon Fraser.

CSS2.1 test suite failures because the ex unit is broken with the Ahem font.

Remove the code that tries to also include the maxX of the glyph bounds for the
'x' glyph, since it just causes the x-height to be way too large in cases where the 'x' glyph extends
below the baseline.

Remove the Apple Symbol hack for ex units, since the person who added that was confused by another
issue, namely that CGFontGetXHeight wasn't being properly multiplied by the pointSize. That's why
the value was too small. Patched the code to just multiply by pointSize and took out the hack.

Fix causes many tests in the css2.1 directory to progress, so no new tests required. Many other
layout tests change because the xHeight for Lucida Grande gets smaller by a little bit, and radio
buttons use ex horizontal margins by default.

Source/WebCore:

  • platform/graphics/mac/SimpleFontDataMac.mm:

(WebCore::SimpleFontData::platformInit):

LayoutTests:

  • platform/mac/accessibility/radio-button-group-members-expected.txt:
  • platform/mac/css1/box_properties/acid_test-expected.txt:
  • platform/mac/css1/font_properties/font_size-expected.txt:
  • platform/mac/css1/text_properties/line_height-expected.txt:
  • platform/mac/css1/text_properties/text_indent-expected.txt:
  • platform/mac/css1/units/length_units-expected.txt:
  • platform/mac/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
  • platform/mac/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
  • platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
  • platform/mac/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
  • platform/mac/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
  • platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
  • platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
  • platform/mac/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
  • platform/mac/css2.1/t1601-c547-indent-00-b-a-expected.txt:
  • platform/mac/css2.1/t1604-c541-word-sp-00-b-a-expected.txt:
  • platform/mac/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt:
  • platform/mac/editing/selection/caret-ltr-2-expected.txt:
  • platform/mac/editing/selection/caret-ltr-2-left-expected.txt:
  • platform/mac/editing/selection/caret-ltr-expected.txt:
  • platform/mac/editing/selection/caret-ltr-right-expected.txt:
  • platform/mac/editing/selection/caret-rtl-2-expected.txt:
  • platform/mac/editing/selection/caret-rtl-2-left-expected.txt:
  • platform/mac/editing/selection/caret-rtl-expected.txt:
  • platform/mac/editing/selection/caret-rtl-right-expected.txt:
  • platform/mac/fast/block/basic/011-expected.txt:
  • platform/mac/fast/block/margin-collapse/103-expected.txt:
  • platform/mac/fast/css/ex-after-font-variant-expected.txt:
  • platform/mac/fast/css/non-standard-checkbox-size-expected.txt:
  • platform/mac/fast/forms/001-expected.txt:
  • platform/mac/fast/forms/basic-inputs-expected.txt:
  • platform/mac/fast/forms/box-shadow-override-expected.txt:
  • platform/mac/fast/forms/checkbox-radio-onchange-expected.txt:
  • platform/mac/fast/forms/file-input-disabled-expected.txt:
  • platform/mac/fast/forms/form-element-geometry-expected.txt:
  • platform/mac/fast/forms/formmove-expected.txt:
  • platform/mac/fast/forms/formmove2-expected.txt:
  • platform/mac/fast/forms/indeterminate-expected.txt:
  • platform/mac/fast/forms/input-appearance-height-expected.txt:
  • platform/mac/fast/forms/input-value-expected.txt:
  • platform/mac/fast/forms/minWidthPercent-expected.txt:
  • platform/mac/fast/forms/radio-attr-order-expected.txt:
  • platform/mac/fast/forms/radio-nested-labels-expected.txt:
  • platform/mac/fast/forms/radio_checked-expected.txt:
  • platform/mac/fast/forms/radio_checked_dynamic-expected.txt:
  • platform/mac/fast/inline/positionedLifetime-expected.txt:
  • platform/mac/fast/lists/008-expected.txt:
  • platform/mac/fast/lists/008-vertical-expected.txt:
  • platform/mac/fast/media/mq-relative-constraints-08-expected.txt:
  • platform/mac/fast/overflow/overflow-rtl-expected.txt:
  • platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt:
  • platform/mac/fast/parser/bad-xml-slash-expected.txt:
  • platform/mac/fast/replaced/replaced-breaking-expected.txt:
  • platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
  • platform/mac/fast/replaced/width100percent-radio-expected.txt:
  • platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
  • platform/mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
  • platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
  • platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
  • platform/mac/svg/custom/alignment-baseline-modes-expected.txt:
  • platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
  • platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
  • platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
  • platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
  • platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
  • svg/custom/invalid-text-content-expected.png:
  • svg/custom/text-zoom-expected.png:
  • svg/custom/use-clipped-transform-expected.png:
Location:
trunk
Files:
71 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r80754 r80755  
     12011-03-10  David Hyatt  <hyatt@apple.com>
     2
     3        Reviewed by Simon Fraser.
     4       
     5        https://bugs.webkit.org/show_bug.cgi?id=47157
     6       
     7        CSS2.1 test suite failures because the ex unit is broken with the Ahem font.
     8       
     9        Remove the code that tries to also include the maxX of the glyph bounds for the
     10        'x' glyph, since it just causes the x-height to be way too large in cases where the 'x' glyph extends
     11        below the baseline.
     12
     13        Remove the Apple Symbol hack for ex units, since the person who added that was confused by another
     14        issue, namely that CGFontGetXHeight wasn't being properly multiplied by the pointSize.  That's why
     15        the value was too small.  Patched the code to just multiply by pointSize and took out the hack.
     16       
     17        Fix causes many tests in the css2.1 directory to progress, so no new tests required.  Many other
     18        layout tests change because the xHeight for Lucida Grande gets smaller by a little bit, and radio
     19        buttons use ex horizontal margins by default.
     20
     21        * platform/mac/accessibility/radio-button-group-members-expected.txt:
     22        * platform/mac/css1/box_properties/acid_test-expected.txt:
     23        * platform/mac/css1/font_properties/font_size-expected.txt:
     24        * platform/mac/css1/text_properties/line_height-expected.txt:
     25        * platform/mac/css1/text_properties/text_indent-expected.txt:
     26        * platform/mac/css1/units/length_units-expected.txt:
     27        * platform/mac/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
     28        * platform/mac/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
     29        * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
     30        * platform/mac/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
     31        * platform/mac/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
     32        * platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
     33        * platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
     34        * platform/mac/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
     35        * platform/mac/css2.1/t1601-c547-indent-00-b-a-expected.txt:
     36        * platform/mac/css2.1/t1604-c541-word-sp-00-b-a-expected.txt:
     37        * platform/mac/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt:
     38        * platform/mac/editing/selection/caret-ltr-2-expected.txt:
     39        * platform/mac/editing/selection/caret-ltr-2-left-expected.txt:
     40        * platform/mac/editing/selection/caret-ltr-expected.txt:
     41        * platform/mac/editing/selection/caret-ltr-right-expected.txt:
     42        * platform/mac/editing/selection/caret-rtl-2-expected.txt:
     43        * platform/mac/editing/selection/caret-rtl-2-left-expected.txt:
     44        * platform/mac/editing/selection/caret-rtl-expected.txt:
     45        * platform/mac/editing/selection/caret-rtl-right-expected.txt:
     46        * platform/mac/fast/block/basic/011-expected.txt:
     47        * platform/mac/fast/block/margin-collapse/103-expected.txt:
     48        * platform/mac/fast/css/ex-after-font-variant-expected.txt:
     49        * platform/mac/fast/css/non-standard-checkbox-size-expected.txt:
     50        * platform/mac/fast/forms/001-expected.txt:
     51        * platform/mac/fast/forms/basic-inputs-expected.txt:
     52        * platform/mac/fast/forms/box-shadow-override-expected.txt:
     53        * platform/mac/fast/forms/checkbox-radio-onchange-expected.txt:
     54        * platform/mac/fast/forms/file-input-disabled-expected.txt:
     55        * platform/mac/fast/forms/form-element-geometry-expected.txt:
     56        * platform/mac/fast/forms/formmove-expected.txt:
     57        * platform/mac/fast/forms/formmove2-expected.txt:
     58        * platform/mac/fast/forms/indeterminate-expected.txt:
     59        * platform/mac/fast/forms/input-appearance-height-expected.txt:
     60        * platform/mac/fast/forms/input-value-expected.txt:
     61        * platform/mac/fast/forms/minWidthPercent-expected.txt:
     62        * platform/mac/fast/forms/radio-attr-order-expected.txt:
     63        * platform/mac/fast/forms/radio-nested-labels-expected.txt:
     64        * platform/mac/fast/forms/radio_checked-expected.txt:
     65        * platform/mac/fast/forms/radio_checked_dynamic-expected.txt:
     66        * platform/mac/fast/inline/positionedLifetime-expected.txt:
     67        * platform/mac/fast/lists/008-expected.txt:
     68        * platform/mac/fast/lists/008-vertical-expected.txt:
     69        * platform/mac/fast/media/mq-relative-constraints-08-expected.txt:
     70        * platform/mac/fast/overflow/overflow-rtl-expected.txt:
     71        * platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt:
     72        * platform/mac/fast/parser/bad-xml-slash-expected.txt:
     73        * platform/mac/fast/replaced/replaced-breaking-expected.txt:
     74        * platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
     75        * platform/mac/fast/replaced/width100percent-radio-expected.txt:
     76        * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
     77        * platform/mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
     78        * platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
     79        * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
     80        * platform/mac/svg/custom/alignment-baseline-modes-expected.txt:
     81        * platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
     82        * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
     83        * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
     84        * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
     85        * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
     86        * svg/custom/invalid-text-content-expected.png:
     87        * svg/custom/text-zoom-expected.png:
     88        * svg/custom/use-clipped-transform-expected.png:
     89
    1902011-03-10  Adam Roben  <aroben@apple.com>
    291
  • trunk/LayoutTests/platform/mac/accessibility/radio-button-group-members-expected.txt

    r73983 r80755  
    150150AXHelp:
    151151AXParent: <AXRadioButton: 'Yes'>
    152 AXSize: NSSize: {42, 19}
     152AXSize: NSSize: {41, 19}
    153153AXTitle: Yes
    154154AXDescription:
     
    177177AXHelp:
    178178AXParent: <AXRadioButton: 'No'>
    179 AXSize: NSSize: {37, 19}
     179AXSize: NSSize: {36, 19}
    180180AXTitle: No
    181181AXDescription:
  • trunk/LayoutTests/platform/mac/css1/box_properties/acid_test-expected.txt

    r30393 r80755  
    2424                  RenderText {#text} at (0,4) size 28x12
    2525                    text run at (0,4) width 28: "bang "
    26                   RenderBlock {INPUT} at (31,3) size 12x13 [color=#000000]
     26                  RenderBlock {INPUT} at (30,3) size 12x13 [color=#000000]
    2727                  RenderText {#text} at (0,0) size 0x0
    2828                RenderBlock {P} at (0,20) size 139x20
    2929                  RenderText {#text} at (0,4) size 47x12
    3030                    text run at (0,4) width 47: "whimper "
    31                   RenderBlock {INPUT} at (50,3) size 12x13 [color=#000000]
     31                  RenderBlock {INPUT} at (49,3) size 12x13 [color=#000000]
    3232                  RenderText {#text} at (0,0) size 0x0
    3333              RenderBlock (anonymous) at (10,60) size 139x0
  • trunk/LayoutTests/platform/mac/css1/font_properties/font_size-expected.txt

    r25970 r80755  
    136136          text run at (0,0) width 465: "This sentence should be two em tall."
    137137      RenderBlock {P} at (0,1359) size 769x26
    138         RenderText {#text} at (0,0) size 343x26
    139           text run at (0,0) width 343: "This sentence should be three ex tall."
     138        RenderText {#text} at (0,0) size 331x26
     139          text run at (0,0) width 331: "This sentence should be three ex tall."
    140140      RenderBlock {P} at (0,1410) size 769x29
    141141        RenderText {#text} at (0,0) size 476x29
     
    246246                  text run at (0,0) width 465: "This sentence should be two em tall."
    247247              RenderBlock {P} at (4,998) size 747x26
    248                 RenderText {#text} at (0,0) size 343x26
    249                   text run at (0,0) width 343: "This sentence should be three ex tall."
     248                RenderText {#text} at (0,0) size 331x26
     249                  text run at (0,0) width 331: "This sentence should be three ex tall."
    250250              RenderBlock {P} at (4,1049) size 747x29
    251251                RenderText {#text} at (0,0) size 476x29
  • trunk/LayoutTests/platform/mac/css1/text_properties/line_height-expected.txt

    r25970 r80755  
    1 layer at (0,0) size 785x2669
     1layer at (0,0) size 785x2667
    22  RenderView at (0,0) size 785x600
    3 layer at (0,0) size 785x2669
    4   RenderBlock {HTML} at (0,0) size 785x2669
    5     RenderBody {BODY} at (8,8) size 769x2653 [bgcolor=#CCCCCC]
     3layer at (0,0) size 785x2667
     4  RenderBlock {HTML} at (0,0) size 785x2667
     5    RenderBody {BODY} at (8,8) size 769x2651 [bgcolor=#CCCCCC]
    66      RenderBlock {P} at (0,0) size 769x18
    77        RenderText {#text} at (0,0) size 355x18
     
    5656        RenderText {#text} at (0,5) size 487x14
    5757          text run at (0,5) width 487: "This sentence should have a line-height of two em, which should cause extra spacing between the lines."
    58       RenderBlock {P} at (0,629) size 769x17
     58      RenderBlock {P} at (0,629) size 769x16
    5959        RenderText {#text} at (0,1) size 489x14
    6060          text run at (0,1) width 489: "This sentence should have a line-height of three ex, which should cause extra spacing between the lines."
    61       RenderBlock {P} at (0,658) size 769x24
     61      RenderBlock {P} at (0,657) size 769x24
    6262        RenderText {#text} at (0,5) size 537x14
    6363          text run at (0,5) width 537: "This sentence should have a line-height of twice the font size, which should cause extra spacing between the lines."
    64       RenderBlock {DIV} at (0,694) size 769x168 [bgcolor=#C0C0C0]
     64      RenderBlock {DIV} at (0,693) size 769x168 [bgcolor=#C0C0C0]
    6565        RenderBlock (anonymous) at (0,0) size 769x24
    6666          RenderText {#text} at (0,5) size 592x14
     
    7474          RenderText {#text} at (0,5) size 606x14
    7575            text run at (0,5) width 606: "This second part of the DIV should have a line-height of twice the font size, which should cause extra spacing between the lines."
    76       RenderBlock {P} at (0,874) size 769x24
     76      RenderBlock {P} at (0,873) size 769x24
    7777        RenderText {#text} at (0,5) size 537x14
    7878          text run at (0,5) width 537: "This sentence should have a line-height of twice the font size, which should cause extra spacing between the lines."
    79       RenderBlock {DIV} at (0,910) size 769x240 [bgcolor=#C0C0C0]
     79      RenderBlock {DIV} at (0,909) size 769x240 [bgcolor=#C0C0C0]
    8080        RenderBlock (anonymous) at (0,0) size 769x24
    8181          RenderText {#text} at (0,5) size 592x14
     
    8989          RenderText {#text} at (0,5) size 606x14
    9090            text run at (0,5) width 606: "This second part of the DIV should have a line-height of twice the font size, which should cause extra spacing between the lines."
    91       RenderBlock {P} at (0,1162) size 769x100
     91      RenderBlock {P} at (0,1161) size 769x100
    9292        RenderText {#text} at (0,18) size 745x64
    9393          text run at (0,18) width 592: "This paragraph should have a line-height of 50 pixels in the first section, which should cause extra spacing between the lines. "
    9494          text run at (592,18) width 153: "In the second section (within the"
    9595          text run at (0,68) width 181: "table) its line-height should be normal."
    96       RenderBlock {P} at (0,1274) size 769x14
     96      RenderBlock {P} at (0,1273) size 769x14
    9797        RenderText {#text} at (0,0) size 504x14
    9898          text run at (0,0) width 504: "This sentence should have a normal line-height, because negative values are not permitted for this property."
    99       RenderBlock {P} at (0,1300) size 769x150
     99      RenderBlock {P} at (0,1299) size 769x150
    100100        RenderInline {SPAN} at (0,0) size 758x89 [bgcolor=#C0C0C0]
    101101          RenderText {#text} at (0,30) size 758x89
     
    103103            text run at (0,105) width 663: "padding or border. The background color has been set on an inline element and should therefore only cover the text, not the interline spacing."
    104104        RenderText {#text} at (0,0) size 0x0
    105       RenderTable {TABLE} at (0,1462) size 769x1191 [border: (1px outset #808080)]
    106         RenderTableSection {TBODY} at (1,1) size 767x1189
     105      RenderTable {TABLE} at (0,1461) size 769x1190 [border: (1px outset #808080)]
     106        RenderTableSection {TBODY} at (1,1) size 767x1188
    107107          RenderTableRow {TR} at (0,0) size 767x26
    108108            RenderTableCell {TD} at (0,0) size 767x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
     
    110110                RenderText {#text} at (4,4) size 163x18
    111111                  text run at (4,4) width 163: "TABLE Testing Section"
    112           RenderTableRow {TR} at (0,26) size 767x1163
     112          RenderTableRow {TR} at (0,26) size 767x1162
    113113            RenderTableCell {TD} at (0,594) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
    114114              RenderText {#text} at (4,4) size 4x18
    115115                text run at (4,4) width 4: " "
    116             RenderTableCell {TD} at (12,26) size 755x1163 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
     116            RenderTableCell {TD} at (12,26) size 755x1162 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
    117117              RenderBlock {P} at (4,4) size 747x48
    118118                RenderText {#text} at (0,17) size 507x14
     
    133133                RenderText {#text} at (0,5) size 487x14
    134134                  text run at (0,5) width 487: "This sentence should have a line-height of two em, which should cause extra spacing between the lines."
    135               RenderBlock {P} at (4,362) size 747x17
     135              RenderBlock {P} at (4,362) size 747x16
    136136                RenderText {#text} at (0,1) size 489x14
    137137                  text run at (0,1) width 489: "This sentence should have a line-height of three ex, which should cause extra spacing between the lines."
    138               RenderBlock {P} at (4,391) size 747x24
     138              RenderBlock {P} at (4,390) size 747x24
    139139                RenderText {#text} at (0,5) size 537x14
    140140                  text run at (0,5) width 537: "This sentence should have a line-height of twice the font size, which should cause extra spacing between the lines."
    141               RenderBlock {DIV} at (4,427) size 747x168 [bgcolor=#C0C0C0]
     141              RenderBlock {DIV} at (4,426) size 747x168 [bgcolor=#C0C0C0]
    142142                RenderBlock (anonymous) at (0,0) size 747x24
    143143                  RenderText {#text} at (0,5) size 592x14
     
    151151                  RenderText {#text} at (0,5) size 606x14
    152152                    text run at (0,5) width 606: "This second part of the DIV should have a line-height of twice the font size, which should cause extra spacing between the lines."
    153               RenderBlock {P} at (4,607) size 747x24
     153              RenderBlock {P} at (4,606) size 747x24
    154154                RenderText {#text} at (0,5) size 537x14
    155155                  text run at (0,5) width 537: "This sentence should have a line-height of twice the font size, which should cause extra spacing between the lines."
    156               RenderBlock {DIV} at (4,643) size 747x288 [bgcolor=#C0C0C0]
     156              RenderBlock {DIV} at (4,642) size 747x288 [bgcolor=#C0C0C0]
    157157                RenderBlock (anonymous) at (0,0) size 747x24
    158158                  RenderText {#text} at (0,5) size 592x14
     
    167167                  RenderText {#text} at (0,5) size 606x14
    168168                    text run at (0,5) width 606: "This second part of the DIV should have a line-height of twice the font size, which should cause extra spacing between the lines."
    169               RenderBlock {P} at (4,943) size 747x28
     169              RenderBlock {P} at (4,942) size 747x28
    170170                RenderText {#text} at (0,0) size 745x28
    171171                  text run at (0,0) width 592: "This paragraph should have a line-height of 50 pixels in the first section, which should cause extra spacing between the lines. "
    172172                  text run at (592,0) width 153: "In the second section (within the"
    173173                  text run at (0,14) width 181: "table) its line-height should be normal."
    174               RenderBlock {P} at (4,983) size 747x14
     174              RenderBlock {P} at (4,982) size 747x14
    175175                RenderText {#text} at (0,0) size 504x14
    176176                  text run at (0,0) width 504: "This sentence should have a normal line-height, because negative values are not permitted for this property."
    177               RenderBlock {P} at (4,1009) size 747x150
     177              RenderBlock {P} at (4,1008) size 747x150
    178178                RenderInline {SPAN} at (0,0) size 743x89 [bgcolor=#C0C0C0]
    179179                  RenderText {#text} at (0,30) size 743x89
  • trunk/LayoutTests/platform/mac/css1/text_properties/text_indent-expected.txt

    r25970 r80755  
    5050          text run at (32,0) width 359: "The first line of this sentence should be indented two em."
    5151      RenderBlock {P} at (0,434) size 769x18 [bgcolor=#00FFFF]
    52         RenderText {#text} at (15,0) size 355x18
    53           text run at (15,0) width 355: "The first line of this sentence should be indented two ex."
     52        RenderText {#text} at (14,0) size 355x18
     53          text run at (14,0) width 355: "The first line of this sentence should be indented two ex."
    5454      RenderBlock {P} at (0,468) size 769x36 [bgcolor=#00FFFF]
    5555        RenderText {#text} at (384,0) size 743x36
     
    108108                  text run at (32,0) width 359: "The first line of this sentence should be indented two em."
    109109              RenderBlock {P} at (4,208) size 747x18 [bgcolor=#00FFFF]
    110                 RenderText {#text} at (15,0) size 355x18
    111                   text run at (15,0) width 355: "The first line of this sentence should be indented two ex."
     110                RenderText {#text} at (14,0) size 355x18
     111                  text run at (14,0) width 355: "The first line of this sentence should be indented two ex."
    112112              RenderBlock {P} at (4,242) size 747x36 [bgcolor=#00FFFF]
    113113                RenderText {#text} at (373,0) size 732x36
  • trunk/LayoutTests/platform/mac/css1/units/length_units-expected.txt

    r25970 r80755  
    4444        RenderText {#text} at (0,0) size 310x18
    4545          text run at (0,0) width 310: "This paragraph should have a left margin of 3em."
    46       RenderBlock {P} at (23,316) size 746x18
     46      RenderBlock {P} at (21,316) size 748x18
    4747        RenderText {#text} at (0,0) size 306x18
    4848          text run at (0,0) width 306: "This paragraph should have a left margin of 3ex."
     
    6868        RenderText {#text} at (0,0) size 591x18
    6969          text run at (0,0) width 591: "This paragraph should have a left margin of 3 picas (the plus sign should make no difference)."
    70       RenderBlock {P} at (0,612) size 769x230 [bgcolor=#00FFFF] [border: (19px solid #800080)]
    71         RenderText {#text} at (19,0) size 310x46
    72           text run at (19,0) width 310: "This element has a "
     70      RenderBlock {P} at (0,612) size 769x230 [bgcolor=#00FFFF] [border: (17px solid #800080)]
     71        RenderText {#text} at (17,0) size 310x46
     72          text run at (17,0) width 310: "This element has a "
    7373        RenderInline {CODE} at (0,0) size 216x46
    74           RenderText {#text} at (329,0) size 216x46
    75             text run at (329,0) width 216: "font-size"
    76         RenderText {#text} at (545,0) size 53x46
    77           text run at (545,0) width 53: " of "
     74          RenderText {#text} at (327,0) size 216x46
     75            text run at (327,0) width 216: "font-size"
     76        RenderText {#text} at (543,0) size 53x46
     77          text run at (543,0) width 53: " of "
    7878        RenderInline {CODE} at (0,0) size 96x46
    79           RenderText {#text} at (598,0) size 96x46
    80             text run at (598,0) width 96: "40px"
    81         RenderText {#text} at (694,0) size 743x92
    82           text run at (694,0) width 68: " and"
    83           text run at (19,46) width 28: "a "
     79          RenderText {#text} at (596,0) size 96x46
     80            text run at (596,0) width 96: "40px"
     81        RenderText {#text} at (692,0) size 743x92
     82          text run at (692,0) width 68: " and"
     83          text run at (17,46) width 28: "a "
    8484        RenderInline {CODE} at (0,0) size 264x46
    85           RenderText {#text} at (47,46) size 264x46
    86             text run at (47,46) width 264: "border-left"
    87         RenderText {#text} at (311,46) size 53x46
    88           text run at (311,46) width 53: " of "
     85          RenderText {#text} at (45,46) size 264x46
     86            text run at (45,46) width 264: "border-left"
     87        RenderText {#text} at (309,46) size 53x46
     88          text run at (309,46) width 53: " of "
    8989        RenderInline {CODE} at (0,0) size 384x46
    90           RenderText {#text} at (364,46) size 384x46
    91             text run at (364,46) width 384: "1ex solid purple"
    92         RenderText {#text} at (748,46) size 739x184
    93           text run at (748,46) width 10: "."
    94           text run at (19,92) width 673: "This should make the left border the same"
    95           text run at (19,138) width 711: "number of pixels as the lower-case 'x' in this"
    96           text run at (19,184) width 611: "element's font, as well as solid purple."
     90          RenderText {#text} at (362,46) size 384x46
     91            text run at (362,46) width 384: "1ex solid purple"
     92        RenderText {#text} at (746,46) size 739x184
     93          text run at (746,46) width 10: "."
     94          text run at (17,92) width 673: "This should make the left border the same"
     95          text run at (17,138) width 711: "number of pixels as the lower-case 'x' in this"
     96          text run at (17,184) width 611: "element's font, as well as solid purple."
    9797      RenderTable {TABLE} at (0,882) size 769x694 [border: (1px outset #808080)]
    9898        RenderTableSection {TBODY} at (1,1) size 767x692
     
    119119                RenderText {#text} at (0,0) size 310x18
    120120                  text run at (0,0) width 310: "This paragraph should have a left margin of 3em."
    121               RenderBlock {P} at (27,90) size 724x18
     121              RenderBlock {P} at (25,90) size 726x18
    122122                RenderText {#text} at (0,0) size 306x18
    123123                  text run at (0,0) width 306: "This paragraph should have a left margin of 3ex."
     
    143143                RenderText {#text} at (0,0) size 591x18
    144144                  text run at (0,0) width 591: "This paragraph should have a left margin of 3 picas (the plus sign should make no difference)."
    145               RenderBlock {P} at (4,386) size 747x276 [bgcolor=#00FFFF] [border: (19px solid #800080)]
    146                 RenderText {#text} at (19,0) size 310x46
    147                   text run at (19,0) width 310: "This element has a "
     145              RenderBlock {P} at (4,386) size 747x276 [bgcolor=#00FFFF] [border: (17px solid #800080)]
     146                RenderText {#text} at (17,0) size 310x46
     147                  text run at (17,0) width 310: "This element has a "
    148148                RenderInline {CODE} at (0,0) size 216x46
    149                   RenderText {#text} at (329,0) size 216x46
    150                     text run at (329,0) width 216: "font-size"
    151                 RenderText {#text} at (545,0) size 53x46
    152                   text run at (545,0) width 53: " of "
     149                  RenderText {#text} at (327,0) size 216x46
     150                    text run at (327,0) width 216: "font-size"
     151                RenderText {#text} at (543,0) size 53x46
     152                  text run at (543,0) width 53: " of "
    153153                RenderInline {CODE} at (0,0) size 96x46
    154                   RenderText {#text} at (598,0) size 96x46
    155                     text run at (598,0) width 96: "40px"
    156                 RenderText {#text} at (19,46) size 96x46
    157                   text run at (19,46) width 96: "and a "
     154                  RenderText {#text} at (596,0) size 96x46
     155                    text run at (596,0) width 96: "40px"
     156                RenderText {#text} at (17,46) size 96x46
     157                  text run at (17,46) width 96: "and a "
    158158                RenderInline {CODE} at (0,0) size 264x46
    159                   RenderText {#text} at (115,46) size 264x46
    160                     text run at (115,46) width 264: "border-left"
    161                 RenderText {#text} at (379,46) size 53x46
    162                   text run at (379,46) width 53: " of "
     159                  RenderText {#text} at (113,46) size 264x46
     160                    text run at (113,46) width 264: "border-left"
     161                RenderText {#text} at (377,46) size 53x46
     162                  text run at (377,46) width 53: " of "
    163163                RenderInline {CODE} at (0,0) size 629x92
    164                   RenderText {#text} at (432,46) size 629x92
    165                     text run at (432,46) width 216: "1ex solid"
    166                     text run at (19,92) width 144: "purple"
    167                 RenderText {#text} at (163,92) size 710x184
    168                   text run at (163,92) width 20: ". "
    169                   text run at (183,92) width 521: "This should make the left border"
    170                   text run at (19,138) width 710: "the same number of pixels as the lower-case"
    171                   text run at (19,184) width 642: "'x' in this element's font, as well as solid"
    172                   text run at (19,230) width 112: "purple."
     164                  RenderText {#text} at (430,46) size 629x92
     165                    text run at (430,46) width 216: "1ex solid"
     166                    text run at (17,92) width 144: "purple"
     167                RenderText {#text} at (161,92) size 710x184
     168                  text run at (161,92) width 20: ". "
     169                  text run at (181,92) width 521: "This should make the left border"
     170                  text run at (17,138) width 710: "the same number of pixels as the lower-case"
     171                  text run at (17,184) width 642: "'x' in this element's font, as well as solid"
     172                  text run at (17,230) width 112: "purple."
  • trunk/LayoutTests/platform/mac/css2.1/t040302-c61-ex-len-00-b-a-expected.txt

    r25970 r80755  
    1414                RenderText {#text} at (0,0) size 40x40
    1515                  text run at (0,0) width 40: "\x{C9}"
    16             RenderTableCell {TD} at (52,2) size 48x48 [r=0 c=1 rs=1 cs=1]
    17               RenderBlock {DIV} at (4,4) size 40x40 [border: (40px solid #000080) none]
     16            RenderTableCell {TD} at (52,2) size 48x40 [r=0 c=1 rs=1 cs=1]
     17              RenderBlock {DIV} at (4,4) size 40x32 [border: (32px solid #000080) none]
  • trunk/LayoutTests/platform/mac/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt

    r25970 r80755  
    1414          RenderText {#text} at (0,0) size 15x15
    1515            text run at (0,0) width 15: "X"
    16         RenderBlock {DIV} at (56,30) size 728x15
     16        RenderBlock {DIV} at (45,30) size 739x15
    1717          RenderText {#text} at (0,0) size 15x15
    1818            text run at (0,0) width 15: "X"
  • trunk/LayoutTests/platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt

    r30393 r80755  
    2424                  RenderText {#text} at (0,4) size 28x12
    2525                    text run at (0,4) width 28: "bang "
    26                   RenderBlock {INPUT} at (31,3) size 12x13 [color=#000000]
     26                  RenderBlock {INPUT} at (30,3) size 12x13 [color=#000000]
    2727                  RenderText {#text} at (0,0) size 0x0
    2828                RenderBlock {P} at (0,20) size 139x20
    2929                  RenderText {#text} at (0,4) size 47x12
    3030                    text run at (0,4) width 47: "whimper "
    31                   RenderBlock {INPUT} at (50,3) size 12x13 [color=#000000]
     31                  RenderBlock {INPUT} at (49,3) size 12x13 [color=#000000]
    3232                  RenderText {#text} at (0,0) size 0x0
    3333              RenderBlock (anonymous) at (10,60) size 139x0
  • trunk/LayoutTests/platform/mac/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt

    r25970 r80755  
    11layer at (0,0) size 800x600
    22  RenderView at (0,0) size 800x600
    3 layer at (0,0) size 800x322
    4   RenderBlock {HTML} at (0,0) size 800x322
    5     RenderBody {BODY} at (8,16) size 784x298
     3layer at (0,0) size 800x320
     4  RenderBlock {HTML} at (0,0) size 800x320
     5    RenderBody {BODY} at (8,16) size 784x296
    66      RenderBlock {P} at (0,0) size 784x18
    77        RenderText {#text} at (0,0) size 439x18
    88          text run at (0,0) width 439: "There should be no red below, just the outline of an empty green box."
    9       RenderBlock {DIV} at (0,34) size 360x264 [color=#FFFFFF] [bgcolor=#FF0000] [border: (20px solid #008000)]
    10         RenderText {#text} at (40,40) size 280x104
     9      RenderBlock {DIV} at (0,34) size 360x262 [color=#FFFFFF] [bgcolor=#FF0000] [border: (20px solid #008000)]
     10        RenderText {#text} at (40,40) size 280x102
    1111          text run at (40,40) width 280: "xxxx xxxx xxxx"
    1212          text run at (40,80) width 280: "xxxx xxxx xxxx"
    13           text run at (40,124) width 100: "xxxx "
     13          text run at (40,122) width 100: "xxxx "
    1414        RenderImage {IMG} at (130,80) size 100x100 [border: (20px solid #FFFFFF)]
    15         RenderText {#text} at (220,124) size 280x100
    16           text run at (220,124) width 20: " "
    17           text run at (240,124) width 80: "xxxx"
    18           text run at (40,164) width 280: "xxxx xxxx xxxx"
    19           text run at (40,204) width 280: "xxxx xxxx xxxx"
     15        RenderText {#text} at (220,122) size 280x100
     16          text run at (220,122) width 20: " "
     17          text run at (240,122) width 80: "xxxx"
     18          text run at (40,162) width 280: "xxxx xxxx xxxx"
     19          text run at (40,202) width 280: "xxxx xxxx xxxx"
  • trunk/LayoutTests/platform/mac/css2.1/t100801-c544-valgn-01-d-ag-expected.txt

    r25970 r80755  
    2525        RenderBlock {DIV} at (0,69) size 90x30
    2626          RenderImage {IMG} at (0,0) size 30x30
    27           RenderText {#text} at (30,10) size 15x15
    28             text run at (30,10) width 15: "X"
     27          RenderText {#text} at (30,9) size 15x15
     28            text run at (30,9) width 15: "X"
    2929        RenderBlock {DIV} at (0,99) size 90x36
    3030          RenderImage {IMG} at (0,0) size 30x30
  • trunk/LayoutTests/platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt

    r25970 r80755  
    11layer at (0,0) size 800x600
    22  RenderView at (0,0) size 800x600
    3 layer at (0,0) size 800x317
    4   RenderBlock {HTML} at (0,0) size 800x317
    5     RenderBody {BODY} at (8,16) size 784x286
     3layer at (0,0) size 800x318
     4  RenderBlock {HTML} at (0,0) size 800x318
     5    RenderBody {BODY} at (8,16) size 784x287
    66      RenderBlock {P} at (0,0) size 784x36
    77        RenderText {#text} at (0,0) size 750x36
     
    1010          text run at (0,18) width 83: "alignment as "
    1111          text run at (83,18) width 204: "other blue rectangles on the line."
    12       RenderBlock {P} at (15,52) size 754x234 [color=#0000FF] [bgcolor=#FFFFFF] [border: (1px solid #C0C0C0)]
    13         RenderText {#text} at (8,35) size 60x15
    14           text run at (8,35) width 60: "\x{C9}\x{C9}\x{C9} "
     12      RenderBlock {P} at (15,52) size 754x235 [color=#0000FF] [bgcolor=#FFFFFF] [border: (1px solid #C0C0C0)]
     13        RenderText {#text} at (8,34) size 60x15
     14          text run at (8,34) width 60: "\x{C9}\x{C9}\x{C9} "
    1515        RenderImage {IMG} at (68,25) size 30x30
    16         RenderText {#text} at (98,35) size 15x15
    17           text run at (98,35) width 15: " "
     16        RenderText {#text} at (98,34) size 15x15
     17          text run at (98,34) width 15: " "
    1818        RenderInline {SPAN} at (0,0) size 114x38 [color=#C0C0C0]
    19           RenderText {#text} at (113,17) size 114x38
    20             text run at (113,17) width 114: "xxx"
    21         RenderText {#text} at (227,35) size 15x15
    22           text run at (227,35) width 15: " "
     19          RenderText {#text} at (113,16) size 114x38
     20            text run at (113,16) width 114: "xxx"
     21        RenderText {#text} at (227,34) size 15x15
     22          text run at (227,34) width 15: " "
    2323        RenderImage {IMG} at (242,15) size 50x50
    24         RenderText {#text} at (292,35) size 75x15
    25           text run at (292,35) width 15: " "
    26           text run at (307,35) width 60: "\x{C9}\x{C9}\x{C9} "
     24        RenderText {#text} at (292,34) size 75x15
     25          text run at (292,34) width 15: " "
     26          text run at (307,34) width 60: "\x{C9}\x{C9}\x{C9} "
    2727        RenderImage {IMG} at (367,35) size 10x10
    28         RenderText {#text} at (377,35) size 15x15
    29           text run at (377,35) width 15: " "
     28        RenderText {#text} at (377,34) size 15x15
     29          text run at (377,34) width 15: " "
    3030        RenderInline {SMALL} at (0,0) size 30x10 [color=#C0C0C0]
    31           RenderText {#text} at (392,39) size 30x10
    32             text run at (392,39) width 30: "xxx"
    33         RenderText {#text} at (422,35) size 15x15
    34           text run at (422,35) width 15: " "
     31          RenderText {#text} at (392,38) size 30x10
     32            text run at (392,38) width 30: "xxx"
     33        RenderText {#text} at (422,34) size 15x15
     34          text run at (422,34) width 15: " "
    3535        RenderImage {IMG} at (437,30) size 20x20
    36         RenderText {#text} at (457,35) size 75x15
    37           text run at (457,35) width 15: " "
    38           text run at (472,35) width 60: "\x{C9}\x{C9}\x{C9} "
     36        RenderText {#text} at (457,34) size 75x15
     37          text run at (457,34) width 15: " "
     38          text run at (472,34) width 60: "\x{C9}\x{C9}\x{C9} "
    3939        RenderImage {IMG} at (532,8) size 65x65
    40         RenderText {#text} at (597,35) size 75x15
    41           text run at (597,35) width 15: " "
    42           text run at (612,35) width 60: "\x{C9}\x{C9}\x{C9} "
     40        RenderText {#text} at (597,34) size 75x15
     41          text run at (597,34) width 15: " "
     42          text run at (612,34) width 60: "\x{C9}\x{C9}\x{C9} "
    4343        RenderImage {IMG} at (672,23) size 35x35
    4444        RenderText {#text} at (0,0) size 0x0
     
    4848        RenderText {#text} at (98,106) size 15x15
    4949          text run at (98,106) width 15: " "
    50         RenderImage {IMG} at (113,86) size 50x50
     50        RenderImage {IMG} at (113,87) size 50x50
    5151        RenderText {#text} at (163,106) size 15x15
    5252          text run at (163,106) width 15: " "
     
    6161        RenderText {#text} at (530,106) size 15x15
    6262          text run at (530,106) width 15: " "
    63         RenderImage {IMG} at (545,86) size 50x50
     63        RenderImage {IMG} at (545,87) size 50x50
    6464        RenderText {#text} at (595,106) size 15x15
    6565          text run at (595,106) width 15: " "
     
    6969        RenderText {#text} at (640,106) size 15x15
    7070          text run at (640,106) width 15: " "
    71         RenderImage {IMG} at (655,104) size 15x15
     71        RenderImage {IMG} at (655,105) size 15x15
    7272        RenderText {#text} at (670,106) size 15x15
    7373          text run at (670,106) width 15: " "
     
    7676            text run at (685,102) width 60: "xxx"
    7777        RenderText {#text} at (0,0) size 0x0
    78         RenderImage {IMG} at (8,136) size 90x90
     78        RenderImage {IMG} at (8,137) size 90x90
    7979        RenderText {#text} at (98,176) size 60x15
    8080          text run at (98,176) width 15: " "
  • trunk/LayoutTests/platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt

    r32591 r80755  
    11layer at (0,0) size 800x600
    22  RenderView at (0,0) size 800x600
    3 layer at (0,0) size 800x310
    4   RenderBlock {HTML} at (0,0) size 800x310
    5     RenderBody {BODY} at (8,8) size 784x294
     3layer at (0,0) size 800x298
     4  RenderBlock {HTML} at (0,0) size 800x298
     5    RenderBody {BODY} at (8,8) size 784x282
    66      RenderBlock {P} at (0,0) size 784x18
    77        RenderText {#text} at (0,0) size 504x18
    88          text run at (0,0) width 504: "There should be a big pattern of green and lime dots below, with no red present."
    9       RenderBlock {DIV} at (6,24) size 66x270 [color=#00FF00] [bgcolor=#FF0000] [border: (3px solid #000000)]
     9      RenderBlock {DIV} at (6,24) size 66x258 [color=#00FF00] [bgcolor=#FF0000] [border: (3px solid #000000)]
    1010        RenderBlock {P} at (15,9) size 48x48
    1111          RenderText {#text} at (0,6) size 36x36
     
    2424            text run at (0,6) width 36: "X X"
    2525            text run at (0,30) width 36: "X X"
    26         RenderBlock {P} at (15,201) size 48x60
    27           RenderText {#text} at (0,9) size 36x42
    28             text run at (0,9) width 36: "X X"
    29             text run at (0,39) width 36: "X X"
     26        RenderBlock {P} at (15,201) size 48x48
     27          RenderText {#text} at (0,6) size 36x36
     28            text run at (0,6) width 36: "X X"
     29            text run at (0,30) width 36: "X X"
  • trunk/LayoutTests/platform/mac/css2.1/t1507-c526-font-sz-02-b-a-expected.txt

    r25970 r80755  
    11layer at (0,0) size 800x600
    22  RenderView at (0,0) size 800x600
    3 layer at (0,0) size 800x162
    4   RenderBlock {HTML} at (0,0) size 800x162
    5     RenderBody {BODY} at (8,16) size 784x138
     3layer at (0,0) size 800x154
     4  RenderBlock {HTML} at (0,0) size 800x154
     5    RenderBody {BODY} at (8,16) size 784x130
    66      RenderBlock {P} at (0,0) size 784x18
    77        RenderText {#text} at (0,0) size 472x18
    88          text run at (0,0) width 472: "There should be a solid single uninterrupted smooth column of blue below."
    9       RenderBlock {DIV} at (0,34) size 784x104 [color=#000080]
     9      RenderBlock {DIV} at (0,34) size 784x96 [color=#000080]
    1010        RenderBlock {DIV} at (0,0) size 784x32
    1111          RenderText {#text} at (0,0) size 32x32
    1212            text run at (0,0) width 32: "x"
    13         RenderBlock {DIV} at (0,32) size 784x40
    14           RenderText {#text} at (0,0) size 40x40
    15             text run at (0,0) width 40: "x"
    16         RenderBlock {DIV} at (0,72) size 784x32
     13        RenderBlock {DIV} at (0,32) size 784x32
    1714          RenderText {#text} at (0,0) size 32x32
    1815            text run at (0,0) width 32: "x"
     16        RenderBlock {DIV} at (0,64) size 784x32
     17          RenderText {#text} at (0,0) size 32x32
     18            text run at (0,0) width 32: "x"
  • trunk/LayoutTests/platform/mac/css2.1/t1601-c547-indent-00-b-a-expected.txt

    r25970 r80755  
    2929          text run at (24,0) width 24: "x"
    3030      RenderBlock {DIV} at (0,202) size 432x24 [color=#0000FF]
    31         RenderText {#text} at (30,0) size 24x24
    32           text run at (30,0) width 24: "x"
     31        RenderText {#text} at (24,0) size 24x24
     32          text run at (24,0) width 24: "x"
    3333      RenderBlock {DIV} at (0,226) size 432x24 [color=#0000FF]
    3434        RenderText {#text} at (24,0) size 24x24
  • trunk/LayoutTests/platform/mac/css2.1/t1604-c541-word-sp-00-b-a-expected.txt

    r25970 r80755  
    3535          text run at (0,0) width 384: "x xx xxx xxxx"
    3636      RenderBlock {DIV} at (0,250) size 432x24 [color=#00FFFF] [bgcolor=#FFFF00]
    37         RenderText {#text} at (0,0) size 402x24
    38           text run at (0,0) width 402: "x xx xxx xxxx"
     37        RenderText {#text} at (0,0) size 384x24
     38          text run at (0,0) width 384: "x xx xxx xxxx"
    3939      RenderBlock {DIV} at (0,274) size 432x24 [color=#00FFFF] [bgcolor=#FFFF00]
    4040        RenderText {#text} at (0,0) size 384x24
  • trunk/LayoutTests/platform/mac/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt

    r25970 r80755  
    3535          text run at (0,0) width 384: "xx xx xx"
    3636      RenderBlock {DIV} at (0,250) size 432x24 [color=#00FFFF] [bgcolor=#FFFF00]
    37         RenderText {#text} at (0,0) size 432x24
    38           text run at (0,0) width 432: "xx xx xx"
     37        RenderText {#text} at (0,0) size 384x24
     38          text run at (0,0) width 384: "xx xx xx"
    3939      RenderBlock {DIV} at (0,274) size 432x24 [color=#00FFFF] [bgcolor=#FFFF00]
    4040        RenderText {#text} at (0,0) size 384x24
  • trunk/LayoutTests/platform/mac/editing/selection/caret-ltr-2-expected.txt

    r73548 r80755  
    88          text run at (0,0) width 758: "This tests that clicking in a contenteditable div will set the caret in the right position for LTR text in a RTL block. To test"
    99          text run at (0,18) width 465: "manually, click the right of the text. The caret should be on the right edge."
    10       RenderBlock {DIV} at (0,52) size 213x45 [border: (1px solid #000000)]
    11         RenderText {#text} at (128,11) size 74x23
    12           text run at (128,11) width 74: "WebKit2"
     10      RenderBlock {DIV} at (0,52) size 201x45 [border: (1px solid #000000)]
     11        RenderText {#text} at (116,11) size 74x23
     12          text run at (116,11) width 74: "WebKit2"
    1313      RenderBlock (anonymous) at (0,97) size 784x18
    1414        RenderText {#text} at (0,0) size 39x18
  • trunk/LayoutTests/platform/mac/editing/selection/caret-ltr-2-left-expected.txt

    r73548 r80755  
    88          text run at (0,0) width 758: "This tests that clicking in a contenteditable div will set the caret in the right position for LTR text in a RTL block. To test"
    99          text run at (0,18) width 447: "manually, click the left of the text. The caret should be on the left edge."
    10       RenderBlock {DIV} at (0,52) size 213x45 [border: (1px solid #000000)]
    11         RenderText {#text} at (128,11) size 74x23
    12           text run at (128,11) width 74: "WebKit2"
     10      RenderBlock {DIV} at (0,52) size 201x45 [border: (1px solid #000000)]
     11        RenderText {#text} at (116,11) size 74x23
     12          text run at (116,11) width 74: "WebKit2"
    1313      RenderBlock (anonymous) at (0,97) size 784x18
    1414        RenderText {#text} at (0,0) size 39x18
  • trunk/LayoutTests/platform/mac/editing/selection/caret-ltr-expected.txt

    r73548 r80755  
    88          text run at (0,0) width 758: "This tests that clicking in a contenteditable div will set the caret in the right position for LTR text in a LTR block. To test"
    99          text run at (0,18) width 447: "manually, click the left of the text. The caret should be on the left edge."
    10       RenderBlock {DIV} at (0,52) size 213x45 [border: (1px solid #000000)]
     10      RenderBlock {DIV} at (0,52) size 201x45 [border: (1px solid #000000)]
    1111        RenderText {#text} at (11,11) size 74x23
    1212          text run at (11,11) width 74: "WebKit2"
  • trunk/LayoutTests/platform/mac/editing/selection/caret-ltr-right-expected.txt

    r73548 r80755  
    88          text run at (0,0) width 758: "This tests that clicking in a contenteditable div will set the caret in the right position for LTR text in a LTR block. To test"
    99          text run at (0,18) width 465: "manually, click the right of the text. The caret should be on the right edge."
    10       RenderBlock {DIV} at (0,52) size 213x45 [border: (1px solid #000000)]
     10      RenderBlock {DIV} at (0,52) size 201x45 [border: (1px solid #000000)]
    1111        RenderText {#text} at (11,11) size 74x23
    1212          text run at (11,11) width 74: "WebKit2"
  • trunk/LayoutTests/platform/mac/editing/selection/caret-rtl-2-expected.txt

    r73993 r80755  
    88          text run at (0,0) width 758: "This tests that clicking in a contenteditable div will set the caret in the right position for RTL text in a RTL block. To test"
    99          text run at (0,18) width 465: "manually, click the right of the text. The caret should be on the right edge."
    10       RenderBlock {DIV} at (0,52) size 213x46 [border: (1px solid #000000)]
     10      RenderBlock {DIV} at (0,52) size 201x46 [border: (1px solid #000000)]
    1111        RenderText {#text} at (11,12) size 72x23
    1212          text run at (11,12) width 72 RTL: "\x{5E9}\x{5D3}\x{5D4} \x{5D1}\x{5D5}\x{5E8}"
  • trunk/LayoutTests/platform/mac/editing/selection/caret-rtl-2-left-expected.txt

    r73993 r80755  
    88          text run at (0,0) width 758: "This tests that clicking in a contenteditable div will set the caret in the right position for RTL text in a LTR block. To test"
    99          text run at (0,18) width 447: "manually, click the left of the text. The caret should be on the left edge."
    10       RenderBlock {DIV} at (0,52) size 213x46 [border: (1px solid #000000)]
     10      RenderBlock {DIV} at (0,52) size 201x46 [border: (1px solid #000000)]
    1111        RenderText {#text} at (11,12) size 72x23
    1212          text run at (11,12) width 72 RTL: "\x{5E9}\x{5D3}\x{5D4} \x{5D1}\x{5D5}\x{5E8}"
  • trunk/LayoutTests/platform/mac/editing/selection/caret-rtl-expected.txt

    r73993 r80755  
    88          text run at (0,0) width 758: "This tests that clicking in a contenteditable div will set the caret in the right position for RTL text in a RTL block. To test"
    99          text run at (0,18) width 447: "manually, click the left of the text. The caret should be on the left edge."
    10       RenderBlock {DIV} at (0,52) size 213x46 [border: (1px solid #000000)]
    11         RenderText {#text} at (130,12) size 72x23
    12           text run at (130,12) width 72 RTL: "\x{5E9}\x{5D3}\x{5D4} \x{5D1}\x{5D5}\x{5E8}"
     10      RenderBlock {DIV} at (0,52) size 201x46 [border: (1px solid #000000)]
     11        RenderText {#text} at (118,12) size 72x23
     12          text run at (118,12) width 72 RTL: "\x{5E9}\x{5D3}\x{5D4} \x{5D1}\x{5D5}\x{5E8}"
    1313      RenderBlock (anonymous) at (0,98) size 784x18
    1414        RenderText {#text} at (0,0) size 39x18
  • trunk/LayoutTests/platform/mac/editing/selection/caret-rtl-right-expected.txt

    r73993 r80755  
    88          text run at (0,0) width 758: "This tests that clicking in a contenteditable div will set the caret in the right position for RTL text in a RTL block. To test"
    99          text run at (0,18) width 465: "manually, click the right of the text. The caret should be on the right edge."
    10       RenderBlock {DIV} at (0,52) size 213x46 [border: (1px solid #000000)]
    11         RenderText {#text} at (130,12) size 72x23
    12           text run at (130,12) width 72 RTL: "\x{5E9}\x{5D3}\x{5D4} \x{5D1}\x{5D5}\x{5E8}"
     10      RenderBlock {DIV} at (0,52) size 201x46 [border: (1px solid #000000)]
     11        RenderText {#text} at (118,12) size 72x23
     12          text run at (118,12) width 72 RTL: "\x{5E9}\x{5D3}\x{5D4} \x{5D1}\x{5D5}\x{5E8}"
    1313      RenderBlock (anonymous) at (0,98) size 784x18
    1414        RenderText {#text} at (0,0) size 39x18
  • trunk/LayoutTests/platform/mac/fast/block/basic/011-expected.txt

    r30393 r80755  
    2424                  RenderText {#text} at (0,4) size 28x12
    2525                    text run at (0,4) width 28: "bang "
    26                   RenderBlock {INPUT} at (31,3) size 12x13 [color=#000000]
     26                  RenderBlock {INPUT} at (30,3) size 12x13 [color=#000000]
    2727                  RenderText {#text} at (0,0) size 0x0
    2828                RenderBlock {P} at (0,20) size 139x20
    2929                  RenderText {#text} at (0,4) size 47x12
    3030                    text run at (0,4) width 47: "whimper "
    31                   RenderBlock {INPUT} at (50,3) size 12x13 [color=#000000]
     31                  RenderBlock {INPUT} at (49,3) size 12x13 [color=#000000]
    3232                  RenderText {#text} at (0,0) size 0x0
    3333              RenderBlock (anonymous) at (10,60) size 139x0
  • trunk/LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt

    r78888 r80755  
    8181                text run at (0,2) width 220: "Your research is primarily focused on:"
    8282            RenderBlock {SPAN} at (325,250) size 180x20 [color=#333333]
    83               RenderBlock {INPUT} at (3,3) size 12x13 [color=#000000]
    84               RenderText {#text} at (18,2) size 32x15
    85                 text run at (18,2) width 32: "Texts"
     83              RenderBlock {INPUT} at (2,3) size 12x13 [color=#000000]
     84              RenderText {#text} at (16,2) size 32x15
     85                text run at (16,2) width 32: "Texts"
    8686            RenderBlock {SPAN} at (325,270) size 180x20 [color=#333333]
    87               RenderBlock {INPUT} at (3,3) size 12x13 [color=#000000]
    88               RenderText {#text} at (18,2) size 133x15
    89                 text run at (18,2) width 133: "Performance materials"
     87              RenderBlock {INPUT} at (2,3) size 12x13 [color=#000000]
     88              RenderText {#text} at (16,2) size 133x15
     89                text run at (16,2) width 133: "Performance materials"
    9090            RenderBlock {SPAN} at (325,290) size 180x20 [color=#333333]
    91               RenderBlock {INPUT} at (3,3) size 12x13 [color=#000000]
    92               RenderText {#text} at (18,2) size 21x15
    93                 text run at (18,2) width 21: "n/a"
     91              RenderBlock {INPUT} at (2,3) size 12x13 [color=#000000]
     92              RenderText {#text} at (16,2) size 21x15
     93                text run at (16,2) width 21: "n/a"
    9494            RenderBlock {H2} at (0,335) size 560x16 [color=#333333]
    9595              RenderText {#text} at (0,0) size 374x16
     
    101101              RenderText {#text} at (0,2) size 19x15
    102102                text run at (0,2) width 19: "Yes"
    103               RenderBlock {INPUT} at (22,3) size 12x13 [color=#000000]
    104               RenderText {#text} at (37,2) size 19x15
    105                 text run at (37,2) width 4: " "
    106                 text run at (41,2) width 15: "No"
    107               RenderBlock {INPUT} at (59,3) size 12x13 [color=#000000]
     103              RenderBlock {INPUT} at (21,3) size 12x13 [color=#000000]
     104              RenderText {#text} at (35,2) size 19x15
     105                text run at (35,2) width 4: " "
     106                text run at (39,2) width 15: "No"
     107              RenderBlock {INPUT} at (56,3) size 12x13 [color=#000000]
    108108              RenderText {#text} at (0,0) size 0x0
    109109            RenderBlock {P} at (0,394) size 560x20 [color=#333333]
  • trunk/LayoutTests/platform/mac/fast/css/ex-after-font-variant-expected.txt

    r30635 r80755  
    1919        RenderText {#text} at (0,0) size 244x18
    2020          text run at (0,0) width 244: "There should be a green square below:"
    21       RenderBlock {DIV} at (0,68) size 153x153 [bgcolor=#008000]
     21      RenderBlock {DIV} at (0,68) size 143x143 [bgcolor=#008000]
  • trunk/LayoutTests/platform/mac/fast/css/non-standard-checkbox-size-expected.txt

    r63403 r80755  
    66      RenderText {#text} at (0,37) size 289x18
    77        text run at (0,37) width 289: "The following inputs should not be stretched. "
    8       RenderBlock {INPUT} at (292,3) size 12x50
    9       RenderText {#text} at (307,37) size 4x18
    10         text run at (307,37) width 4: " "
    11       RenderBlock {INPUT} at (314,3) size 12x50
     8      RenderBlock {INPUT} at (291,3) size 12x50
     9      RenderText {#text} at (305,37) size 4x18
     10        text run at (305,37) width 4: " "
     11      RenderBlock {INPUT} at (311,3) size 12x50
    1212      RenderText {#text} at (0,0) size 0x0
  • trunk/LayoutTests/platform/mac/fast/forms/001-expected.txt

    r78884 r80755  
    2020          RenderTableSection {TBODY} at (2,2) size 780x20
    2121            RenderTableRow {TR} at (0,0) size 780x20
    22               RenderTableCell {TD} at (0,0) size 20x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
    23                 RenderBlock {INPUT} at (4,4) size 12x12
    24               RenderTableCell {TD} at (20,9) size 760x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
     22              RenderTableCell {TD} at (0,0) size 18x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
     23                RenderBlock {INPUT} at (3,4) size 12x12
     24              RenderTableCell {TD} at (18,9) size 762x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
    2525      RenderBlock {P} at (0,200) size 784x24
    2626        RenderTable {TABLE} at (0,0) size 784x24 [border: (2px outset #808080)]
    2727          RenderTableSection {TBODY} at (2,2) size 780x20
    2828            RenderTableRow {TR} at (0,0) size 780x20
    29               RenderTableCell {TD} at (0,0) size 20x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
    30                 RenderBlock {INPUT} at (4,4) size 12x12
    31               RenderTableCell {TD} at (20,9) size 760x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
     29              RenderTableCell {TD} at (0,0) size 18x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
     30                RenderBlock {INPUT} at (3,4) size 12x12
     31              RenderTableCell {TD} at (18,9) size 762x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
    3232      RenderBlock {P} at (0,240) size 784x28
    3333        RenderTable {TABLE} at (0,0) size 784x28 [border: (2px outset #808080)]
  • trunk/LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt

    r54748 r80755  
    5252        RenderText {#text} at (1,1) size 7x18
    5353          text run at (1,1) width 7: "a"
    54         RenderBlock {INPUT} at (11,5) size 12x12
    55         RenderText {#text} at (26,1) size 65x18
    56           text run at (26,1) width 65: "checkbox "
    57         RenderBlock {INPUT} at (94,5) size 12x12
    58         RenderText {#text} at (109,1) size 8x18
    59           text run at (109,1) width 8: "b"
     54        RenderBlock {INPUT} at (10,5) size 12x12
     55        RenderText {#text} at (24,1) size 65x18
     56          text run at (24,1) width 65: "checkbox "
     57        RenderBlock {INPUT} at (91,5) size 12x12
     58        RenderText {#text} at (105,1) size 8x18
     59          text run at (105,1) width 8: "b"
    6060      RenderBlock {DIV} at (10,405) size 450x21 [border: (1px solid #FF0000)]
    6161        RenderText {#text} at (1,1) size 7x18
    6262          text run at (1,1) width 7: "a"
    63         RenderBlock {INPUT} at (11,4) size 12x13
    64         RenderText {#text} at (26,1) size 36x18
    65           text run at (26,1) width 36: "radio "
    66         RenderBlock {INPUT} at (65,4) size 12x13
    67         RenderText {#text} at (80,1) size 8x18
    68           text run at (80,1) width 8: "b"
     63        RenderBlock {INPUT} at (10,4) size 12x13
     64        RenderText {#text} at (24,1) size 36x18
     65          text run at (24,1) width 36: "radio "
     66        RenderBlock {INPUT} at (62,4) size 12x13
     67        RenderText {#text} at (76,1) size 8x18
     68          text run at (76,1) width 8: "b"
    6969layer at (31,330) size 119x13 scrollWidth 166
    7070  RenderBlock {DIV} at (3,3) size 119x13
  • trunk/LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt

    r63403 r80755  
    2929        RenderText {#text} at (0,0) size 0x0
    3030      RenderBlock (anonymous) at (0,137) size 784x32
    31         RenderBlock {INPUT} at (3,12) size 12x13
    32         RenderText {#text} at (18,9) size 4x18
    33           text run at (18,9) width 4: " "
    34         RenderBlock {INPUT} at (25,13) size 12x12
    35         RenderText {#text} at (40,9) size 4x18
    36           text run at (40,9) width 4: " "
    37         RenderSlider {INPUT} at (46,8) size 129x15 [bgcolor=#FFFFFF]
     31        RenderBlock {INPUT} at (2,12) size 12x13
     32        RenderText {#text} at (16,9) size 4x18
     33          text run at (16,9) width 4: " "
     34        RenderBlock {INPUT} at (22,13) size 12x12
     35        RenderText {#text} at (36,9) size 4x18
     36          text run at (36,9) width 4: " "
     37        RenderSlider {INPUT} at (42,8) size 129x15 [bgcolor=#FFFFFF]
    3838          RenderBlock {DIV} at (57,0) size 15x15
    39         RenderText {#text} at (177,9) size 4x18
    40           text run at (177,9) width 4: " "
    41         RenderFileUploadControl {INPUT} at (183,10) size 237x18 "no file selected"
     39        RenderText {#text} at (173,9) size 4x18
     40          text run at (173,9) width 4: " "
     41        RenderFileUploadControl {INPUT} at (179,10) size 237x18 "no file selected"
    4242          RenderButton {INPUT} at (0,0) size 78x18 [bgcolor=#C0C0C0]
    4343            RenderBlock (anonymous) at (8,2) size 62x13
    4444              RenderText at (0,0) size 62x13
    4545                text run at (0,0) width 62: "Choose File"
    46         RenderText {#text} at (422,9) size 4x18
    47           text run at (422,9) width 4: " "
    48         RenderButton {INPUT} at (428,8) size 58x21 [bgcolor=#C0C0C0]
     46        RenderText {#text} at (418,9) size 4x18
     47          text run at (418,9) width 4: " "
     48        RenderButton {INPUT} at (424,8) size 58x21 [bgcolor=#C0C0C0]
    4949          RenderBlock (anonymous) at (8,2) size 42x16
    5050            RenderText at (0,0) size 42x16
    5151              text run at (0,0) width 42: "Button"
    52         RenderText {#text} at (488,9) size 4x18
    53           text run at (488,9) width 4: " "
    54         RenderButton {INPUT} at (494,10) size 51x18 [bgcolor=#C0C0C0]
     52        RenderText {#text} at (484,9) size 4x18
     53          text run at (484,9) width 4: " "
     54        RenderButton {INPUT} at (490,10) size 51x18 [bgcolor=#C0C0C0]
    5555          RenderBlock (anonymous) at (8,2) size 35x13
    5656            RenderText at (0,0) size 35x13
    5757              text run at (0,0) width 35: "Button"
    58         RenderText {#text} at (547,9) size 4x18
    59           text run at (547,9) width 4: " "
    60         RenderButton {INPUT} at (551,12) size 45x15 [bgcolor=#C0C0C0]
     58        RenderText {#text} at (543,9) size 4x18
     59          text run at (543,9) width 4: " "
     60        RenderButton {INPUT} at (547,12) size 45x15 [bgcolor=#C0C0C0]
    6161          RenderBlock (anonymous) at (8,2) size 29x11
    6262            RenderText at (0,0) size 29x11
    6363              text run at (0,0) width 29: "Button"
    64         RenderText {#text} at (596,9) size 4x18
    65           text run at (596,9) width 4: " "
    66         RenderButton {BUTTON} at (602,2) size 80x28 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0) none (2px outset #C0C0C0)]
     64        RenderText {#text} at (592,9) size 4x18
     65          text run at (592,9) width 4: " "
     66        RenderButton {BUTTON} at (598,2) size 80x28 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0) none (2px outset #C0C0C0)]
    6767          RenderBlock (anonymous) at (8,2) size 64x23
    6868            RenderText {#text} at (0,0) size 64x23
  • trunk/LayoutTests/platform/mac/fast/forms/checkbox-radio-onchange-expected.txt

    r63403 r80755  
    88          text run at (0,0) width 364: "This is to test onchange of checkboxes and radio buttons. "
    99        RenderBR {BR} at (364,14) size 0x0
    10         RenderBlock {INPUT} at (3,22) size 12x12
    11         RenderText {#text} at (18,18) size 65x18
    12           text run at (18,18) width 65: "Checkbox"
     10        RenderBlock {INPUT} at (2,22) size 12x12
     11        RenderText {#text} at (16,18) size 65x18
     12          text run at (16,18) width 65: "Checkbox"
    1313      RenderBlock {DIV} at (0,37) size 784x18
    1414        RenderText {#text} at (0,0) size 321x18
    1515          text run at (0,0) width 321: "Test 1 Passed. onChange event fired for checkbox."
    1616      RenderBlock (anonymous) at (0,55) size 784x19
    17         RenderBlock {INPUT} at (3,3) size 12x13
    18         RenderText {#text} at (18,0) size 54x18
    19           text run at (18,0) width 54: "Radio 1 "
    20         RenderBlock {INPUT} at (75,3) size 12x13
    21         RenderText {#text} at (90,0) size 50x18
    22           text run at (90,0) width 50: "Radio 2"
     17        RenderBlock {INPUT} at (2,3) size 12x13
     18        RenderText {#text} at (16,0) size 54x18
     19          text run at (16,0) width 54: "Radio 1 "
     20        RenderBlock {INPUT} at (72,3) size 12x13
     21        RenderText {#text} at (86,0) size 50x18
     22          text run at (86,0) width 50: "Radio 2"
    2323      RenderBlock {DIV} at (0,74) size 784x18
    2424        RenderText {#text} at (0,0) size 336x18
  • trunk/LayoutTests/platform/mac/fast/forms/file-input-disabled-expected.txt

    r64712 r80755  
    66      RenderBlock {FORM} at (0,0) size 784x59
    77        RenderBlock (anonymous) at (0,0) size 784x59
    8           RenderBlock {INPUT} at (3,4) size 12x12
     8          RenderBlock {INPUT} at (2,4) size 12x12
    99          RenderInline {B} at (0,0) size 75x18
    10             RenderText {#text} at (18,0) size 75x18
    11               text run at (18,0) width 75: "Attach File"
    12           RenderBR {BR} at (93,14) size 0x0
     10            RenderText {#text} at (16,0) size 75x18
     11              text run at (16,0) width 75: "Attach File"
     12          RenderBR {BR} at (91,14) size 0x0
    1313          RenderBR {BR} at (0,19) size 0x18
    1414          RenderText {#text} at (0,38) size 86x18
  • trunk/LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt

    r64712 r80755  
    106106          text run at (0,0) width 200: "Baseline Alignment"
    107107      RenderBlock {DIV} at (0,359) size 769x29
    108         RenderInline {FONT} at (0,0) size 219x28
     108        RenderInline {FONT} at (0,0) size 215x28
    109109          RenderText {#text} at (0,0) size 43x28
    110110            text run at (0,0) width 43: "text "
     
    121121          RenderText {#text} at (171,0) size 6x28
    122122            text run at (171,0) width 6: " "
    123           RenderBlock {INPUT} at (180,11) size 12x13
    124           RenderText {#text} at (195,0) size 6x28
    125             text run at (195,0) width 6: " "
    126           RenderBlock {INPUT} at (204,12) size 12x12
     123          RenderBlock {INPUT} at (179,11) size 12x13
     124          RenderText {#text} at (193,0) size 6x28
     125            text run at (193,0) width 6: " "
     126          RenderBlock {INPUT} at (201,12) size 12x12
    127127          RenderText {#text} at (0,0) size 0x0
    128128      RenderBlock {DIV} at (0,388) size 769x22
     
    141141        RenderText {#text} at (153,1) size 4x18
    142142          text run at (153,1) width 4: " "
    143         RenderBlock {INPUT} at (160,4) size 12x13
    144         RenderText {#text} at (175,1) size 4x18
    145           text run at (175,1) width 4: " "
    146         RenderBlock {INPUT} at (182,5) size 12x12
     143        RenderBlock {INPUT} at (159,4) size 12x13
     144        RenderText {#text} at (173,1) size 4x18
     145          text run at (173,1) width 4: " "
     146        RenderBlock {INPUT} at (179,5) size 12x12
    147147        RenderText {#text} at (0,0) size 0x0
    148148      RenderBlock {DIV} at (0,410) size 769x22
    149         RenderInline {FONT} at (0,0) size 185x13
     149        RenderInline {FONT} at (0,0) size 181x13
    150150          RenderText {#text} at (0,5) size 18x13
    151151            text run at (0,5) width 18: "text "
     
    162162          RenderText {#text} at (143,5) size 3x13
    163163            text run at (143,5) width 3: " "
    164           RenderBlock {INPUT} at (149,4) size 12x13
    165           RenderText {#text} at (164,5) size 3x13
    166             text run at (164,5) width 3: " "
    167           RenderBlock {INPUT} at (170,5) size 12x12
     164          RenderBlock {INPUT} at (148,4) size 12x13
     165          RenderText {#text} at (162,5) size 3x13
     166            text run at (162,5) width 3: " "
     167          RenderBlock {INPUT} at (167,5) size 12x12
    168168          RenderText {#text} at (0,0) size 0x0
    169169      RenderBlock {DIV} at (0,432) size 769x43
  • trunk/LayoutTests/platform/mac/fast/forms/formmove-expected.txt

    r25970 r80755  
    55    RenderBody {BODY} at (8,8) size 784x584
    66      RenderBlock {FORM} at (0,0) size 784x19
    7         RenderBlock {INPUT} at (3,3) size 12x13
    8         RenderText {#text} at (18,0) size 34x18
    9           text run at (18,0) width 34: "Two "
    10         RenderBlock {INPUT} at (55,3) size 12x13
    11         RenderText {#text} at (70,0) size 37x18
    12           text run at (70,0) width 37: "Three"
     7        RenderBlock {INPUT} at (2,3) size 12x13
     8        RenderText {#text} at (16,0) size 34x18
     9          text run at (16,0) width 34: "Two "
     10        RenderBlock {INPUT} at (52,3) size 12x13
     11        RenderText {#text} at (66,0) size 37x18
     12          text run at (66,0) width 37: "Three"
    1313      RenderBlock {FORM} at (0,35) size 784x19
    14         RenderBlock {INPUT} at (3,3) size 12x13
    15         RenderText {#text} at (18,0) size 31x18
    16           text run at (18,0) width 31: "One "
    17         RenderBlock {INPUT} at (52,3) size 12x13
    18         RenderText {#text} at (67,0) size 34x18
    19           text run at (67,0) width 34: "Two "
    20         RenderBlock {INPUT} at (104,3) size 12x13
    21         RenderText {#text} at (119,0) size 41x18
    22           text run at (119,0) width 41: "Three "
    23         RenderBlock {INPUT} at (163,3) size 12x13
    24         RenderText {#text} at (178,0) size 27x18
    25           text run at (178,0) width 27: "One"
     14        RenderBlock {INPUT} at (2,3) size 12x13
     15        RenderText {#text} at (16,0) size 31x18
     16          text run at (16,0) width 31: "One "
     17        RenderBlock {INPUT} at (49,3) size 12x13
     18        RenderText {#text} at (63,0) size 34x18
     19          text run at (63,0) width 34: "Two "
     20        RenderBlock {INPUT} at (99,3) size 12x13
     21        RenderText {#text} at (113,0) size 41x18
     22          text run at (113,0) width 41: "Three "
     23        RenderBlock {INPUT} at (156,3) size 12x13
     24        RenderText {#text} at (170,0) size 27x18
     25          text run at (170,0) width 27: "One"
    2626      RenderBlock (anonymous) at (0,70) size 784x36
    2727        RenderText {#text} at (0,0) size 766x36
  • trunk/LayoutTests/platform/mac/fast/forms/formmove2-expected.txt

    r63403 r80755  
    55    RenderBody {BODY} at (8,8) size 784x584
    66      RenderBlock {FORM} at (0,0) size 784x19
    7         RenderBlock {INPUT} at (3,3) size 12x13
    8         RenderBlock {INPUT} at (21,3) size 12x13
     7        RenderBlock {INPUT} at (2,3) size 12x13
     8        RenderBlock {INPUT} at (18,3) size 12x13
    99      RenderBlock (anonymous) at (0,35) size 784x36
    1010        RenderText {#text} at (0,0) size 777x36
  • trunk/LayoutTests/platform/mac/fast/forms/indeterminate-expected.txt

    r63403 r80755  
    44  RenderBlock {HTML} at (0,0) size 800x600
    55    RenderBody {BODY} at (8,8) size 784x584
    6       RenderText {#text} at (18,0) size 491x18
    7         text run at (18,0) width 491: " This checkbox should look 50% transparent and should be in the mixed state."
     6      RenderText {#text} at (16,0) size 491x18
     7        text run at (16,0) width 491: " This checkbox should look 50% transparent and should be in the mixed state."
    88      RenderText {#text} at (0,0) size 0x0
    9 layer at (11,12) size 12x12
    10   RenderBlock {INPUT} at (3,4) size 12x12
     9layer at (10,12) size 12x12
     10  RenderBlock {INPUT} at (2,4) size 12x12
  • trunk/LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt

    r54748 r80755  
    2222        RenderText {#text} at (0,46) size 65x18
    2323          text run at (0,46) width 65: "checkbox "
    24         RenderBlock {INPUT} at (68,50) size 12x12
    25         RenderText {#text} at (83,46) size 4x18
    26           text run at (83,46) width 4: " "
    27         RenderBR {BR} at (87,60) size 0x0
     24        RenderBlock {INPUT} at (67,50) size 12x12
     25        RenderText {#text} at (81,46) size 4x18
     26          text run at (81,46) width 4: " "
     27        RenderBR {BR} at (85,60) size 0x0
    2828        RenderText {#text} at (0,66) size 24x18
    2929          text run at (0,66) width 24: "file "
     
    4444        RenderText {#text} at (0,105) size 36x18
    4545          text run at (0,105) width 36: "radio "
    46         RenderBlock {INPUT} at (39,108) size 12x13
    47         RenderText {#text} at (54,105) size 4x18
    48           text run at (54,105) width 4: " "
    49         RenderBR {BR} at (58,119) size 0x0
     46        RenderBlock {INPUT} at (38,108) size 12x13
     47        RenderText {#text} at (52,105) size 4x18
     48          text run at (52,105) width 4: " "
     49        RenderBR {BR} at (56,119) size 0x0
    5050        RenderText {#text} at (0,127) size 39x18
    5151          text run at (0,127) width 39: "range "
  • trunk/LayoutTests/platform/mac/fast/forms/input-value-expected.txt

    r78883 r80755  
    5858                  text run at (1,1) width 249: "check box with value property changed"
    5959              RenderTableCell {TD} at (389,56) size 243x20 [r=2 c=1 rs=1 cs=1]
    60                 RenderBlock {INPUT} at (4,4) size 12x12
     60                RenderBlock {INPUT} at (3,4) size 12x12
    6161              RenderTableCell {TD} at (634,56) size 62x20 [r=2 c=2 rs=1 cs=1]
    6262                RenderText {#text} at (1,1) size 28x18
     
    108108                  text run at (1,1) width 216: "radio with value property changed"
    109109              RenderTableCell {TD} at (389,148) size 243x21 [r=6 c=1 rs=1 cs=1]
    110                 RenderBlock {INPUT} at (4,4) size 12x13
     110                RenderBlock {INPUT} at (3,4) size 12x13
    111111              RenderTableCell {TD} at (634,148) size 62x20 [r=6 c=2 rs=1 cs=1]
    112112                RenderText {#text} at (1,1) size 28x18
     
    132132                  text run at (1,1) width 247: "check box with value attribute changed"
    133133              RenderTableCell {TD} at (389,198) size 243x20 [r=8 c=1 rs=1 cs=1]
    134                 RenderBlock {INPUT} at (4,4) size 12x12
     134                RenderBlock {INPUT} at (3,4) size 12x12
    135135              RenderTableCell {TD} at (634,198) size 62x20 [r=8 c=2 rs=1 cs=1]
    136136                RenderText {#text} at (1,1) size 28x18
     
    144144                  text run at (1,1) width 383: "text with value property changed, then turned into check box"
    145145              RenderTableCell {TD} at (389,220) size 243x20 [r=9 c=1 rs=1 cs=1]
    146                 RenderBlock {INPUT} at (4,4) size 12x12
     146                RenderBlock {INPUT} at (3,4) size 12x12
    147147              RenderTableCell {TD} at (634,220) size 62x20 [r=9 c=2 rs=1 cs=1]
    148148                RenderText {#text} at (1,1) size 28x18
     
    168168                  text run at (1,1) width 381: "text with value attribute changed, then turned into check box"
    169169              RenderTableCell {TD} at (389,269) size 243x20 [r=11 c=1 rs=1 cs=1]
    170                 RenderBlock {INPUT} at (4,4) size 12x12
     170                RenderBlock {INPUT} at (3,4) size 12x12
    171171              RenderTableCell {TD} at (634,269) size 62x20 [r=11 c=2 rs=1 cs=1]
    172172                RenderText {#text} at (1,1) size 28x18
  • trunk/LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.txt

    r78884 r80755  
    44  RenderBlock {HTML} at (0,0) size 800x600
    55    RenderBody {BODY} at (8,8) size 784x584
    6       RenderBlock {DIV} at (0,0) size 127x29 [bgcolor=#C3D9FF]
    7         RenderTable {TABLE} at (0,0) size 127x29
    8           RenderTableSection {TBODY} at (0,0) size 127x29
    9             RenderTableRow {TR} at (0,2) size 127x25
    10               RenderTableCell {TD} at (2,2) size 123x25 [r=0 c=0 rs=1 cs=1]
    11                 RenderTextControl {INPUT} at (1,3) size 121x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     6      RenderBlock {DIV} at (0,0) size 119x29 [bgcolor=#C3D9FF]
     7        RenderTable {TABLE} at (0,0) size 119x29
     8          RenderTableSection {TBODY} at (0,0) size 119x29
     9            RenderTableRow {TR} at (0,2) size 119x25
     10              RenderTableCell {TD} at (2,2) size 115x25 [r=0 c=0 rs=1 cs=1]
     11                RenderTextControl {INPUT} at (1,3) size 113x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    1212                RenderText {#text} at (0,0) size 0x0
    13 layer at (14,16) size 115x13 scrollWidth 118
    14   RenderBlock {DIV} at (3,3) size 115x13
     13layer at (14,16) size 107x13 scrollWidth 118
     14  RenderBlock {DIV} at (3,3) size 107x13
    1515    RenderText {#text} at (1,0) size 116x13
    1616      text run at (1,0) width 116: "Should fit in blue box"
  • trunk/LayoutTests/platform/mac/fast/forms/radio-attr-order-expected.txt

    r30635 r80755  
    99        RenderBR {BR} at (744,14) size 0x0
    1010        RenderBR {BR} at (0,18) size 0x18
    11         RenderBlock {INPUT} at (3,39) size 12x13
    12         RenderText {#text} at (18,36) size 300x18
    13           text run at (18,36) width 300: "This radio button should be checked by default "
    14         RenderBR {BR} at (318,50) size 0x0
     11        RenderBlock {INPUT} at (2,39) size 12x13
     12        RenderText {#text} at (16,36) size 300x18
     13          text run at (16,36) width 300: "This radio button should be checked by default "
     14        RenderBR {BR} at (316,50) size 0x0
    1515        RenderBR {BR} at (0,55) size 0x18
    1616      RenderBlock {DIV} at (0,73) size 784x18
  • trunk/LayoutTests/platform/mac/fast/forms/radio-nested-labels-expected.txt

    r63403 r80755  
    1111      RenderBlock {FORM} at (0,52) size 784x37
    1212        RenderBlock (anonymous) at (0,0) size 784x19
    13           RenderBlock {INPUT} at (3,3) size 12x13
    14           RenderInline {LABEL} at (0,0) size 170x18
    15             RenderText {#text} at (18,0) size 27x18
    16               text run at (18,0) width 27: "one "
    17             RenderBlock {INPUT} at (48,3) size 12x13
    18             RenderInline {LABEL} at (0,0) size 125x18
    19               RenderText {#text} at (63,0) size 28x18
    20                 text run at (63,0) width 28: "two "
    21               RenderBlock {INPUT} at (94,3) size 12x13
    22               RenderInline {LABEL} at (0,0) size 79x18
    23                 RenderText {#text} at (109,0) size 35x18
    24                   text run at (109,0) width 35: "three "
    25                 RenderBlock {INPUT} at (147,3) size 12x13
     13          RenderBlock {INPUT} at (2,3) size 12x13
     14          RenderInline {LABEL} at (0,0) size 164x18
     15            RenderText {#text} at (16,0) size 27x18
     16              text run at (16,0) width 27: "one "
     17            RenderBlock {INPUT} at (45,3) size 12x13
     18            RenderInline {LABEL} at (0,0) size 121x18
     19              RenderText {#text} at (59,0) size 28x18
     20                text run at (59,0) width 28: "two "
     21              RenderBlock {INPUT} at (89,3) size 12x13
     22              RenderInline {LABEL} at (0,0) size 77x18
     23                RenderText {#text} at (103,0) size 35x18
     24                  text run at (103,0) width 35: "three "
     25                RenderBlock {INPUT} at (140,3) size 12x13
    2626                RenderInline {LABEL} at (0,0) size 26x18
    27                   RenderText {#text} at (162,0) size 26x18
    28                     text run at (162,0) width 26: "four"
     27                  RenderText {#text} at (154,0) size 26x18
     28                    text run at (154,0) width 26: "four"
    2929        RenderBlock (anonymous) at (0,19) size 784x18
    3030          RenderBlock {DIV} at (0,0) size 784x18
  • trunk/LayoutTests/platform/mac/fast/forms/radio_checked-expected.txt

    r25970 r80755  
    1010        RenderText {#text} at (0,0) size 322x18
    1111          text run at (0,0) width 322: "These buttons are in group1 but don't have a form. "
    12         RenderBlock {INPUT} at (325,3) size 12x13
    13         RenderText {#text} at (340,0) size 4x18
    14           text run at (340,0) width 4: " "
    15         RenderBlock {INPUT} at (347,3) size 12x13
     12        RenderBlock {INPUT} at (324,3) size 12x13
     13        RenderText {#text} at (338,0) size 4x18
     14          text run at (338,0) width 4: " "
     15        RenderBlock {INPUT} at (344,3) size 12x13
    1616        RenderText {#text} at (0,0) size 0x0
    1717      RenderBlock {FORM} at (0,53) size 784x56
     
    1919        RenderText {#text} at (0,18) size 289x18
    2020          text run at (0,18) width 289: "These buttons are in group1, in the first form. "
    21         RenderBlock {INPUT} at (292,21) size 12x13
    22         RenderText {#text} at (307,18) size 4x18
    23           text run at (307,18) width 4: " "
    24         RenderBlock {INPUT} at (314,21) size 12x13
    25         RenderText {#text} at (329,18) size 4x18
    26           text run at (329,18) width 4: " "
     21        RenderBlock {INPUT} at (291,21) size 12x13
     22        RenderText {#text} at (305,18) size 4x18
     23          text run at (305,18) width 4: " "
     24        RenderBlock {INPUT} at (311,21) size 12x13
     25        RenderText {#text} at (325,18) size 4x18
     26          text run at (325,18) width 4: " "
    2727        RenderBR {BR} at (0,0) size 0x0
    2828        RenderText {#text} at (0,37) size 289x18
    2929          text run at (0,37) width 289: "These buttons are in group2, in the first form. "
    30         RenderBlock {INPUT} at (292,40) size 12x13
    31         RenderText {#text} at (307,37) size 4x18
    32           text run at (307,37) width 4: " "
    33         RenderBlock {INPUT} at (314,40) size 12x13
     30        RenderBlock {INPUT} at (291,40) size 12x13
     31        RenderText {#text} at (305,37) size 4x18
     32          text run at (305,37) width 4: " "
     33        RenderBlock {INPUT} at (311,40) size 12x13
    3434        RenderText {#text} at (0,0) size 0x0
    3535      RenderBlock (anonymous) at (0,125) size 784x19
    3636        RenderText {#text} at (0,0) size 322x18
    3737          text run at (0,0) width 322: "These buttons are in group1 but don't have a form. "
    38         RenderBlock {INPUT} at (325,3) size 12x13
    39         RenderText {#text} at (340,0) size 4x18
    40           text run at (340,0) width 4: " "
    41         RenderBlock {INPUT} at (347,3) size 12x13
     38        RenderBlock {INPUT} at (324,3) size 12x13
     39        RenderText {#text} at (338,0) size 4x18
     40          text run at (338,0) width 4: " "
     41        RenderBlock {INPUT} at (344,3) size 12x13
    4242        RenderText {#text} at (0,0) size 0x0
    4343      RenderBlock {FORM} at (0,144) size 784x37
     
    4545        RenderText {#text} at (0,18) size 309x18
    4646          text run at (0,18) width 309: "These buttons are in group2, in the second form. "
    47         RenderBlock {INPUT} at (312,21) size 12x13
    48         RenderText {#text} at (327,18) size 4x18
    49           text run at (327,18) width 4: " "
    50         RenderBlock {INPUT} at (334,21) size 12x13
     47        RenderBlock {INPUT} at (311,21) size 12x13
     48        RenderText {#text} at (325,18) size 4x18
     49          text run at (325,18) width 4: " "
     50        RenderBlock {INPUT} at (331,21) size 12x13
    5151        RenderText {#text} at (0,0) size 0x0
    5252      RenderBlock {DIV} at (0,197) size 784x18
  • trunk/LayoutTests/platform/mac/fast/forms/radio_checked_dynamic-expected.txt

    r25970 r80755  
    1414        RenderText {#text} at (0,0) size 0x0
    1515      RenderBlock {FORM} at (0,54) size 784x19
    16         RenderBlock {INPUT} at (3,3) size 12x13
    17         RenderBlock {INPUT} at (21,3) size 12x13
     16        RenderBlock {INPUT} at (2,3) size 12x13
     17        RenderBlock {INPUT} at (18,3) size 12x13
    1818      RenderBlock {DIV} at (0,89) size 784x18
    1919        RenderText {#text} at (0,0) size 91x18
     
    4747        RenderText {#text} at (0,0) size 0x0
    4848      RenderBlock {FORM} at (0,299) size 784x19
    49         RenderBlock {INPUT} at (3,3) size 12x13
    50         RenderText {#text} at (18,0) size 4x18
    51           text run at (18,0) width 4: " "
    52         RenderBlock {INPUT} at (25,3) size 12x13
    53         RenderBlock {INPUT} at (43,3) size 12x13
     49        RenderBlock {INPUT} at (2,3) size 12x13
     50        RenderText {#text} at (16,0) size 4x18
     51          text run at (16,0) width 4: " "
     52        RenderBlock {INPUT} at (22,3) size 12x13
     53        RenderBlock {INPUT} at (38,3) size 12x13
    5454      RenderBlock {DIV} at (0,334) size 784x18
    5555        RenderText {#text} at (0,0) size 91x18
    5656          text run at (0,0) width 91: "Test 4 Passed"
    5757      RenderBlock (anonymous) at (0,352) size 784x19
    58         RenderBlock {INPUT} at (3,3) size 12x13
    59         RenderBlock {INPUT} at (21,3) size 12x13
    60         RenderBlock {INPUT} at (39,3) size 12x13
    61         RenderBlock {INPUT} at (57,3) size 12x13
     58        RenderBlock {INPUT} at (2,3) size 12x13
     59        RenderBlock {INPUT} at (18,3) size 12x13
     60        RenderBlock {INPUT} at (34,3) size 12x13
     61        RenderBlock {INPUT} at (50,3) size 12x13
  • trunk/LayoutTests/platform/mac/fast/inline/positionedLifetime-expected.txt

    r63403 r80755  
    44  RenderBlock {HTML} at (0,0) size 800x600
    55    RenderBody {BODY} at (8,8) size 784x584
    6       RenderBlock {INPUT} at (3,3) size 12x13
    7       RenderText {#text} at (18,0) size 4x18
    8         text run at (18,0) width 4: " "
    9       RenderBR {BR} at (22,14) size 0x0
     6      RenderBlock {INPUT} at (2,3) size 12x13
     7      RenderText {#text} at (16,0) size 4x18
     8        text run at (16,0) width 4: " "
     9      RenderBR {BR} at (20,14) size 0x0
    1010      RenderText {#text} at (0,0) size 0x0
    1111      RenderText {#text} at (0,0) size 0x0
  • trunk/LayoutTests/platform/mac/fast/lists/008-expected.txt

    r25970 r80755  
    44  RenderBlock {HTML} at (0,0) size 785x1808
    55    RenderBody {BODY} at (8,8) size 769x1784
    6       RenderBlock {UL} at (0,0) size 195x134 [border: (1px solid #0000FF)]
    7         RenderListItem {LI} at (41,1) size 153x38 [border: (5px solid #FFA500)]
     6      RenderBlock {UL} at (0,0) size 185x134 [border: (1px solid #0000FF)]
     7        RenderListItem {LI} at (41,1) size 143x38 [border: (5px solid #FFA500)]
    88          RenderListMarker at (-17,10) size 7x18: bullet
    99          RenderText {#text} at (10,10) size 59x18
    1010            text run at (10,10) width 59: "First item"
    11         RenderListItem {LI} at (41,39) size 153x56 [border: (5px solid #FFA500)]
     11        RenderListItem {LI} at (41,39) size 143x56 [border: (5px solid #FFA500)]
    1212          RenderListMarker at (-17,10) size 7x18: bullet
    1313          RenderText {#text} at (10,10) size 106x36
    1414            text run at (10,10) width 106: "Second and very"
    1515            text run at (10,28) width 91: "very long item"
    16         RenderListItem {LI} at (41,95) size 153x38 [border: (5px solid #FFA500)]
     16        RenderListItem {LI} at (41,95) size 143x38 [border: (5px solid #FFA500)]
    1717          RenderListMarker at (-17,10) size 7x18: bullet
    1818          RenderText {#text} at (10,10) size 66x18
    1919            text run at (10,10) width 66: "Third item"
    20       RenderBlock {UL} at (0,150) size 195x134 [border: (1px solid #FF0000)]
    21         RenderListItem {LI} at (1,1) size 153x38 [border: (5px solid #FFA500)]
    22           RenderListMarker at (163,10) size 7x18: bullet
    23           RenderText {#text} at (84,10) size 59x18
    24             text run at (84,10) width 59: "First item"
    25         RenderListItem {LI} at (1,39) size 153x56 [border: (5px solid #FFA500)]
    26           RenderListMarker at (163,10) size 7x18: bullet
    27           RenderText {#text} at (37,10) size 106x36
    28             text run at (37,10) width 106: "Second and very"
    29             text run at (52,28) width 91: "very long item"
    30         RenderListItem {LI} at (1,95) size 153x38 [border: (5px solid #FFA500)]
    31           RenderListMarker at (163,10) size 7x18: bullet
    32           RenderText {#text} at (77,10) size 66x18
    33             text run at (77,10) width 66: "Third item"
    34       RenderBlock {UL} at (0,300) size 195x134 [border: (1px solid #0000FF)]
    35         RenderListItem {LI} at (41,1) size 153x38 [border: (5px solid #FFA500)]
     20      RenderBlock {UL} at (0,150) size 185x134 [border: (1px solid #FF0000)]
     21        RenderListItem {LI} at (1,1) size 143x38 [border: (5px solid #FFA500)]
     22          RenderListMarker at (153,10) size 7x18: bullet
     23          RenderText {#text} at (74,10) size 59x18
     24            text run at (74,10) width 59: "First item"
     25        RenderListItem {LI} at (1,39) size 143x56 [border: (5px solid #FFA500)]
     26          RenderListMarker at (153,10) size 7x18: bullet
     27          RenderText {#text} at (27,10) size 106x36
     28            text run at (27,10) width 106: "Second and very"
     29            text run at (42,28) width 91: "very long item"
     30        RenderListItem {LI} at (1,95) size 143x38 [border: (5px solid #FFA500)]
     31          RenderListMarker at (153,10) size 7x18: bullet
     32          RenderText {#text} at (67,10) size 66x18
     33            text run at (67,10) width 66: "Third item"
     34      RenderBlock {UL} at (0,300) size 185x134 [border: (1px solid #0000FF)]
     35        RenderListItem {LI} at (41,1) size 143x38 [border: (5px solid #FFA500)]
    3636          RenderListMarker at (9,10) size 7x18: bullet
    3737          RenderText {#text} at (24,10) size 59x18
    3838            text run at (24,10) width 59: "First item"
    39         RenderListItem {LI} at (41,39) size 153x56 [border: (5px solid #FFA500)]
     39        RenderListItem {LI} at (41,39) size 143x56 [border: (5px solid #FFA500)]
    4040          RenderListMarker at (9,10) size 7x18: bullet
    4141          RenderText {#text} at (24,10) size 120x36
    4242            text run at (24,10) width 106: "Second and very"
    4343            text run at (10,28) width 91: "very long item"
    44         RenderListItem {LI} at (41,95) size 153x38 [border: (5px solid #FFA500)]
     44        RenderListItem {LI} at (41,95) size 143x38 [border: (5px solid #FFA500)]
    4545          RenderListMarker at (9,10) size 7x18: bullet
    4646          RenderText {#text} at (24,10) size 66x18
    4747            text run at (24,10) width 66: "Third item"
    48       RenderBlock {UL} at (0,450) size 195x134 [border: (1px solid #FF0000)]
    49         RenderListItem {LI} at (1,1) size 153x38 [border: (5px solid #FFA500)]
    50           RenderListMarker at (137,10) size 7x18: bullet
    51           RenderText {#text} at (70,10) size 59x18
    52             text run at (70,10) width 59: "First item"
    53         RenderListItem {LI} at (1,39) size 153x56 [border: (5px solid #FFA500)]
    54           RenderListMarker at (137,10) size 7x18: bullet
    55           RenderText {#text} at (23,10) size 120x36
    56             text run at (23,10) width 106: "Second and very"
    57             text run at (52,28) width 91: "very long item"
    58         RenderListItem {LI} at (1,95) size 153x38 [border: (5px solid #FFA500)]
    59           RenderListMarker at (137,10) size 7x18: bullet
    60           RenderText {#text} at (63,10) size 66x18
    61             text run at (63,10) width 66: "Third item"
    62       RenderBlock {UL} at (0,600) size 195x134 [border: (1px solid #0000FF)]
    63         RenderListItem {LI} at (41,1) size 153x38 [border: (5px solid #FFA500)]
     48      RenderBlock {UL} at (0,450) size 185x134 [border: (1px solid #FF0000)]
     49        RenderListItem {LI} at (1,1) size 143x38 [border: (5px solid #FFA500)]
     50          RenderListMarker at (127,10) size 7x18: bullet
     51          RenderText {#text} at (60,10) size 59x18
     52            text run at (60,10) width 59: "First item"
     53        RenderListItem {LI} at (1,39) size 143x56 [border: (5px solid #FFA500)]
     54          RenderListMarker at (127,10) size 7x18: bullet
     55          RenderText {#text} at (13,10) size 120x36
     56            text run at (13,10) width 106: "Second and very"
     57            text run at (42,28) width 91: "very long item"
     58        RenderListItem {LI} at (1,95) size 143x38 [border: (5px solid #FFA500)]
     59          RenderListMarker at (127,10) size 7x18: bullet
     60          RenderText {#text} at (53,10) size 66x18
     61            text run at (53,10) width 66: "Third item"
     62      RenderBlock {UL} at (0,600) size 185x134 [border: (1px solid #0000FF)]
     63        RenderListItem {LI} at (41,1) size 143x38 [border: (5px solid #FFA500)]
    6464          RenderListMarker at (-17,14) size 10x10
    6565          RenderText {#text} at (10,10) size 59x18
    6666            text run at (10,10) width 59: "First item"
    67         RenderListItem {LI} at (41,39) size 153x56 [border: (5px solid #FFA500)]
     67        RenderListItem {LI} at (41,39) size 143x56 [border: (5px solid #FFA500)]
    6868          RenderListMarker at (-17,14) size 10x10
    6969          RenderText {#text} at (10,10) size 106x36
    7070            text run at (10,10) width 106: "Second and very"
    7171            text run at (10,28) width 91: "very long item"
    72         RenderListItem {LI} at (41,95) size 153x38 [border: (5px solid #FFA500)]
     72        RenderListItem {LI} at (41,95) size 143x38 [border: (5px solid #FFA500)]
    7373          RenderListMarker at (-17,14) size 10x10
    7474          RenderText {#text} at (10,10) size 66x18
    7575            text run at (10,10) width 66: "Third item"
    76       RenderBlock {UL} at (0,750) size 195x134 [border: (1px solid #FF0000)]
    77         RenderListItem {LI} at (1,1) size 153x38 [border: (5px solid #FFA500)]
    78           RenderListMarker at (160,14) size 10x10
    79           RenderText {#text} at (84,10) size 59x18
    80             text run at (84,10) width 59: "First item"
    81         RenderListItem {LI} at (1,39) size 153x56 [border: (5px solid #FFA500)]
    82           RenderListMarker at (160,14) size 10x10
    83           RenderText {#text} at (37,10) size 106x36
    84             text run at (37,10) width 106: "Second and very"
    85             text run at (52,28) width 91: "very long item"
    86         RenderListItem {LI} at (1,95) size 153x38 [border: (5px solid #FFA500)]
    87           RenderListMarker at (160,14) size 10x10
    88           RenderText {#text} at (77,10) size 66x18
    89             text run at (77,10) width 66: "Third item"
    90       RenderBlock {UL} at (0,900) size 195x134 [border: (1px solid #0000FF)]
    91         RenderListItem {LI} at (41,1) size 153x38 [border: (5px solid #FFA500)]
     76      RenderBlock {UL} at (0,750) size 185x134 [border: (1px solid #FF0000)]
     77        RenderListItem {LI} at (1,1) size 143x38 [border: (5px solid #FFA500)]
     78          RenderListMarker at (150,14) size 10x10
     79          RenderText {#text} at (74,10) size 59x18
     80            text run at (74,10) width 59: "First item"
     81        RenderListItem {LI} at (1,39) size 143x56 [border: (5px solid #FFA500)]
     82          RenderListMarker at (150,14) size 10x10
     83          RenderText {#text} at (27,10) size 106x36
     84            text run at (27,10) width 106: "Second and very"
     85            text run at (42,28) width 91: "very long item"
     86        RenderListItem {LI} at (1,95) size 143x38 [border: (5px solid #FFA500)]
     87          RenderListMarker at (150,14) size 10x10
     88          RenderText {#text} at (67,10) size 66x18
     89            text run at (67,10) width 66: "Third item"
     90      RenderBlock {UL} at (0,900) size 185x134 [border: (1px solid #0000FF)]
     91        RenderListItem {LI} at (41,1) size 143x38 [border: (5px solid #FFA500)]
    9292          RenderListMarker at (10,14) size 10x10
    9393          RenderText {#text} at (27,10) size 59x18
    9494            text run at (27,10) width 59: "First item"
    95         RenderListItem {LI} at (41,39) size 153x56 [border: (5px solid #FFA500)]
     95        RenderListItem {LI} at (41,39) size 143x56 [border: (5px solid #FFA500)]
    9696          RenderListMarker at (10,14) size 10x10
    9797          RenderText {#text} at (27,10) size 123x36
    9898            text run at (27,10) width 106: "Second and very"
    9999            text run at (10,28) width 91: "very long item"
    100         RenderListItem {LI} at (41,95) size 153x38 [border: (5px solid #FFA500)]
     100        RenderListItem {LI} at (41,95) size 143x38 [border: (5px solid #FFA500)]
    101101          RenderListMarker at (10,14) size 10x10
    102102          RenderText {#text} at (27,10) size 66x18
    103103            text run at (27,10) width 66: "Third item"
    104       RenderBlock {UL} at (0,1050) size 195x134 [border: (1px solid #FF0000)]
    105         RenderListItem {LI} at (1,1) size 153x38 [border: (5px solid #FFA500)]
    106           RenderListMarker at (133,14) size 10x10
    107           RenderText {#text} at (67,10) size 59x18
    108             text run at (67,10) width 59: "First item"
    109         RenderListItem {LI} at (1,39) size 153x56 [border: (5px solid #FFA500)]
    110           RenderListMarker at (133,14) size 10x10
    111           RenderText {#text} at (20,10) size 123x36
    112             text run at (20,10) width 106: "Second and very"
    113             text run at (52,28) width 91: "very long item"
    114         RenderListItem {LI} at (1,95) size 153x38 [border: (5px solid #FFA500)]
    115           RenderListMarker at (133,14) size 10x10
    116           RenderText {#text} at (60,10) size 66x18
    117             text run at (60,10) width 66: "Third item"
    118       RenderBlock {OL} at (0,1200) size 195x134 [border: (1px solid #0000FF)]
    119         RenderListItem {LI} at (41,1) size 153x38 [border: (5px solid #FFA500)]
     104      RenderBlock {UL} at (0,1050) size 185x134 [border: (1px solid #FF0000)]
     105        RenderListItem {LI} at (1,1) size 143x38 [border: (5px solid #FFA500)]
     106          RenderListMarker at (123,14) size 10x10
     107          RenderText {#text} at (57,10) size 59x18
     108            text run at (57,10) width 59: "First item"
     109        RenderListItem {LI} at (1,39) size 143x56 [border: (5px solid #FFA500)]
     110          RenderListMarker at (123,14) size 10x10
     111          RenderText {#text} at (10,10) size 123x36
     112            text run at (10,10) width 106: "Second and very"
     113            text run at (42,28) width 91: "very long item"
     114        RenderListItem {LI} at (1,95) size 143x38 [border: (5px solid #FFA500)]
     115          RenderListMarker at (123,14) size 10x10
     116          RenderText {#text} at (50,10) size 66x18
     117            text run at (50,10) width 66: "Third item"
     118      RenderBlock {OL} at (0,1200) size 185x134 [border: (1px solid #0000FF)]
     119        RenderListItem {LI} at (41,1) size 143x38 [border: (5px solid #FFA500)]
    120120          RenderListMarker at (-20,10) size 16x18: "1"
    121121          RenderText {#text} at (10,10) size 59x18
    122122            text run at (10,10) width 59: "First item"
    123         RenderListItem {LI} at (41,39) size 153x56 [border: (5px solid #FFA500)]
     123        RenderListItem {LI} at (41,39) size 143x56 [border: (5px solid #FFA500)]
    124124          RenderListMarker at (-20,10) size 16x18: "2"
    125125          RenderText {#text} at (10,10) size 106x36
    126126            text run at (10,10) width 106: "Second and very"
    127127            text run at (10,28) width 91: "very long item"
    128         RenderListItem {LI} at (41,95) size 153x38 [border: (5px solid #FFA500)]
     128        RenderListItem {LI} at (41,95) size 143x38 [border: (5px solid #FFA500)]
    129129          RenderListMarker at (-20,10) size 16x18: "3"
    130130          RenderText {#text} at (10,10) size 66x18
    131131            text run at (10,10) width 66: "Third item"
    132       RenderBlock {OL} at (0,1350) size 195x134 [border: (1px solid #FF0000)]
    133         RenderListItem {LI} at (1,1) size 153x38 [border: (5px solid #FFA500)]
    134           RenderListMarker at (157,10) size 16x18: "1"
    135           RenderText {#text} at (84,10) size 59x18
    136             text run at (84,10) width 59: "First item"
    137         RenderListItem {LI} at (1,39) size 153x56 [border: (5px solid #FFA500)]
    138           RenderListMarker at (157,10) size 16x18: "2"
    139           RenderText {#text} at (37,10) size 106x36
    140             text run at (37,10) width 106: "Second and very"
    141             text run at (52,28) width 91: "very long item"
    142         RenderListItem {LI} at (1,95) size 153x38 [border: (5px solid #FFA500)]
    143           RenderListMarker at (157,10) size 16x18: "3"
    144           RenderText {#text} at (77,10) size 66x18
    145             text run at (77,10) width 66: "Third item"
    146       RenderBlock {OL} at (0,1500) size 195x134 [border: (1px solid #0000FF)]
    147         RenderListItem {LI} at (41,1) size 153x38 [border: (5px solid #FFA500)]
     132      RenderBlock {OL} at (0,1350) size 185x134 [border: (1px solid #FF0000)]
     133        RenderListItem {LI} at (1,1) size 143x38 [border: (5px solid #FFA500)]
     134          RenderListMarker at (147,10) size 16x18: "1"
     135          RenderText {#text} at (74,10) size 59x18
     136            text run at (74,10) width 59: "First item"
     137        RenderListItem {LI} at (1,39) size 143x56 [border: (5px solid #FFA500)]
     138          RenderListMarker at (147,10) size 16x18: "2"
     139          RenderText {#text} at (27,10) size 106x36
     140            text run at (27,10) width 106: "Second and very"
     141            text run at (42,28) width 91: "very long item"
     142        RenderListItem {LI} at (1,95) size 143x38 [border: (5px solid #FFA500)]
     143          RenderListMarker at (147,10) size 16x18: "3"
     144          RenderText {#text} at (67,10) size 66x18
     145            text run at (67,10) width 66: "Third item"
     146      RenderBlock {OL} at (0,1500) size 185x134 [border: (1px solid #0000FF)]
     147        RenderListItem {LI} at (41,1) size 143x38 [border: (5px solid #FFA500)]
    148148          RenderListMarker at (10,10) size 16x18: "1"
    149149          RenderText {#text} at (26,10) size 59x18
    150150            text run at (26,10) width 59: "First item"
    151         RenderListItem {LI} at (41,39) size 153x56 [border: (5px solid #FFA500)]
     151        RenderListItem {LI} at (41,39) size 143x56 [border: (5px solid #FFA500)]
    152152          RenderListMarker at (10,10) size 16x18: "2"
    153153          RenderText {#text} at (26,10) size 122x36
    154154            text run at (26,10) width 106: "Second and very"
    155155            text run at (10,28) width 91: "very long item"
    156         RenderListItem {LI} at (41,95) size 153x38 [border: (5px solid #FFA500)]
     156        RenderListItem {LI} at (41,95) size 143x38 [border: (5px solid #FFA500)]
    157157          RenderListMarker at (10,10) size 16x18: "3"
    158158          RenderText {#text} at (26,10) size 66x18
    159159            text run at (26,10) width 66: "Third item"
    160       RenderBlock {OL} at (0,1650) size 195x134 [border: (1px solid #FF0000)]
    161         RenderListItem {LI} at (1,1) size 153x38 [border: (5px solid #FFA500)]
    162           RenderListMarker at (127,10) size 16x18: "1"
    163           RenderText {#text} at (68,10) size 59x18
    164             text run at (68,10) width 59: "First item"
    165         RenderListItem {LI} at (1,39) size 153x56 [border: (5px solid #FFA500)]
    166           RenderListMarker at (127,10) size 16x18: "2"
    167           RenderText {#text} at (21,10) size 122x36
    168             text run at (21,10) width 106: "Second and very"
    169             text run at (52,28) width 91: "very long item"
    170         RenderListItem {LI} at (1,95) size 153x38 [border: (5px solid #FFA500)]
    171           RenderListMarker at (127,10) size 16x18: "3"
    172           RenderText {#text} at (61,10) size 66x18
    173             text run at (61,10) width 66: "Third item"
     160      RenderBlock {OL} at (0,1650) size 185x134 [border: (1px solid #FF0000)]
     161        RenderListItem {LI} at (1,1) size 143x38 [border: (5px solid #FFA500)]
     162          RenderListMarker at (117,10) size 16x18: "1"
     163          RenderText {#text} at (58,10) size 59x18
     164            text run at (58,10) width 59: "First item"
     165        RenderListItem {LI} at (1,39) size 143x56 [border: (5px solid #FFA500)]
     166          RenderListMarker at (117,10) size 16x18: "2"
     167          RenderText {#text} at (11,10) size 122x36
     168            text run at (11,10) width 106: "Second and very"
     169            text run at (42,28) width 91: "very long item"
     170        RenderListItem {LI} at (1,95) size 143x38 [border: (5px solid #FFA500)]
     171          RenderListMarker at (117,10) size 16x18: "3"
     172          RenderText {#text} at (51,10) size 66x18
     173            text run at (51,10) width 66: "Third item"
  • trunk/LayoutTests/platform/mac/fast/lists/008-vertical-expected.txt

    r80664 r80755  
    44  RenderBlock {HTML} at (0,0) size 1808x585
    55    RenderBody {BODY} at (8,8) size 1784x569
    6       RenderBlock {UL} at (0,0) size 134x195 [border: (1px solid #0000FF)]
    7         RenderListItem {LI} at (1,41) size 38x153 [border: (5px solid #FFA500)]
     6      RenderBlock {UL} at (0,0) size 134x185 [border: (1px solid #0000FF)]
     7        RenderListItem {LI} at (1,41) size 38x143 [border: (5px solid #FFA500)]
    88          RenderListMarker at (10,-17) size 18x7: bullet
    99          RenderText {#text} at (10,10) size 18x59
    1010            text run at (10,10) width 59: "First item"
    11         RenderListItem {LI} at (39,41) size 56x153 [border: (5px solid #FFA500)]
     11        RenderListItem {LI} at (39,41) size 56x143 [border: (5px solid #FFA500)]
    1212          RenderListMarker at (10,-17) size 18x7: bullet
    1313          RenderText {#text} at (10,10) size 36x106
    1414            text run at (10,10) width 106: "Second and very"
    1515            text run at (28,10) width 91: "very long item"
    16         RenderListItem {LI} at (95,41) size 38x153 [border: (5px solid #FFA500)]
     16        RenderListItem {LI} at (95,41) size 38x143 [border: (5px solid #FFA500)]
    1717          RenderListMarker at (10,-17) size 18x7: bullet
    1818          RenderText {#text} at (10,10) size 18x66
    1919            text run at (10,10) width 66: "Third item"
    20       RenderBlock {UL} at (150,0) size 134x195 [border: (1px solid #FF0000)]
    21         RenderListItem {LI} at (1,1) size 38x153 [border: (5px solid #FFA500)]
    22           RenderListMarker at (10,163) size 18x7: bullet
    23           RenderText {#text} at (10,84) size 18x59
    24             text run at (10,84) width 59: "First item"
    25         RenderListItem {LI} at (39,1) size 56x153 [border: (5px solid #FFA500)]
    26           RenderListMarker at (10,163) size 18x7: bullet
    27           RenderText {#text} at (10,37) size 36x106
    28             text run at (10,37) width 106: "Second and very"
    29             text run at (28,52) width 91: "very long item"
    30         RenderListItem {LI} at (95,1) size 38x153 [border: (5px solid #FFA500)]
    31           RenderListMarker at (10,163) size 18x7: bullet
    32           RenderText {#text} at (10,77) size 18x66
    33             text run at (10,77) width 66: "Third item"
    34       RenderBlock {UL} at (300,0) size 134x195 [border: (1px solid #0000FF)]
    35         RenderListItem {LI} at (1,41) size 38x153 [border: (5px solid #FFA500)]
     20      RenderBlock {UL} at (150,0) size 134x185 [border: (1px solid #FF0000)]
     21        RenderListItem {LI} at (1,1) size 38x143 [border: (5px solid #FFA500)]
     22          RenderListMarker at (10,153) size 18x7: bullet
     23          RenderText {#text} at (10,74) size 18x59
     24            text run at (10,74) width 59: "First item"
     25        RenderListItem {LI} at (39,1) size 56x143 [border: (5px solid #FFA500)]
     26          RenderListMarker at (10,153) size 18x7: bullet
     27          RenderText {#text} at (10,27) size 36x106
     28            text run at (10,27) width 106: "Second and very"
     29            text run at (28,42) width 91: "very long item"
     30        RenderListItem {LI} at (95,1) size 38x143 [border: (5px solid #FFA500)]
     31          RenderListMarker at (10,153) size 18x7: bullet
     32          RenderText {#text} at (10,67) size 18x66
     33            text run at (10,67) width 66: "Third item"
     34      RenderBlock {UL} at (300,0) size 134x185 [border: (1px solid #0000FF)]
     35        RenderListItem {LI} at (1,41) size 38x143 [border: (5px solid #FFA500)]
    3636          RenderListMarker at (10,9) size 18x7: bullet
    3737          RenderText {#text} at (10,24) size 18x59
    3838            text run at (10,24) width 59: "First item"
    39         RenderListItem {LI} at (39,41) size 56x153 [border: (5px solid #FFA500)]
     39        RenderListItem {LI} at (39,41) size 56x143 [border: (5px solid #FFA500)]
    4040          RenderListMarker at (10,9) size 18x7: bullet
    4141          RenderText {#text} at (10,24) size 36x120
    4242            text run at (10,24) width 106: "Second and very"
    4343            text run at (28,10) width 91: "very long item"
    44         RenderListItem {LI} at (95,41) size 38x153 [border: (5px solid #FFA500)]
     44        RenderListItem {LI} at (95,41) size 38x143 [border: (5px solid #FFA500)]
    4545          RenderListMarker at (10,9) size 18x7: bullet
    4646          RenderText {#text} at (10,24) size 18x66
    4747            text run at (10,24) width 66: "Third item"
    48       RenderBlock {UL} at (450,0) size 134x195 [border: (1px solid #FF0000)]
    49         RenderListItem {LI} at (1,1) size 38x153 [border: (5px solid #FFA500)]
    50           RenderListMarker at (10,137) size 18x7: bullet
    51           RenderText {#text} at (10,70) size 18x59
    52             text run at (10,70) width 59: "First item"
    53         RenderListItem {LI} at (39,1) size 56x153 [border: (5px solid #FFA500)]
    54           RenderListMarker at (10,137) size 18x7: bullet
    55           RenderText {#text} at (10,23) size 36x120
    56             text run at (10,23) width 106: "Second and very"
    57             text run at (28,52) width 91: "very long item"
    58         RenderListItem {LI} at (95,1) size 38x153 [border: (5px solid #FFA500)]
    59           RenderListMarker at (10,137) size 18x7: bullet
    60           RenderText {#text} at (10,63) size 18x66
    61             text run at (10,63) width 66: "Third item"
    62       RenderBlock {UL} at (600,0) size 134x195 [border: (1px solid #0000FF)]
    63         RenderListItem {LI} at (1,41) size 38x153 [border: (5px solid #FFA500)]
     48      RenderBlock {UL} at (450,0) size 134x185 [border: (1px solid #FF0000)]
     49        RenderListItem {LI} at (1,1) size 38x143 [border: (5px solid #FFA500)]
     50          RenderListMarker at (10,127) size 18x7: bullet
     51          RenderText {#text} at (10,60) size 18x59
     52            text run at (10,60) width 59: "First item"
     53        RenderListItem {LI} at (39,1) size 56x143 [border: (5px solid #FFA500)]
     54          RenderListMarker at (10,127) size 18x7: bullet
     55          RenderText {#text} at (10,13) size 36x120
     56            text run at (10,13) width 106: "Second and very"
     57            text run at (28,42) width 91: "very long item"
     58        RenderListItem {LI} at (95,1) size 38x143 [border: (5px solid #FFA500)]
     59          RenderListMarker at (10,127) size 18x7: bullet
     60          RenderText {#text} at (10,53) size 18x66
     61            text run at (10,53) width 66: "Third item"
     62      RenderBlock {UL} at (600,0) size 134x185 [border: (1px solid #0000FF)]
     63        RenderListItem {LI} at (1,41) size 38x143 [border: (5px solid #FFA500)]
    6464          RenderListMarker at (14,-17) size 10x10
    6565          RenderText {#text} at (10,10) size 18x59
    6666            text run at (10,10) width 59: "First item"
    67         RenderListItem {LI} at (39,41) size 56x153 [border: (5px solid #FFA500)]
     67        RenderListItem {LI} at (39,41) size 56x143 [border: (5px solid #FFA500)]
    6868          RenderListMarker at (14,-17) size 10x10
    6969          RenderText {#text} at (10,10) size 36x106
    7070            text run at (10,10) width 106: "Second and very"
    7171            text run at (28,10) width 91: "very long item"
    72         RenderListItem {LI} at (95,41) size 38x153 [border: (5px solid #FFA500)]
     72        RenderListItem {LI} at (95,41) size 38x143 [border: (5px solid #FFA500)]
    7373          RenderListMarker at (14,-17) size 10x10
    7474          RenderText {#text} at (10,10) size 18x66
    7575            text run at (10,10) width 66: "Third item"
    76       RenderBlock {UL} at (750,0) size 134x195 [border: (1px solid #FF0000)]
    77         RenderListItem {LI} at (1,1) size 38x153 [border: (5px solid #FFA500)]
    78           RenderListMarker at (14,160) size 10x10
    79           RenderText {#text} at (10,84) size 18x59
    80             text run at (10,84) width 59: "First item"
    81         RenderListItem {LI} at (39,1) size 56x153 [border: (5px solid #FFA500)]
    82           RenderListMarker at (14,160) size 10x10
    83           RenderText {#text} at (10,37) size 36x106
    84             text run at (10,37) width 106: "Second and very"
    85             text run at (28,52) width 91: "very long item"
    86         RenderListItem {LI} at (95,1) size 38x153 [border: (5px solid #FFA500)]
    87           RenderListMarker at (14,160) size 10x10
    88           RenderText {#text} at (10,77) size 18x66
    89             text run at (10,77) width 66: "Third item"
    90       RenderBlock {UL} at (900,0) size 134x195 [border: (1px solid #0000FF)]
    91         RenderListItem {LI} at (1,41) size 38x153 [border: (5px solid #FFA500)]
     76      RenderBlock {UL} at (750,0) size 134x185 [border: (1px solid #FF0000)]
     77        RenderListItem {LI} at (1,1) size 38x143 [border: (5px solid #FFA500)]
     78          RenderListMarker at (14,150) size 10x10
     79          RenderText {#text} at (10,74) size 18x59
     80            text run at (10,74) width 59: "First item"
     81        RenderListItem {LI} at (39,1) size 56x143 [border: (5px solid #FFA500)]
     82          RenderListMarker at (14,150) size 10x10
     83          RenderText {#text} at (10,27) size 36x106
     84            text run at (10,27) width 106: "Second and very"
     85            text run at (28,42) width 91: "very long item"
     86        RenderListItem {LI} at (95,1) size 38x143 [border: (5px solid #FFA500)]
     87          RenderListMarker at (14,150) size 10x10
     88          RenderText {#text} at (10,67) size 18x66
     89            text run at (10,67) width 66: "Third item"
     90      RenderBlock {UL} at (900,0) size 134x185 [border: (1px solid #0000FF)]
     91        RenderListItem {LI} at (1,41) size 38x143 [border: (5px solid #FFA500)]
    9292          RenderListMarker at (14,10) size 10x10
    9393          RenderText {#text} at (10,27) size 18x59
    9494            text run at (10,27) width 59: "First item"
    95         RenderListItem {LI} at (39,41) size 56x153 [border: (5px solid #FFA500)]
     95        RenderListItem {LI} at (39,41) size 56x143 [border: (5px solid #FFA500)]
    9696          RenderListMarker at (14,10) size 10x10
    9797          RenderText {#text} at (10,27) size 36x123
    9898            text run at (10,27) width 106: "Second and very"
    9999            text run at (28,10) width 91: "very long item"
    100         RenderListItem {LI} at (95,41) size 38x153 [border: (5px solid #FFA500)]
     100        RenderListItem {LI} at (95,41) size 38x143 [border: (5px solid #FFA500)]
    101101          RenderListMarker at (14,10) size 10x10
    102102          RenderText {#text} at (10,27) size 18x66
    103103            text run at (10,27) width 66: "Third item"
    104       RenderBlock {UL} at (1050,0) size 134x195 [border: (1px solid #FF0000)]
    105         RenderListItem {LI} at (1,1) size 38x153 [border: (5px solid #FFA500)]
    106           RenderListMarker at (14,133) size 10x10
    107           RenderText {#text} at (10,67) size 18x59
    108             text run at (10,67) width 59: "First item"
    109         RenderListItem {LI} at (39,1) size 56x153 [border: (5px solid #FFA500)]
    110           RenderListMarker at (14,133) size 10x10
    111           RenderText {#text} at (10,20) size 36x123
    112             text run at (10,20) width 106: "Second and very"
    113             text run at (28,52) width 91: "very long item"
    114         RenderListItem {LI} at (95,1) size 38x153 [border: (5px solid #FFA500)]
    115           RenderListMarker at (14,133) size 10x10
    116           RenderText {#text} at (10,60) size 18x66
    117             text run at (10,60) width 66: "Third item"
    118       RenderBlock {OL} at (1200,0) size 134x195 [border: (1px solid #0000FF)]
    119         RenderListItem {LI} at (1,41) size 38x153 [border: (5px solid #FFA500)]
     104      RenderBlock {UL} at (1050,0) size 134x185 [border: (1px solid #FF0000)]
     105        RenderListItem {LI} at (1,1) size 38x143 [border: (5px solid #FFA500)]
     106          RenderListMarker at (14,123) size 10x10
     107          RenderText {#text} at (10,57) size 18x59
     108            text run at (10,57) width 59: "First item"
     109        RenderListItem {LI} at (39,1) size 56x143 [border: (5px solid #FFA500)]
     110          RenderListMarker at (14,123) size 10x10
     111          RenderText {#text} at (10,10) size 36x123
     112            text run at (10,10) width 106: "Second and very"
     113            text run at (28,42) width 91: "very long item"
     114        RenderListItem {LI} at (95,1) size 38x143 [border: (5px solid #FFA500)]
     115          RenderListMarker at (14,123) size 10x10
     116          RenderText {#text} at (10,50) size 18x66
     117            text run at (10,50) width 66: "Third item"
     118      RenderBlock {OL} at (1200,0) size 134x185 [border: (1px solid #0000FF)]
     119        RenderListItem {LI} at (1,41) size 38x143 [border: (5px solid #FFA500)]
    120120          RenderListMarker at (10,-20) size 18x16: "1"
    121121          RenderText {#text} at (10,10) size 18x59
    122122            text run at (10,10) width 59: "First item"
    123         RenderListItem {LI} at (39,41) size 56x153 [border: (5px solid #FFA500)]
     123        RenderListItem {LI} at (39,41) size 56x143 [border: (5px solid #FFA500)]
    124124          RenderListMarker at (10,-20) size 18x16: "2"
    125125          RenderText {#text} at (10,10) size 36x106
    126126            text run at (10,10) width 106: "Second and very"
    127127            text run at (28,10) width 91: "very long item"
    128         RenderListItem {LI} at (95,41) size 38x153 [border: (5px solid #FFA500)]
     128        RenderListItem {LI} at (95,41) size 38x143 [border: (5px solid #FFA500)]
    129129          RenderListMarker at (10,-20) size 18x16: "3"
    130130          RenderText {#text} at (10,10) size 18x66
    131131            text run at (10,10) width 66: "Third item"
    132       RenderBlock {OL} at (1350,0) size 134x195 [border: (1px solid #FF0000)]
    133         RenderListItem {LI} at (1,1) size 38x153 [border: (5px solid #FFA500)]
    134           RenderListMarker at (10,157) size 18x16: "1"
    135           RenderText {#text} at (10,84) size 18x59
    136             text run at (10,84) width 59: "First item"
    137         RenderListItem {LI} at (39,1) size 56x153 [border: (5px solid #FFA500)]
    138           RenderListMarker at (10,157) size 18x16: "2"
    139           RenderText {#text} at (10,37) size 36x106
    140             text run at (10,37) width 106: "Second and very"
    141             text run at (28,52) width 91: "very long item"
    142         RenderListItem {LI} at (95,1) size 38x153 [border: (5px solid #FFA500)]
    143           RenderListMarker at (10,157) size 18x16: "3"
    144           RenderText {#text} at (10,77) size 18x66
    145             text run at (10,77) width 66: "Third item"
    146       RenderBlock {OL} at (1500,0) size 134x195 [border: (1px solid #0000FF)]
    147         RenderListItem {LI} at (1,41) size 38x153 [border: (5px solid #FFA500)]
     132      RenderBlock {OL} at (1350,0) size 134x185 [border: (1px solid #FF0000)]
     133        RenderListItem {LI} at (1,1) size 38x143 [border: (5px solid #FFA500)]
     134          RenderListMarker at (10,147) size 18x16: "1"
     135          RenderText {#text} at (10,74) size 18x59
     136            text run at (10,74) width 59: "First item"
     137        RenderListItem {LI} at (39,1) size 56x143 [border: (5px solid #FFA500)]
     138          RenderListMarker at (10,147) size 18x16: "2"
     139          RenderText {#text} at (10,27) size 36x106
     140            text run at (10,27) width 106: "Second and very"
     141            text run at (28,42) width 91: "very long item"
     142        RenderListItem {LI} at (95,1) size 38x143 [border: (5px solid #FFA500)]
     143          RenderListMarker at (10,147) size 18x16: "3"
     144          RenderText {#text} at (10,67) size 18x66
     145            text run at (10,67) width 66: "Third item"
     146      RenderBlock {OL} at (1500,0) size 134x185 [border: (1px solid #0000FF)]
     147        RenderListItem {LI} at (1,41) size 38x143 [border: (5px solid #FFA500)]
    148148          RenderListMarker at (10,10) size 18x16: "1"
    149149          RenderText {#text} at (10,26) size 18x59
    150150            text run at (10,26) width 59: "First item"
    151         RenderListItem {LI} at (39,41) size 56x153 [border: (5px solid #FFA500)]
     151        RenderListItem {LI} at (39,41) size 56x143 [border: (5px solid #FFA500)]
    152152          RenderListMarker at (10,10) size 18x16: "2"
    153153          RenderText {#text} at (10,26) size 36x122
    154154            text run at (10,26) width 106: "Second and very"
    155155            text run at (28,10) width 91: "very long item"
    156         RenderListItem {LI} at (95,41) size 38x153 [border: (5px solid #FFA500)]
     156        RenderListItem {LI} at (95,41) size 38x143 [border: (5px solid #FFA500)]
    157157          RenderListMarker at (10,10) size 18x16: "3"
    158158          RenderText {#text} at (10,26) size 18x66
    159159            text run at (10,26) width 66: "Third item"
    160       RenderBlock {OL} at (1650,0) size 134x195 [border: (1px solid #FF0000)]
    161         RenderListItem {LI} at (1,1) size 38x153 [border: (5px solid #FFA500)]
    162           RenderListMarker at (10,127) size 18x16: "1"
    163           RenderText {#text} at (10,68) size 18x59
    164             text run at (10,68) width 59: "First item"
    165         RenderListItem {LI} at (39,1) size 56x153 [border: (5px solid #FFA500)]
    166           RenderListMarker at (10,127) size 18x16: "2"
    167           RenderText {#text} at (10,21) size 36x122
    168             text run at (10,21) width 106: "Second and very"
    169             text run at (28,52) width 91: "very long item"
    170         RenderListItem {LI} at (95,1) size 38x153 [border: (5px solid #FFA500)]
    171           RenderListMarker at (10,127) size 18x16: "3"
    172           RenderText {#text} at (10,61) size 18x66
    173             text run at (10,61) width 66: "Third item"
     160      RenderBlock {OL} at (1650,0) size 134x185 [border: (1px solid #FF0000)]
     161        RenderListItem {LI} at (1,1) size 38x143 [border: (5px solid #FFA500)]
     162          RenderListMarker at (10,117) size 18x16: "1"
     163          RenderText {#text} at (10,58) size 18x59
     164            text run at (10,58) width 59: "First item"
     165        RenderListItem {LI} at (39,1) size 56x143 [border: (5px solid #FFA500)]
     166          RenderListMarker at (10,117) size 18x16: "2"
     167          RenderText {#text} at (10,11) size 36x122
     168            text run at (10,11) width 106: "Second and very"
     169            text run at (28,42) width 91: "very long item"
     170        RenderListItem {LI} at (95,1) size 38x143 [border: (5px solid #FFA500)]
     171          RenderListMarker at (10,117) size 18x16: "3"
     172          RenderText {#text} at (10,51) size 18x66
     173            text run at (10,51) width 66: "Third item"
  • trunk/LayoutTests/platform/mac/fast/media/mq-relative-constraints-08-expected.txt

    r73385 r80755  
    77        RenderText {#text} at (0,0) size 319x18
    88          text run at (0,0) width 319: "This text should be green if height is at least 30ex ."
    9       RenderBlock (floating) {DIV} at (0,34) size 115x229 [bgcolor=#ADD8E6]
     9      RenderBlock (floating) {DIV} at (0,34) size 115x215 [bgcolor=#ADD8E6]
    1010        RenderText {#text} at (0,0) size 115x18
    1111          text run at (0,0) width 115: "div of height 30ex"
  • trunk/LayoutTests/platform/mac/fast/overflow/overflow-rtl-expected.txt

    r25970 r80755  
    11layer at (0,0) size 800x600
    22  RenderView at (0,0) size 800x600
    3 layer at (0,0) size 800x453
    4   RenderBlock {HTML} at (0,0) size 800x453
    5     RenderBody {BODY} at (8,16) size 784x429
     3layer at (0,0) size 800x443
     4  RenderBlock {HTML} at (0,0) size 800x443
     5    RenderBody {BODY} at (8,16) size 784x419
    66      RenderBlock {P} at (0,0) size 784x36
    77        RenderText {#text} at (0,0) size 135x18
     
    3333          RenderText {#text} at (0,0) size 578x18
    3434            text run at (0,0) width 578: "the position of the blue and olive boxes, initially and when you scroll (in the bottom 2 rows)"
    35       RenderTable {TABLE} at (0,174) size 256x255
    36         RenderTableSection {TBODY} at (0,0) size 256x255
    37           RenderTableRow {TR} at (0,2) size 256x251
    38             RenderTableCell {TD} at (2,2) size 125x251 [r=0 c=0 rs=1 cs=1]
    39             RenderTableCell {TD} at (129,2) size 125x251 [r=0 c=1 rs=1 cs=1]
    40 layer at (15,197) size 115x45 clip at (25,197) size 100x30 scrollWidth 188
    41   RenderBlock {DIV} at (5,5) size 115x45 [bgcolor=#FFFF00] [border: (5px solid #008000) none (10px solid #FF0000)]
     35      RenderTable {TABLE} at (0,174) size 256x245
     36        RenderTableSection {TBODY} at (0,0) size 256x245
     37          RenderTableRow {TR} at (0,2) size 256x241
     38            RenderTableCell {TD} at (2,2) size 125x241 [r=0 c=0 rs=1 cs=1]
     39            RenderTableCell {TD} at (129,2) size 125x241 [r=0 c=1 rs=1 cs=1]
     40layer at (15,197) size 115x43 clip at (25,197) size 100x28 scrollWidth 188
     41  RenderBlock {DIV} at (5,5) size 115x43 [bgcolor=#FFFF00] [border: (5px solid #008000) none (10px solid #FF0000)]
    4242    RenderText {#text} at (10,0) size 188x18
    4343      text run at (10,0) width 188: "abcdefghijklmnopqrstuvwxyz"
    44 layer at (15,246) size 115x45 clip at (25,246) size 100x45
    45   RenderBlock {DIV} at (5,54) size 115x45 [bgcolor=#FFFF00] [border: (5px solid #008000) none (10px solid #FF0000)]
     44layer at (15,244) size 115x43 clip at (25,244) size 100x43
     45  RenderBlock {DIV} at (5,52) size 115x43 [bgcolor=#FFFF00] [border: (5px solid #008000) none (10px solid #FF0000)]
    4646    RenderBlock {DIV} at (10,0) size 100x18 [bgcolor=#D3D3D3]
    4747      RenderText {#text} at (-88,0) size 188x18
    4848        text run at (-88,0) width 188: "abcdefghijklmnopqrstuvwxyz"
    49 layer at (15,295) size 115x45 clip at (25,295) size 100x30 scrollWidth 188
    50   RenderBlock {DIV} at (5,103) size 115x45 [bgcolor=#FFFF00] [border: (5px solid #008000) none (10px solid #FF0000)]
     49layer at (15,291) size 115x43 clip at (25,291) size 100x28 scrollWidth 188
     50  RenderBlock {DIV} at (5,99) size 115x43 [bgcolor=#FFFF00] [border: (5px solid #008000) none (10px solid #FF0000)]
    5151    RenderBlock {DIV} at (10,0) size 100x18 [bgcolor=#D3D3D3]
    5252      RenderText {#text} at (0,0) size 188x18
    5353        text run at (0,0) width 188: "abcdefghijklmnopqrstuvwxyz"
    54 layer at (142,197) size 115x45 clip at (147,197) size 100x30 scrollX 88 scrollWidth 188
    55   RenderBlock {DIV} at (5,5) size 115x45 [bgcolor=#FFFF00] [border: (10px solid #FF0000) none (5px solid #008000)]
     54layer at (142,197) size 115x43 clip at (147,197) size 100x28 scrollX 88 scrollWidth 188
     55  RenderBlock {DIV} at (5,5) size 115x43 [bgcolor=#FFFF00] [border: (10px solid #FF0000) none (5px solid #008000)]
    5656    RenderText {#text} at (-83,0) size 188x18
    5757      text run at (-83,0) width 188: "zyxwvutsrqponmlkjihgfedcba"
    58 layer at (142,246) size 115x45 clip at (147,246) size 100x45
    59   RenderBlock {DIV} at (5,54) size 115x45 [bgcolor=#FFFF00] [border: (10px solid #FF0000) none (5px solid #008000)]
     58layer at (142,244) size 115x43 clip at (147,244) size 100x43
     59  RenderBlock {DIV} at (5,52) size 115x43 [bgcolor=#FFFF00] [border: (10px solid #FF0000) none (5px solid #008000)]
    6060    RenderBlock {DIV} at (5,0) size 100x18 [bgcolor=#D3D3D3]
    6161      RenderText {#text} at (0,0) size 188x18
    6262        text run at (0,0) width 188: "zyxwvutsrqponmlkjihgfedcba"
    63 layer at (142,295) size 115x45 clip at (147,295) size 100x30 scrollX 88 scrollWidth 188
    64   RenderBlock {DIV} at (5,103) size 115x45 [bgcolor=#FFFF00] [border: (10px solid #FF0000) none (5px solid #008000)]
     63layer at (142,291) size 115x43 clip at (147,291) size 100x28 scrollX 88 scrollWidth 188
     64  RenderBlock {DIV} at (5,99) size 115x43 [bgcolor=#FFFF00] [border: (10px solid #FF0000) none (5px solid #008000)]
    6565    RenderBlock {DIV} at (5,0) size 100x18 [bgcolor=#D3D3D3]
    6666      RenderText {#text} at (-88,0) size 188x18
    6767        text run at (-88,0) width 188: "zyxwvutsrqponmlkjihgfedcba"
    68 layer at (15,344) size 115x45 clip at (25,344) size 100x45
    69   RenderBlock (relative positioned) {DIV} at (5,152) size 115x45 [bgcolor=#FFFF00] [border: (5px solid #008000) none (10px solid #FF0000)]
    70 layer at (71,364) size 8x4
     68layer at (15,338) size 115x43 clip at (25,338) size 100x43
     69  RenderBlock (relative positioned) {DIV} at (5,146) size 115x43 [bgcolor=#FFFF00] [border: (5px solid #008000) none (10px solid #FF0000)]
     70layer at (71,358) size 8x4
    7171  RenderBlock (positioned) {DIV} at (56,20) size 8x4 [bgcolor=#0000FF]
    72 layer at (-25,344) size 70x20 backgroundClip at (25,344) size 100x45 clip at (25,344) size 100x45 outlineClip at (25,344) size 100x45
     72layer at (-25,338) size 70x20 backgroundClip at (25,338) size 100x43 clip at (25,338) size 100x43 outlineClip at (25,338) size 100x43
    7373  RenderBlock (positioned) {DIV} at (-40,0) size 70x20 [bgcolor=#808000]
    74 layer at (15,393) size 115x45 clip at (25,393) size 100x30 scrollWidth 150
    75   RenderBlock (relative positioned) {DIV} at (5,201) size 115x45 [bgcolor=#FFFF00] [border: (5px solid #008000) none (10px solid #FF0000)]
    76 layer at (71,413) size 8x4
     74layer at (15,385) size 115x43 clip at (25,385) size 100x28 scrollWidth 150
     75  RenderBlock (relative positioned) {DIV} at (5,193) size 115x43 [bgcolor=#FFFF00] [border: (5px solid #008000) none (10px solid #FF0000)]
     76layer at (71,405) size 8x4
    7777  RenderBlock (positioned) {DIV} at (56,20) size 8x4 [bgcolor=#0000FF]
    78 layer at (105,393) size 70x20 backgroundClip at (25,393) size 100x30 clip at (25,393) size 100x30 outlineClip at (25,393) size 100x30
     78layer at (105,385) size 70x20 backgroundClip at (25,385) size 100x28 clip at (25,385) size 100x28 outlineClip at (25,385) size 100x28
    7979  RenderBlock (positioned) {DIV} at (90,0) size 70x20 [bgcolor=#808000]
    80 layer at (142,344) size 115x45 clip at (147,344) size 100x45
    81   RenderBlock (relative positioned) {DIV} at (5,152) size 115x45 [bgcolor=#FFFF00] [border: (10px solid #FF0000) none (5px solid #008000)]
    82 layer at (193,364) size 8x4
     80layer at (142,338) size 115x43 clip at (147,338) size 100x43
     81  RenderBlock (relative positioned) {DIV} at (5,146) size 115x43 [bgcolor=#FFFF00] [border: (10px solid #FF0000) none (5px solid #008000)]
     82layer at (193,358) size 8x4
    8383  RenderBlock (positioned) {DIV} at (51,20) size 8x4 [bgcolor=#0000FF]
    84 layer at (227,344) size 70x20 backgroundClip at (147,344) size 100x45 clip at (147,344) size 100x45 outlineClip at (147,344) size 100x45
     84layer at (227,338) size 70x20 backgroundClip at (147,338) size 100x43 clip at (147,338) size 100x43 outlineClip at (147,338) size 100x43
    8585  RenderBlock (positioned) {DIV} at (85,0) size 70x20 [bgcolor=#808000]
    86 layer at (142,393) size 115x45 clip at (147,393) size 100x30 scrollX 50 scrollWidth 150
    87   RenderBlock (relative positioned) {DIV} at (5,201) size 115x45 [bgcolor=#FFFF00] [border: (10px solid #FF0000) none (5px solid #008000)]
    88 layer at (193,413) size 8x4
     86layer at (142,385) size 115x43 clip at (147,385) size 100x28 scrollX 50 scrollWidth 150
     87  RenderBlock (relative positioned) {DIV} at (5,193) size 115x43 [bgcolor=#FFFF00] [border: (10px solid #FF0000) none (5px solid #008000)]
     88layer at (193,405) size 8x4
    8989  RenderBlock (positioned) {DIV} at (51,20) size 8x4 [bgcolor=#0000FF]
    90 layer at (97,393) size 70x20 backgroundClip at (147,393) size 100x30 clip at (147,393) size 100x30 outlineClip at (147,393) size 100x30
     90layer at (97,385) size 70x20 backgroundClip at (147,385) size 100x28 clip at (147,385) size 100x28 outlineClip at (147,385) size 100x28
    9191  RenderBlock (positioned) {DIV} at (-45,0) size 70x20 [bgcolor=#808000]
  • trunk/LayoutTests/platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt

    r76735 r80755  
    11layer at (0,0) size 800x600
    22  RenderView at (0,0) size 800x600
    3 layer at (0,0) size 337x600
    4   RenderBlock {HTML} at (0,0) size 337x600
    5     RenderBody {BODY} at (16,8) size 313x584
     3layer at (0,0) size 331x600
     4  RenderBlock {HTML} at (0,0) size 331x600
     5    RenderBody {BODY} at (16,8) size 307x584
    66      RenderBlock {P} at (0,0) size 36x584
    77        RenderText {#text} at (0,0) size 18x135
     
    2929          RenderText {#text} at (0,0) size 18x331
    3030            text run at (0,0) width 331: "which letters are visible initially and when you scroll"
    31       RenderTable {TABLE} at (156,0) size 157x256
    32         RenderTableSection {TBODY} at (0,0) size 157x256
    33           RenderTableRow {TR} at (0,2) size 153x256
    34             RenderTableCell {TD} at (2,2) size 153x125 [r=0 c=0 rs=1 cs=1]
    35             RenderTableCell {TD} at (2,129) size 153x125 [r=0 c=1 rs=1 cs=1]
    36 layer at (179,15) size 45x115 clip at (179,25) size 30x100 scrollHeight 188
    37   RenderBlock {DIV} at (5,5) size 45x115 [bgcolor=#FFFF00] [border: (10px solid #FF0000) none (5px solid #008000) none]
     31      RenderTable {TABLE} at (156,0) size 151x256
     32        RenderTableSection {TBODY} at (0,0) size 151x256
     33          RenderTableRow {TR} at (0,2) size 147x256
     34            RenderTableCell {TD} at (2,2) size 147x125 [r=0 c=0 rs=1 cs=1]
     35            RenderTableCell {TD} at (2,129) size 147x125 [r=0 c=1 rs=1 cs=1]
     36layer at (179,15) size 43x115 clip at (179,25) size 28x100 scrollHeight 188
     37  RenderBlock {DIV} at (5,5) size 43x115 [bgcolor=#FFFF00] [border: (10px solid #FF0000) none (5px solid #008000) none]
    3838    RenderText {#text} at (0,10) size 18x188
    3939      text run at (0,10) width 188: "abcdefghijklmnopqrstuvwxyz"
    40 layer at (228,15) size 45x115 clip at (228,25) size 45x100
    41   RenderBlock {DIV} at (54,5) size 45x115 [bgcolor=#FFFF00] [border: (10px solid #FF0000) none (5px solid #008000) none]
     40layer at (226,15) size 43x115 clip at (226,25) size 43x100
     41  RenderBlock {DIV} at (52,5) size 43x115 [bgcolor=#FFFF00] [border: (10px solid #FF0000) none (5px solid #008000) none]
    4242    RenderBlock {DIV} at (0,10) size 18x100 [bgcolor=#D3D3D3]
    4343      RenderText {#text} at (0,-88) size 18x188
    4444        text run at (0,-88) width 188: "abcdefghijklmnopqrstuvwxyz"
    45 layer at (277,15) size 45x115 clip at (277,25) size 30x100 scrollHeight 188
    46   RenderBlock {DIV} at (103,5) size 45x115 [bgcolor=#FFFF00] [border: (10px solid #FF0000) none (5px solid #008000) none]
     45layer at (273,15) size 43x115 clip at (273,25) size 28x100 scrollHeight 188
     46  RenderBlock {DIV} at (99,5) size 43x115 [bgcolor=#FFFF00] [border: (10px solid #FF0000) none (5px solid #008000) none]
    4747    RenderBlock {DIV} at (0,10) size 18x100 [bgcolor=#D3D3D3]
    4848      RenderText {#text} at (0,0) size 18x188
    4949        text run at (0,0) width 188: "abcdefghijklmnopqrstuvwxyz"
    50 layer at (179,142) size 45x115 clip at (179,147) size 30x100 scrollY 88 scrollHeight 188
    51   RenderBlock {DIV} at (5,5) size 45x115 [bgcolor=#FFFF00] [border: (5px solid #008000) none (10px solid #FF0000) none]
     50layer at (179,142) size 43x115 clip at (179,147) size 28x100 scrollY 88 scrollHeight 188
     51  RenderBlock {DIV} at (5,5) size 43x115 [bgcolor=#FFFF00] [border: (5px solid #008000) none (10px solid #FF0000) none]
    5252    RenderText {#text} at (0,-83) size 18x188
    5353      text run at (0,-83) width 188: "zyxwvutsrqponmlkjihgfedcba"
    54 layer at (228,142) size 45x115 clip at (228,147) size 45x100
    55   RenderBlock {DIV} at (54,5) size 45x115 [bgcolor=#FFFF00] [border: (5px solid #008000) none (10px solid #FF0000) none]
     54layer at (226,142) size 43x115 clip at (226,147) size 43x100
     55  RenderBlock {DIV} at (52,5) size 43x115 [bgcolor=#FFFF00] [border: (5px solid #008000) none (10px solid #FF0000) none]
    5656    RenderBlock {DIV} at (0,5) size 18x100 [bgcolor=#D3D3D3]
    5757      RenderText {#text} at (0,0) size 18x188
    5858        text run at (0,0) width 188: "zyxwvutsrqponmlkjihgfedcba"
    59 layer at (277,142) size 45x115 clip at (277,147) size 30x100 scrollY 88 scrollHeight 188
    60   RenderBlock {DIV} at (103,5) size 45x115 [bgcolor=#FFFF00] [border: (5px solid #008000) none (10px solid #FF0000) none]
     59layer at (273,142) size 43x115 clip at (273,147) size 28x100 scrollY 88 scrollHeight 188
     60  RenderBlock {DIV} at (99,5) size 43x115 [bgcolor=#FFFF00] [border: (5px solid #008000) none (10px solid #FF0000) none]
    6161    RenderBlock {DIV} at (0,5) size 18x100 [bgcolor=#D3D3D3]
    6262      RenderText {#text} at (0,-88) size 18x188
  • trunk/LayoutTests/platform/mac/fast/parser/bad-xml-slash-expected.txt

    r30635 r80755  
    44  RenderBlock {HTML} at (0,0) size 800x600
    55    RenderBody {BODY} at (8,8) size 784x584
    6       RenderBlock {INPUT} at (3,4) size 12x12
    7       RenderText {#text} at (18,0) size 218x18
    8         text run at (18,0) width 218: "This checkbox should be checked."
     6      RenderBlock {INPUT} at (2,4) size 12x12
     7      RenderText {#text} at (16,0) size 218x18
     8        text run at (16,0) width 218: "This checkbox should be checked."
  • trunk/LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt

    r54748 r80755  
    4141        RenderListBox {SELECT} at (3,296) size 48x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
    4242        RenderText {#text} at (0,0) size 0x0
    43         RenderBlock {INPUT} at (4,358) size 12x12
    44         RenderBlock {INPUT} at (4,376) size 12x12
     43        RenderBlock {INPUT} at (3,358) size 12x12
     44        RenderBlock {INPUT} at (3,376) size 12x12
    4545        RenderText {#text} at (0,0) size 0x0
    46         RenderBlock {INPUT} at (4,394) size 12x13
    47         RenderBlock {INPUT} at (4,413) size 12x13
     46        RenderBlock {INPUT} at (3,394) size 12x13
     47        RenderBlock {INPUT} at (3,413) size 12x13
    4848        RenderText {#text} at (0,0) size 0x0
    4949        RenderPartObject {IFRAME} at (1,429) size 27x27 [border: (1px solid #000000)]
  • trunk/LayoutTests/platform/mac/fast/replaced/width100percent-checkbox-expected.txt

    r30635 r80755  
    1010        RenderTableSection {TBODY} at (0,0) size 784x22
    1111          RenderTableRow {TR} at (0,1) size 784x20
    12             RenderTableCell {TD} at (1,1) size 8x20 [r=0 c=0 rs=1 cs=1]
    13               RenderBlock {INPUT} at (4,4) size 6x12
    14             RenderTableCell {TD} at (10,1) size 8x20 [r=0 c=1 rs=1 cs=1]
    15               RenderBlock {INPUT} at (4,4) size 6x12
    16             RenderTableCell {TD} at (19,1) size 8x20 [r=0 c=2 rs=1 cs=1]
    17               RenderBlock {INPUT} at (4,4) size 6x12
    18             RenderTableCell {TD} at (28,1) size 755x20 [r=0 c=3 rs=1 cs=1]
     12            RenderTableCell {TD} at (1,1) size 6x20 [r=0 c=0 rs=1 cs=1]
     13              RenderBlock {INPUT} at (3,4) size 4x12
     14            RenderTableCell {TD} at (8,1) size 6x20 [r=0 c=1 rs=1 cs=1]
     15              RenderBlock {INPUT} at (3,4) size 4x12
     16            RenderTableCell {TD} at (15,1) size 6x20 [r=0 c=2 rs=1 cs=1]
     17              RenderBlock {INPUT} at (3,4) size 4x12
     18            RenderTableCell {TD} at (22,1) size 761x20 [r=0 c=3 rs=1 cs=1]
    1919              RenderText {#text} at (1,1) size 4x18
    2020                text run at (1,1) width 4: " "
  • trunk/LayoutTests/platform/mac/fast/replaced/width100percent-radio-expected.txt

    r30635 r80755  
    1010        RenderTableSection {TBODY} at (0,0) size 784x23
    1111          RenderTableRow {TR} at (0,1) size 784x21
    12             RenderTableCell {TD} at (1,1) size 8x21 [r=0 c=0 rs=1 cs=1]
    13               RenderBlock {INPUT} at (4,4) size 6x13
    14             RenderTableCell {TD} at (10,1) size 8x21 [r=0 c=1 rs=1 cs=1]
    15               RenderBlock {INPUT} at (4,4) size 6x13
    16             RenderTableCell {TD} at (19,1) size 8x21 [r=0 c=2 rs=1 cs=1]
    17               RenderBlock {INPUT} at (4,4) size 6x13
    18             RenderTableCell {TD} at (28,1) size 755x20 [r=0 c=3 rs=1 cs=1]
     12            RenderTableCell {TD} at (1,1) size 6x21 [r=0 c=0 rs=1 cs=1]
     13              RenderBlock {INPUT} at (3,4) size 4x13
     14            RenderTableCell {TD} at (8,1) size 6x21 [r=0 c=1 rs=1 cs=1]
     15              RenderBlock {INPUT} at (3,4) size 4x13
     16            RenderTableCell {TD} at (15,1) size 6x21 [r=0 c=2 rs=1 cs=1]
     17              RenderBlock {INPUT} at (3,4) size 4x13
     18            RenderTableCell {TD} at (22,1) size 761x20 [r=0 c=3 rs=1 cs=1]
    1919              RenderText {#text} at (1,1) size 4x18
    2020                text run at (1,1) width 4: " "
  • trunk/LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt

    r78882 r80755  
    2222                  RenderText {#text} at (0,0) size 0x0
    2323                RenderTableCell {TD} at (478,2) size 160x18 [r=0 c=3 rs=2 cs=1]
    24                   RenderInline {LABEL} at (0,0) size 117x13
     24                  RenderInline {LABEL} at (0,0) size 115x13
    2525                    RenderText {#text} at (0,0) size 0x0
    26                     RenderBlock {INPUT} at (13,3) size 12x12
    27                     RenderText {#text} at (28,3) size 99x13
    28                       text run at (28,3) width 99: " Remember this location"
     26                    RenderBlock {INPUT} at (12,3) size 12x12
     27                    RenderText {#text} at (26,3) size 99x13
     28                      text run at (26,3) width 99: " Remember this location"
    2929                  RenderText {#text} at (0,0) size 0x0
    3030        RenderBlock (anonymous) at (0,39) size 784x18
  • trunk/LayoutTests/platform/mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt

    r30635 r80755  
    66      RenderFieldSet {FIELDSET} at (2,0) size 780x370 [border: (2px groove #C0C0C0)]
    77        RenderBlock {DIV} at (14,7) size 752x351
    8           RenderInline {DIV} at (0,0) size 121x18
    9             RenderInline {DIV} at (0,0) size 121x18
     8          RenderInline {DIV} at (0,0) size 119x18
     9            RenderInline {DIV} at (0,0) size 119x18
    1010              RenderText {#text} at (0,0) size 0x0
    1111              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     
    1313              RenderText {#text} at (50,20) size 4x18
    1414                text run at (50,20) width 4: " "
    15               RenderBlock {INPUT} at (57,24) size 12x12
    16               RenderInline {LABEL} at (0,0) size 45x18
    17                 RenderText {#text} at (72,20) size 45x18
    18                   text run at (72,20) width 45: "Classic"
    19               RenderText {#text} at (117,20) size 4x18
    20                 text run at (117,20) width 4: " "
    21           RenderText {#text} at (0,0) size 0x0
    22           RenderInline {DIV} at (0,0) size 116x18
    23             RenderInline {DIV} at (0,0) size 116x18
    24               RenderText {#text} at (0,0) size 0x0
    25               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    26                 RenderImage {IMG} at (121,0) size 50x34
    27               RenderText {#text} at (171,20) size 4x18
    28                 text run at (171,20) width 4: " "
    29               RenderBlock {INPUT} at (178,24) size 12x12
    30               RenderInline {LABEL} at (0,0) size 40x18
    31                 RenderText {#text} at (193,20) size 40x18
    32                   text run at (193,20) width 40: "Africa"
    33               RenderText {#text} at (233,20) size 4x18
    34                 text run at (233,20) width 4: " "
    35           RenderText {#text} at (0,0) size 0x0
    36           RenderInline {DIV} at (0,0) size 201x18
    37             RenderInline {DIV} at (0,0) size 201x18
    38               RenderText {#text} at (0,0) size 0x0
    39               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    40                 RenderImage {IMG} at (237,0) size 50x34
    41               RenderText {#text} at (287,20) size 4x18
    42                 text run at (287,20) width 4: " "
    43               RenderBlock {INPUT} at (294,24) size 12x12
    44               RenderInline {LABEL} at (0,0) size 125x18
    45                 RenderText {#text} at (309,20) size 125x18
    46                   text run at (309,20) width 125: "Alexander's Empire"
    47               RenderText {#text} at (434,20) size 4x18
    48                 text run at (434,20) width 4: " "
    49           RenderText {#text} at (0,0) size 0x0
    50           RenderInline {DIV} at (0,0) size 175x18
    51             RenderInline {DIV} at (0,0) size 175x18
    52               RenderText {#text} at (0,0) size 0x0
    53               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    54                 RenderImage {IMG} at (438,0) size 50x34
    55               RenderText {#text} at (488,20) size 4x18
    56                 text run at (488,20) width 4: " "
    57               RenderBlock {INPUT} at (495,24) size 12x12
    58               RenderInline {LABEL} at (0,0) size 99x18
    59                 RenderText {#text} at (510,20) size 99x18
    60                   text run at (510,20) width 99: "Ancient Greece"
    61               RenderText {#text} at (609,20) size 4x18
    62                 text run at (609,20) width 4: " "
    63           RenderText {#text} at (0,0) size 0x0
    64           RenderInline {DIV} at (0,0) size 117x18
    65             RenderInline {DIV} at (0,0) size 117x18
    66               RenderText {#text} at (0,0) size 0x0
    67               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    68                 RenderImage {IMG} at (613,0) size 50x34
    69               RenderText {#text} at (663,20) size 4x18
    70                 text run at (663,20) width 4: " "
    71               RenderBlock {INPUT} at (670,24) size 12x12
    72               RenderInline {LABEL} at (0,0) size 45x18
    73                 RenderText {#text} at (685,20) size 45x18
    74                   text run at (685,20) width 45: "Classic"
    75               RenderText {#text} at (0,0) size 0x0
    76           RenderText {#text} at (0,0) size 0x0
    77           RenderInline {DIV} at (0,0) size 116x18
    78             RenderInline {DIV} at (0,0) size 116x18
     15              RenderBlock {INPUT} at (56,24) size 12x12
     16              RenderInline {LABEL} at (0,0) size 45x18
     17                RenderText {#text} at (70,20) size 45x18
     18                  text run at (70,20) width 45: "Classic"
     19              RenderText {#text} at (115,20) size 4x18
     20                text run at (115,20) width 4: " "
     21          RenderText {#text} at (0,0) size 0x0
     22          RenderInline {DIV} at (0,0) size 114x18
     23            RenderInline {DIV} at (0,0) size 114x18
     24              RenderText {#text} at (0,0) size 0x0
     25              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     26                RenderImage {IMG} at (119,0) size 50x34
     27              RenderText {#text} at (169,20) size 4x18
     28                text run at (169,20) width 4: " "
     29              RenderBlock {INPUT} at (175,24) size 12x12
     30              RenderInline {LABEL} at (0,0) size 40x18
     31                RenderText {#text} at (189,20) size 40x18
     32                  text run at (189,20) width 40: "Africa"
     33              RenderText {#text} at (229,20) size 4x18
     34                text run at (229,20) width 4: " "
     35          RenderText {#text} at (0,0) size 0x0
     36          RenderInline {DIV} at (0,0) size 199x18
     37            RenderInline {DIV} at (0,0) size 199x18
     38              RenderText {#text} at (0,0) size 0x0
     39              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     40                RenderImage {IMG} at (233,0) size 50x34
     41              RenderText {#text} at (283,20) size 4x18
     42                text run at (283,20) width 4: " "
     43              RenderBlock {INPUT} at (289,24) size 12x12
     44              RenderInline {LABEL} at (0,0) size 125x18
     45                RenderText {#text} at (303,20) size 125x18
     46                  text run at (303,20) width 125: "Alexander's Empire"
     47              RenderText {#text} at (428,20) size 4x18
     48                text run at (428,20) width 4: " "
     49          RenderText {#text} at (0,0) size 0x0
     50          RenderInline {DIV} at (0,0) size 173x18
     51            RenderInline {DIV} at (0,0) size 173x18
     52              RenderText {#text} at (0,0) size 0x0
     53              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     54                RenderImage {IMG} at (432,0) size 50x34
     55              RenderText {#text} at (482,20) size 4x18
     56                text run at (482,20) width 4: " "
     57              RenderBlock {INPUT} at (488,24) size 12x12
     58              RenderInline {LABEL} at (0,0) size 99x18
     59                RenderText {#text} at (502,20) size 99x18
     60                  text run at (502,20) width 99: "Ancient Greece"
     61              RenderText {#text} at (601,20) size 4x18
     62                text run at (601,20) width 4: " "
     63          RenderText {#text} at (0,0) size 0x0
     64          RenderInline {DIV} at (0,0) size 115x18
     65            RenderInline {DIV} at (0,0) size 115x18
     66              RenderText {#text} at (0,0) size 0x0
     67              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     68                RenderImage {IMG} at (605,0) size 50x34
     69              RenderText {#text} at (655,20) size 4x18
     70                text run at (655,20) width 4: " "
     71              RenderBlock {INPUT} at (661,24) size 12x12
     72              RenderInline {LABEL} at (0,0) size 45x18
     73                RenderText {#text} at (675,20) size 45x18
     74                  text run at (675,20) width 45: "Classic"
     75              RenderText {#text} at (0,0) size 0x0
     76          RenderText {#text} at (0,0) size 0x0
     77          RenderInline {DIV} at (0,0) size 114x18
     78            RenderInline {DIV} at (0,0) size 114x18
    7979              RenderText {#text} at (0,0) size 0x0
    8080              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     
    8282              RenderText {#text} at (50,59) size 4x18
    8383                text run at (50,59) width 4: " "
    84               RenderBlock {INPUT} at (57,63) size 12x12
    85               RenderInline {LABEL} at (0,0) size 40x18
    86                 RenderText {#text} at (72,59) size 40x18
    87                   text run at (72,59) width 40: "Africa"
    88               RenderText {#text} at (112,59) size 4x18
    89                 text run at (112,59) width 4: " "
    90           RenderText {#text} at (0,0) size 0x0
    91           RenderInline {DIV} at (0,0) size 201x18
    92             RenderInline {DIV} at (0,0) size 201x18
    93               RenderText {#text} at (0,0) size 0x0
    94               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    95                 RenderImage {IMG} at (116,39) size 50x34
    96               RenderText {#text} at (166,59) size 4x18
    97                 text run at (166,59) width 4: " "
    98               RenderBlock {INPUT} at (173,63) size 12x12
    99               RenderInline {LABEL} at (0,0) size 125x18
    100                 RenderText {#text} at (188,59) size 125x18
    101                   text run at (188,59) width 125: "Alexander's Empire"
    102               RenderText {#text} at (313,59) size 4x18
    103                 text run at (313,59) width 4: " "
    104           RenderText {#text} at (0,0) size 0x0
    105           RenderInline {DIV} at (0,0) size 175x18
    106             RenderInline {DIV} at (0,0) size 175x18
    107               RenderText {#text} at (0,0) size 0x0
    108               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    109                 RenderImage {IMG} at (317,39) size 50x34
    110               RenderText {#text} at (367,59) size 4x18
    111                 text run at (367,59) width 4: " "
    112               RenderBlock {INPUT} at (374,63) size 12x12
    113               RenderInline {LABEL} at (0,0) size 99x18
    114                 RenderText {#text} at (389,59) size 99x18
    115                   text run at (389,59) width 99: "Ancient Greece"
    116               RenderText {#text} at (488,59) size 4x18
    117                 text run at (488,59) width 4: " "
    118           RenderText {#text} at (0,0) size 0x0
    119           RenderInline {DIV} at (0,0) size 121x18
    120             RenderInline {DIV} at (0,0) size 121x18
    121               RenderText {#text} at (0,0) size 0x0
    122               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    123                 RenderImage {IMG} at (492,39) size 50x34
    124               RenderText {#text} at (542,59) size 4x18
    125                 text run at (542,59) width 4: " "
    126               RenderBlock {INPUT} at (549,63) size 12x12
    127               RenderInline {LABEL} at (0,0) size 45x18
    128                 RenderText {#text} at (564,59) size 45x18
    129                   text run at (564,59) width 45: "Classic"
    130               RenderText {#text} at (609,59) size 4x18
    131                 text run at (609,59) width 4: " "
    132           RenderText {#text} at (0,0) size 0x0
    133           RenderInline {DIV} at (0,0) size 112x18
    134             RenderInline {DIV} at (0,0) size 112x18
    135               RenderText {#text} at (0,0) size 0x0
    136               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    137                 RenderImage {IMG} at (613,39) size 50x34
    138               RenderText {#text} at (663,59) size 4x18
    139                 text run at (663,59) width 4: " "
    140               RenderBlock {INPUT} at (670,63) size 12x12
    141               RenderInline {LABEL} at (0,0) size 40x18
    142                 RenderText {#text} at (685,59) size 40x18
    143                   text run at (685,59) width 40: "Africa"
    144               RenderText {#text} at (0,0) size 0x0
    145           RenderText {#text} at (0,0) size 0x0
    146           RenderInline {DIV} at (0,0) size 201x18
    147             RenderInline {DIV} at (0,0) size 201x18
     84              RenderBlock {INPUT} at (56,63) size 12x12
     85              RenderInline {LABEL} at (0,0) size 40x18
     86                RenderText {#text} at (70,59) size 40x18
     87                  text run at (70,59) width 40: "Africa"
     88              RenderText {#text} at (110,59) size 4x18
     89                text run at (110,59) width 4: " "
     90          RenderText {#text} at (0,0) size 0x0
     91          RenderInline {DIV} at (0,0) size 199x18
     92            RenderInline {DIV} at (0,0) size 199x18
     93              RenderText {#text} at (0,0) size 0x0
     94              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     95                RenderImage {IMG} at (114,39) size 50x34
     96              RenderText {#text} at (164,59) size 4x18
     97                text run at (164,59) width 4: " "
     98              RenderBlock {INPUT} at (170,63) size 12x12
     99              RenderInline {LABEL} at (0,0) size 125x18
     100                RenderText {#text} at (184,59) size 125x18
     101                  text run at (184,59) width 125: "Alexander's Empire"
     102              RenderText {#text} at (309,59) size 4x18
     103                text run at (309,59) width 4: " "
     104          RenderText {#text} at (0,0) size 0x0
     105          RenderInline {DIV} at (0,0) size 173x18
     106            RenderInline {DIV} at (0,0) size 173x18
     107              RenderText {#text} at (0,0) size 0x0
     108              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     109                RenderImage {IMG} at (313,39) size 50x34
     110              RenderText {#text} at (363,59) size 4x18
     111                text run at (363,59) width 4: " "
     112              RenderBlock {INPUT} at (369,63) size 12x12
     113              RenderInline {LABEL} at (0,0) size 99x18
     114                RenderText {#text} at (383,59) size 99x18
     115                  text run at (383,59) width 99: "Ancient Greece"
     116              RenderText {#text} at (482,59) size 4x18
     117                text run at (482,59) width 4: " "
     118          RenderText {#text} at (0,0) size 0x0
     119          RenderInline {DIV} at (0,0) size 119x18
     120            RenderInline {DIV} at (0,0) size 119x18
     121              RenderText {#text} at (0,0) size 0x0
     122              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     123                RenderImage {IMG} at (486,39) size 50x34
     124              RenderText {#text} at (536,59) size 4x18
     125                text run at (536,59) width 4: " "
     126              RenderBlock {INPUT} at (542,63) size 12x12
     127              RenderInline {LABEL} at (0,0) size 45x18
     128                RenderText {#text} at (556,59) size 45x18
     129                  text run at (556,59) width 45: "Classic"
     130              RenderText {#text} at (601,59) size 4x18
     131                text run at (601,59) width 4: " "
     132          RenderText {#text} at (0,0) size 0x0
     133          RenderInline {DIV} at (0,0) size 110x18
     134            RenderInline {DIV} at (0,0) size 110x18
     135              RenderText {#text} at (0,0) size 0x0
     136              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     137                RenderImage {IMG} at (605,39) size 50x34
     138              RenderText {#text} at (655,59) size 4x18
     139                text run at (655,59) width 4: " "
     140              RenderBlock {INPUT} at (661,63) size 12x12
     141              RenderInline {LABEL} at (0,0) size 40x18
     142                RenderText {#text} at (675,59) size 40x18
     143                  text run at (675,59) width 40: "Africa"
     144              RenderText {#text} at (0,0) size 0x0
     145          RenderText {#text} at (0,0) size 0x0
     146          RenderInline {DIV} at (0,0) size 199x18
     147            RenderInline {DIV} at (0,0) size 199x18
    148148              RenderText {#text} at (0,0) size 0x0
    149149              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     
    151151              RenderText {#text} at (50,98) size 4x18
    152152                text run at (50,98) width 4: " "
    153               RenderBlock {INPUT} at (57,102) size 12x12
    154               RenderInline {LABEL} at (0,0) size 125x18
    155                 RenderText {#text} at (72,98) size 125x18
    156                   text run at (72,98) width 125: "Alexander's Empire"
    157               RenderText {#text} at (197,98) size 4x18
    158                 text run at (197,98) width 4: " "
    159           RenderText {#text} at (0,0) size 0x0
    160           RenderInline {DIV} at (0,0) size 175x18
    161             RenderInline {DIV} at (0,0) size 175x18
    162               RenderText {#text} at (0,0) size 0x0
    163               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    164                 RenderImage {IMG} at (201,78) size 50x34
    165               RenderText {#text} at (251,98) size 4x18
    166                 text run at (251,98) width 4: " "
    167               RenderBlock {INPUT} at (258,102) size 12x12
    168               RenderInline {LABEL} at (0,0) size 99x18
    169                 RenderText {#text} at (273,98) size 99x18
    170                   text run at (273,98) width 99: "Ancient Greece"
    171               RenderText {#text} at (372,98) size 4x18
    172                 text run at (372,98) width 4: " "
    173           RenderText {#text} at (0,0) size 0x0
    174           RenderInline {DIV} at (0,0) size 121x18
    175             RenderInline {DIV} at (0,0) size 121x18
    176               RenderText {#text} at (0,0) size 0x0
    177               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    178                 RenderImage {IMG} at (376,78) size 50x34
    179               RenderText {#text} at (426,98) size 4x18
    180                 text run at (426,98) width 4: " "
    181               RenderBlock {INPUT} at (433,102) size 12x12
    182               RenderInline {LABEL} at (0,0) size 45x18
    183                 RenderText {#text} at (448,98) size 45x18
    184                   text run at (448,98) width 45: "Classic"
    185               RenderText {#text} at (493,98) size 4x18
    186                 text run at (493,98) width 4: " "
    187           RenderText {#text} at (0,0) size 0x0
    188           RenderInline {DIV} at (0,0) size 112x18
    189             RenderInline {DIV} at (0,0) size 112x18
    190               RenderText {#text} at (0,0) size 0x0
    191               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    192                 RenderImage {IMG} at (497,78) size 50x34
    193               RenderText {#text} at (547,98) size 4x18
    194                 text run at (547,98) width 4: " "
    195               RenderBlock {INPUT} at (554,102) size 12x12
    196               RenderInline {LABEL} at (0,0) size 40x18
    197                 RenderText {#text} at (569,98) size 40x18
    198                   text run at (569,98) width 40: "Africa"
    199               RenderText {#text} at (0,0) size 0x0
    200           RenderText {#text} at (0,0) size 0x0
    201           RenderInline {DIV} at (0,0) size 201x18
    202             RenderInline {DIV} at (0,0) size 201x18
     153              RenderBlock {INPUT} at (56,102) size 12x12
     154              RenderInline {LABEL} at (0,0) size 125x18
     155                RenderText {#text} at (70,98) size 125x18
     156                  text run at (70,98) width 125: "Alexander's Empire"
     157              RenderText {#text} at (195,98) size 4x18
     158                text run at (195,98) width 4: " "
     159          RenderText {#text} at (0,0) size 0x0
     160          RenderInline {DIV} at (0,0) size 173x18
     161            RenderInline {DIV} at (0,0) size 173x18
     162              RenderText {#text} at (0,0) size 0x0
     163              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     164                RenderImage {IMG} at (199,78) size 50x34
     165              RenderText {#text} at (249,98) size 4x18
     166                text run at (249,98) width 4: " "
     167              RenderBlock {INPUT} at (255,102) size 12x12
     168              RenderInline {LABEL} at (0,0) size 99x18
     169                RenderText {#text} at (269,98) size 99x18
     170                  text run at (269,98) width 99: "Ancient Greece"
     171              RenderText {#text} at (368,98) size 4x18
     172                text run at (368,98) width 4: " "
     173          RenderText {#text} at (0,0) size 0x0
     174          RenderInline {DIV} at (0,0) size 119x18
     175            RenderInline {DIV} at (0,0) size 119x18
     176              RenderText {#text} at (0,0) size 0x0
     177              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     178                RenderImage {IMG} at (372,78) size 50x34
     179              RenderText {#text} at (422,98) size 4x18
     180                text run at (422,98) width 4: " "
     181              RenderBlock {INPUT} at (428,102) size 12x12
     182              RenderInline {LABEL} at (0,0) size 45x18
     183                RenderText {#text} at (442,98) size 45x18
     184                  text run at (442,98) width 45: "Classic"
     185              RenderText {#text} at (487,98) size 4x18
     186                text run at (487,98) width 4: " "
     187          RenderText {#text} at (0,0) size 0x0
     188          RenderInline {DIV} at (0,0) size 110x18
     189            RenderInline {DIV} at (0,0) size 110x18
     190              RenderText {#text} at (0,0) size 0x0
     191              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     192                RenderImage {IMG} at (491,78) size 50x34
     193              RenderText {#text} at (541,98) size 4x18
     194                text run at (541,98) width 4: " "
     195              RenderBlock {INPUT} at (547,102) size 12x12
     196              RenderInline {LABEL} at (0,0) size 40x18
     197                RenderText {#text} at (561,98) size 40x18
     198                  text run at (561,98) width 40: "Africa"
     199              RenderText {#text} at (0,0) size 0x0
     200          RenderText {#text} at (0,0) size 0x0
     201          RenderInline {DIV} at (0,0) size 199x18
     202            RenderInline {DIV} at (0,0) size 199x18
    203203              RenderText {#text} at (0,0) size 0x0
    204204              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     
    206206              RenderText {#text} at (50,137) size 4x18
    207207                text run at (50,137) width 4: " "
    208               RenderBlock {INPUT} at (57,141) size 12x12
    209               RenderInline {LABEL} at (0,0) size 125x18
    210                 RenderText {#text} at (72,137) size 125x18
    211                   text run at (72,137) width 125: "Alexander's Empire"
    212               RenderText {#text} at (197,137) size 4x18
    213                 text run at (197,137) width 4: " "
    214           RenderText {#text} at (0,0) size 0x0
    215           RenderInline {DIV} at (0,0) size 175x18
    216             RenderInline {DIV} at (0,0) size 175x18
    217               RenderText {#text} at (0,0) size 0x0
    218               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    219                 RenderImage {IMG} at (201,117) size 50x34
    220               RenderText {#text} at (251,137) size 4x18
    221                 text run at (251,137) width 4: " "
    222               RenderBlock {INPUT} at (258,141) size 12x12
    223               RenderInline {LABEL} at (0,0) size 99x18
    224                 RenderText {#text} at (273,137) size 99x18
    225                   text run at (273,137) width 99: "Ancient Greece"
    226               RenderText {#text} at (372,137) size 4x18
    227                 text run at (372,137) width 4: " "
    228           RenderText {#text} at (0,0) size 0x0
    229           RenderInline {DIV} at (0,0) size 121x18
    230             RenderInline {DIV} at (0,0) size 121x18
    231               RenderText {#text} at (0,0) size 0x0
    232               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    233                 RenderImage {IMG} at (376,117) size 50x34
    234               RenderText {#text} at (426,137) size 4x18
    235                 text run at (426,137) width 4: " "
    236               RenderBlock {INPUT} at (433,141) size 12x12
    237               RenderInline {LABEL} at (0,0) size 45x18
    238                 RenderText {#text} at (448,137) size 45x18
    239                   text run at (448,137) width 45: "Classic"
    240               RenderText {#text} at (493,137) size 4x18
    241                 text run at (493,137) width 4: " "
    242           RenderText {#text} at (0,0) size 0x0
    243           RenderInline {DIV} at (0,0) size 112x18
    244             RenderInline {DIV} at (0,0) size 112x18
    245               RenderText {#text} at (0,0) size 0x0
    246               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    247                 RenderImage {IMG} at (497,117) size 50x34
    248               RenderText {#text} at (547,137) size 4x18
    249                 text run at (547,137) width 4: " "
    250               RenderBlock {INPUT} at (554,141) size 12x12
    251               RenderInline {LABEL} at (0,0) size 40x18
    252                 RenderText {#text} at (569,137) size 40x18
    253                   text run at (569,137) width 40: "Africa"
    254               RenderText {#text} at (0,0) size 0x0
    255           RenderText {#text} at (0,0) size 0x0
    256           RenderInline {DIV} at (0,0) size 201x18
    257             RenderInline {DIV} at (0,0) size 201x18
     208              RenderBlock {INPUT} at (56,141) size 12x12
     209              RenderInline {LABEL} at (0,0) size 125x18
     210                RenderText {#text} at (70,137) size 125x18
     211                  text run at (70,137) width 125: "Alexander's Empire"
     212              RenderText {#text} at (195,137) size 4x18
     213                text run at (195,137) width 4: " "
     214          RenderText {#text} at (0,0) size 0x0
     215          RenderInline {DIV} at (0,0) size 173x18
     216            RenderInline {DIV} at (0,0) size 173x18
     217              RenderText {#text} at (0,0) size 0x0
     218              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     219                RenderImage {IMG} at (199,117) size 50x34
     220              RenderText {#text} at (249,137) size 4x18
     221                text run at (249,137) width 4: " "
     222              RenderBlock {INPUT} at (255,141) size 12x12
     223              RenderInline {LABEL} at (0,0) size 99x18
     224                RenderText {#text} at (269,137) size 99x18
     225                  text run at (269,137) width 99: "Ancient Greece"
     226              RenderText {#text} at (368,137) size 4x18
     227                text run at (368,137) width 4: " "
     228          RenderText {#text} at (0,0) size 0x0
     229          RenderInline {DIV} at (0,0) size 119x18
     230            RenderInline {DIV} at (0,0) size 119x18
     231              RenderText {#text} at (0,0) size 0x0
     232              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     233                RenderImage {IMG} at (372,117) size 50x34
     234              RenderText {#text} at (422,137) size 4x18
     235                text run at (422,137) width 4: " "
     236              RenderBlock {INPUT} at (428,141) size 12x12
     237              RenderInline {LABEL} at (0,0) size 45x18
     238                RenderText {#text} at (442,137) size 45x18
     239                  text run at (442,137) width 45: "Classic"
     240              RenderText {#text} at (487,137) size 4x18
     241                text run at (487,137) width 4: " "
     242          RenderText {#text} at (0,0) size 0x0
     243          RenderInline {DIV} at (0,0) size 110x18
     244            RenderInline {DIV} at (0,0) size 110x18
     245              RenderText {#text} at (0,0) size 0x0
     246              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     247                RenderImage {IMG} at (491,117) size 50x34
     248              RenderText {#text} at (541,137) size 4x18
     249                text run at (541,137) width 4: " "
     250              RenderBlock {INPUT} at (547,141) size 12x12
     251              RenderInline {LABEL} at (0,0) size 40x18
     252                RenderText {#text} at (561,137) size 40x18
     253                  text run at (561,137) width 40: "Africa"
     254              RenderText {#text} at (0,0) size 0x0
     255          RenderText {#text} at (0,0) size 0x0
     256          RenderInline {DIV} at (0,0) size 199x18
     257            RenderInline {DIV} at (0,0) size 199x18
    258258              RenderText {#text} at (0,0) size 0x0
    259259              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     
    261261              RenderText {#text} at (50,176) size 4x18
    262262                text run at (50,176) width 4: " "
    263               RenderBlock {INPUT} at (57,180) size 12x12
    264               RenderInline {LABEL} at (0,0) size 125x18
    265                 RenderText {#text} at (72,176) size 125x18
    266                   text run at (72,176) width 125: "Alexander's Empire"
    267               RenderText {#text} at (197,176) size 4x18
    268                 text run at (197,176) width 4: " "
    269           RenderText {#text} at (0,0) size 0x0
    270           RenderInline {DIV} at (0,0) size 175x18
    271             RenderInline {DIV} at (0,0) size 175x18
    272               RenderText {#text} at (0,0) size 0x0
    273               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    274                 RenderImage {IMG} at (201,156) size 50x34
    275               RenderText {#text} at (251,176) size 4x18
    276                 text run at (251,176) width 4: " "
    277               RenderBlock {INPUT} at (258,180) size 12x12
    278               RenderInline {LABEL} at (0,0) size 99x18
    279                 RenderText {#text} at (273,176) size 99x18
    280                   text run at (273,176) width 99: "Ancient Greece"
    281               RenderText {#text} at (372,176) size 4x18
    282                 text run at (372,176) width 4: " "
    283           RenderText {#text} at (0,0) size 0x0
    284           RenderInline {DIV} at (0,0) size 121x18
    285             RenderInline {DIV} at (0,0) size 121x18
    286               RenderText {#text} at (0,0) size 0x0
    287               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    288                 RenderImage {IMG} at (376,156) size 50x34
    289               RenderText {#text} at (426,176) size 4x18
    290                 text run at (426,176) width 4: " "
    291               RenderBlock {INPUT} at (433,180) size 12x12
    292               RenderInline {LABEL} at (0,0) size 45x18
    293                 RenderText {#text} at (448,176) size 45x18
    294                   text run at (448,176) width 45: "Classic"
    295               RenderText {#text} at (493,176) size 4x18
    296                 text run at (493,176) width 4: " "
    297           RenderText {#text} at (0,0) size 0x0
    298           RenderInline {DIV} at (0,0) size 112x18
    299             RenderInline {DIV} at (0,0) size 112x18
    300               RenderText {#text} at (0,0) size 0x0
    301               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    302                 RenderImage {IMG} at (497,156) size 50x34
    303               RenderText {#text} at (547,176) size 4x18
    304                 text run at (547,176) width 4: " "
    305               RenderBlock {INPUT} at (554,180) size 12x12
    306               RenderInline {LABEL} at (0,0) size 40x18
    307                 RenderText {#text} at (569,176) size 40x18
    308                   text run at (569,176) width 40: "Africa"
    309               RenderText {#text} at (0,0) size 0x0
    310           RenderText {#text} at (0,0) size 0x0
    311           RenderInline {DIV} at (0,0) size 201x18
    312             RenderInline {DIV} at (0,0) size 201x18
     263              RenderBlock {INPUT} at (56,180) size 12x12
     264              RenderInline {LABEL} at (0,0) size 125x18
     265                RenderText {#text} at (70,176) size 125x18
     266                  text run at (70,176) width 125: "Alexander's Empire"
     267              RenderText {#text} at (195,176) size 4x18
     268                text run at (195,176) width 4: " "
     269          RenderText {#text} at (0,0) size 0x0
     270          RenderInline {DIV} at (0,0) size 173x18
     271            RenderInline {DIV} at (0,0) size 173x18
     272              RenderText {#text} at (0,0) size 0x0
     273              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     274                RenderImage {IMG} at (199,156) size 50x34
     275              RenderText {#text} at (249,176) size 4x18
     276                text run at (249,176) width 4: " "
     277              RenderBlock {INPUT} at (255,180) size 12x12
     278              RenderInline {LABEL} at (0,0) size 99x18
     279                RenderText {#text} at (269,176) size 99x18
     280                  text run at (269,176) width 99: "Ancient Greece"
     281              RenderText {#text} at (368,176) size 4x18
     282                text run at (368,176) width 4: " "
     283          RenderText {#text} at (0,0) size 0x0
     284          RenderInline {DIV} at (0,0) size 119x18
     285            RenderInline {DIV} at (0,0) size 119x18
     286              RenderText {#text} at (0,0) size 0x0
     287              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     288                RenderImage {IMG} at (372,156) size 50x34
     289              RenderText {#text} at (422,176) size 4x18
     290                text run at (422,176) width 4: " "
     291              RenderBlock {INPUT} at (428,180) size 12x12
     292              RenderInline {LABEL} at (0,0) size 45x18
     293                RenderText {#text} at (442,176) size 45x18
     294                  text run at (442,176) width 45: "Classic"
     295              RenderText {#text} at (487,176) size 4x18
     296                text run at (487,176) width 4: " "
     297          RenderText {#text} at (0,0) size 0x0
     298          RenderInline {DIV} at (0,0) size 110x18
     299            RenderInline {DIV} at (0,0) size 110x18
     300              RenderText {#text} at (0,0) size 0x0
     301              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     302                RenderImage {IMG} at (491,156) size 50x34
     303              RenderText {#text} at (541,176) size 4x18
     304                text run at (541,176) width 4: " "
     305              RenderBlock {INPUT} at (547,180) size 12x12
     306              RenderInline {LABEL} at (0,0) size 40x18
     307                RenderText {#text} at (561,176) size 40x18
     308                  text run at (561,176) width 40: "Africa"
     309              RenderText {#text} at (0,0) size 0x0
     310          RenderText {#text} at (0,0) size 0x0
     311          RenderInline {DIV} at (0,0) size 199x18
     312            RenderInline {DIV} at (0,0) size 199x18
    313313              RenderText {#text} at (0,0) size 0x0
    314314              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     
    316316              RenderText {#text} at (50,215) size 4x18
    317317                text run at (50,215) width 4: " "
    318               RenderBlock {INPUT} at (57,219) size 12x12
    319               RenderInline {LABEL} at (0,0) size 125x18
    320                 RenderText {#text} at (72,215) size 125x18
    321                   text run at (72,215) width 125: "Alexander's Empire"
    322               RenderText {#text} at (197,215) size 4x18
    323                 text run at (197,215) width 4: " "
    324           RenderText {#text} at (0,0) size 0x0
    325           RenderInline {DIV} at (0,0) size 175x18
    326             RenderInline {DIV} at (0,0) size 175x18
    327               RenderText {#text} at (0,0) size 0x0
    328               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    329                 RenderImage {IMG} at (201,195) size 50x34
    330               RenderText {#text} at (251,215) size 4x18
    331                 text run at (251,215) width 4: " "
    332               RenderBlock {INPUT} at (258,219) size 12x12
    333               RenderInline {LABEL} at (0,0) size 99x18
    334                 RenderText {#text} at (273,215) size 99x18
    335                   text run at (273,215) width 99: "Ancient Greece"
    336               RenderText {#text} at (372,215) size 4x18
    337                 text run at (372,215) width 4: " "
    338           RenderText {#text} at (0,0) size 0x0
    339           RenderInline {DIV} at (0,0) size 121x18
    340             RenderInline {DIV} at (0,0) size 121x18
    341               RenderText {#text} at (0,0) size 0x0
    342               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    343                 RenderImage {IMG} at (376,195) size 50x34
    344               RenderText {#text} at (426,215) size 4x18
    345                 text run at (426,215) width 4: " "
    346               RenderBlock {INPUT} at (433,219) size 12x12
    347               RenderInline {LABEL} at (0,0) size 45x18
    348                 RenderText {#text} at (448,215) size 45x18
    349                   text run at (448,215) width 45: "Classic"
    350               RenderText {#text} at (493,215) size 4x18
    351                 text run at (493,215) width 4: " "
    352           RenderText {#text} at (0,0) size 0x0
    353           RenderInline {DIV} at (0,0) size 112x18
    354             RenderInline {DIV} at (0,0) size 112x18
    355               RenderText {#text} at (0,0) size 0x0
    356               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    357                 RenderImage {IMG} at (497,195) size 50x34
    358               RenderText {#text} at (547,215) size 4x18
    359                 text run at (547,215) width 4: " "
    360               RenderBlock {INPUT} at (554,219) size 12x12
    361               RenderInline {LABEL} at (0,0) size 40x18
    362                 RenderText {#text} at (569,215) size 40x18
    363                   text run at (569,215) width 40: "Africa"
    364               RenderText {#text} at (0,0) size 0x0
    365           RenderText {#text} at (0,0) size 0x0
    366           RenderInline {DIV} at (0,0) size 201x18
    367             RenderInline {DIV} at (0,0) size 201x18
     318              RenderBlock {INPUT} at (56,219) size 12x12
     319              RenderInline {LABEL} at (0,0) size 125x18
     320                RenderText {#text} at (70,215) size 125x18
     321                  text run at (70,215) width 125: "Alexander's Empire"
     322              RenderText {#text} at (195,215) size 4x18
     323                text run at (195,215) width 4: " "
     324          RenderText {#text} at (0,0) size 0x0
     325          RenderInline {DIV} at (0,0) size 173x18
     326            RenderInline {DIV} at (0,0) size 173x18
     327              RenderText {#text} at (0,0) size 0x0
     328              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     329                RenderImage {IMG} at (199,195) size 50x34
     330              RenderText {#text} at (249,215) size 4x18
     331                text run at (249,215) width 4: " "
     332              RenderBlock {INPUT} at (255,219) size 12x12
     333              RenderInline {LABEL} at (0,0) size 99x18
     334                RenderText {#text} at (269,215) size 99x18
     335                  text run at (269,215) width 99: "Ancient Greece"
     336              RenderText {#text} at (368,215) size 4x18
     337                text run at (368,215) width 4: " "
     338          RenderText {#text} at (0,0) size 0x0
     339          RenderInline {DIV} at (0,0) size 119x18
     340            RenderInline {DIV} at (0,0) size 119x18
     341              RenderText {#text} at (0,0) size 0x0
     342              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     343                RenderImage {IMG} at (372,195) size 50x34
     344              RenderText {#text} at (422,215) size 4x18
     345                text run at (422,215) width 4: " "
     346              RenderBlock {INPUT} at (428,219) size 12x12
     347              RenderInline {LABEL} at (0,0) size 45x18
     348                RenderText {#text} at (442,215) size 45x18
     349                  text run at (442,215) width 45: "Classic"
     350              RenderText {#text} at (487,215) size 4x18
     351                text run at (487,215) width 4: " "
     352          RenderText {#text} at (0,0) size 0x0
     353          RenderInline {DIV} at (0,0) size 110x18
     354            RenderInline {DIV} at (0,0) size 110x18
     355              RenderText {#text} at (0,0) size 0x0
     356              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     357                RenderImage {IMG} at (491,195) size 50x34
     358              RenderText {#text} at (541,215) size 4x18
     359                text run at (541,215) width 4: " "
     360              RenderBlock {INPUT} at (547,219) size 12x12
     361              RenderInline {LABEL} at (0,0) size 40x18
     362                RenderText {#text} at (561,215) size 40x18
     363                  text run at (561,215) width 40: "Africa"
     364              RenderText {#text} at (0,0) size 0x0
     365          RenderText {#text} at (0,0) size 0x0
     366          RenderInline {DIV} at (0,0) size 199x18
     367            RenderInline {DIV} at (0,0) size 199x18
    368368              RenderText {#text} at (0,0) size 0x0
    369369              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     
    371371              RenderText {#text} at (50,254) size 4x18
    372372                text run at (50,254) width 4: " "
    373               RenderBlock {INPUT} at (57,258) size 12x12
    374               RenderInline {LABEL} at (0,0) size 125x18
    375                 RenderText {#text} at (72,254) size 125x18
    376                   text run at (72,254) width 125: "Alexander's Empire"
    377               RenderText {#text} at (197,254) size 4x18
    378                 text run at (197,254) width 4: " "
    379           RenderText {#text} at (0,0) size 0x0
    380           RenderInline {DIV} at (0,0) size 175x18
    381             RenderInline {DIV} at (0,0) size 175x18
    382               RenderText {#text} at (0,0) size 0x0
    383               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    384                 RenderImage {IMG} at (201,234) size 50x34
    385               RenderText {#text} at (251,254) size 4x18
    386                 text run at (251,254) width 4: " "
    387               RenderBlock {INPUT} at (258,258) size 12x12
    388               RenderInline {LABEL} at (0,0) size 99x18
    389                 RenderText {#text} at (273,254) size 99x18
    390                   text run at (273,254) width 99: "Ancient Greece"
    391               RenderText {#text} at (372,254) size 4x18
    392                 text run at (372,254) width 4: " "
    393           RenderText {#text} at (0,0) size 0x0
    394           RenderInline {DIV} at (0,0) size 121x18
    395             RenderInline {DIV} at (0,0) size 121x18
    396               RenderText {#text} at (0,0) size 0x0
    397               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    398                 RenderImage {IMG} at (376,234) size 50x34
    399               RenderText {#text} at (426,254) size 4x18
    400                 text run at (426,254) width 4: " "
    401               RenderBlock {INPUT} at (433,258) size 12x12
    402               RenderInline {LABEL} at (0,0) size 45x18
    403                 RenderText {#text} at (448,254) size 45x18
    404                   text run at (448,254) width 45: "Classic"
    405               RenderText {#text} at (493,254) size 4x18
    406                 text run at (493,254) width 4: " "
    407           RenderText {#text} at (0,0) size 0x0
    408           RenderInline {DIV} at (0,0) size 112x18
    409             RenderInline {DIV} at (0,0) size 112x18
    410               RenderText {#text} at (0,0) size 0x0
    411               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    412                 RenderImage {IMG} at (497,234) size 50x34
    413               RenderText {#text} at (547,254) size 4x18
    414                 text run at (547,254) width 4: " "
    415               RenderBlock {INPUT} at (554,258) size 12x12
    416               RenderInline {LABEL} at (0,0) size 40x18
    417                 RenderText {#text} at (569,254) size 40x18
    418                   text run at (569,254) width 40: "Africa"
    419               RenderText {#text} at (0,0) size 0x0
    420           RenderText {#text} at (0,0) size 0x0
    421           RenderInline {DIV} at (0,0) size 201x18
    422             RenderInline {DIV} at (0,0) size 201x18
     373              RenderBlock {INPUT} at (56,258) size 12x12
     374              RenderInline {LABEL} at (0,0) size 125x18
     375                RenderText {#text} at (70,254) size 125x18
     376                  text run at (70,254) width 125: "Alexander's Empire"
     377              RenderText {#text} at (195,254) size 4x18
     378                text run at (195,254) width 4: " "
     379          RenderText {#text} at (0,0) size 0x0
     380          RenderInline {DIV} at (0,0) size 173x18
     381            RenderInline {DIV} at (0,0) size 173x18
     382              RenderText {#text} at (0,0) size 0x0
     383              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     384                RenderImage {IMG} at (199,234) size 50x34
     385              RenderText {#text} at (249,254) size 4x18
     386                text run at (249,254) width 4: " "
     387              RenderBlock {INPUT} at (255,258) size 12x12
     388              RenderInline {LABEL} at (0,0) size 99x18
     389                RenderText {#text} at (269,254) size 99x18
     390                  text run at (269,254) width 99: "Ancient Greece"
     391              RenderText {#text} at (368,254) size 4x18
     392                text run at (368,254) width 4: " "
     393          RenderText {#text} at (0,0) size 0x0
     394          RenderInline {DIV} at (0,0) size 119x18
     395            RenderInline {DIV} at (0,0) size 119x18
     396              RenderText {#text} at (0,0) size 0x0
     397              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     398                RenderImage {IMG} at (372,234) size 50x34
     399              RenderText {#text} at (422,254) size 4x18
     400                text run at (422,254) width 4: " "
     401              RenderBlock {INPUT} at (428,258) size 12x12
     402              RenderInline {LABEL} at (0,0) size 45x18
     403                RenderText {#text} at (442,254) size 45x18
     404                  text run at (442,254) width 45: "Classic"
     405              RenderText {#text} at (487,254) size 4x18
     406                text run at (487,254) width 4: " "
     407          RenderText {#text} at (0,0) size 0x0
     408          RenderInline {DIV} at (0,0) size 110x18
     409            RenderInline {DIV} at (0,0) size 110x18
     410              RenderText {#text} at (0,0) size 0x0
     411              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     412                RenderImage {IMG} at (491,234) size 50x34
     413              RenderText {#text} at (541,254) size 4x18
     414                text run at (541,254) width 4: " "
     415              RenderBlock {INPUT} at (547,258) size 12x12
     416              RenderInline {LABEL} at (0,0) size 40x18
     417                RenderText {#text} at (561,254) size 40x18
     418                  text run at (561,254) width 40: "Africa"
     419              RenderText {#text} at (0,0) size 0x0
     420          RenderText {#text} at (0,0) size 0x0
     421          RenderInline {DIV} at (0,0) size 199x18
     422            RenderInline {DIV} at (0,0) size 199x18
    423423              RenderText {#text} at (0,0) size 0x0
    424424              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     
    426426              RenderText {#text} at (50,293) size 4x18
    427427                text run at (50,293) width 4: " "
    428               RenderBlock {INPUT} at (57,297) size 12x12
    429               RenderInline {LABEL} at (0,0) size 125x18
    430                 RenderText {#text} at (72,293) size 125x18
    431                   text run at (72,293) width 125: "Alexander's Empire"
    432               RenderText {#text} at (197,293) size 4x18
    433                 text run at (197,293) width 4: " "
    434           RenderText {#text} at (0,0) size 0x0
    435           RenderInline {DIV} at (0,0) size 175x18
    436             RenderInline {DIV} at (0,0) size 175x18
    437               RenderText {#text} at (0,0) size 0x0
    438               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    439                 RenderImage {IMG} at (201,273) size 50x34
    440               RenderText {#text} at (251,293) size 4x18
    441                 text run at (251,293) width 4: " "
    442               RenderBlock {INPUT} at (258,297) size 12x12
    443               RenderInline {LABEL} at (0,0) size 99x18
    444                 RenderText {#text} at (273,293) size 99x18
    445                   text run at (273,293) width 99: "Ancient Greece"
    446               RenderText {#text} at (372,293) size 4x18
    447                 text run at (372,293) width 4: " "
    448           RenderText {#text} at (0,0) size 0x0
    449           RenderInline {DIV} at (0,0) size 121x18
    450             RenderInline {DIV} at (0,0) size 121x18
    451               RenderText {#text} at (0,0) size 0x0
    452               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    453                 RenderImage {IMG} at (376,273) size 50x34
    454               RenderText {#text} at (426,293) size 4x18
    455                 text run at (426,293) width 4: " "
    456               RenderBlock {INPUT} at (433,297) size 12x12
    457               RenderInline {LABEL} at (0,0) size 45x18
    458                 RenderText {#text} at (448,293) size 45x18
    459                   text run at (448,293) width 45: "Classic"
    460               RenderText {#text} at (493,293) size 4x18
    461                 text run at (493,293) width 4: " "
    462           RenderText {#text} at (0,0) size 0x0
    463           RenderInline {DIV} at (0,0) size 112x18
    464             RenderInline {DIV} at (0,0) size 112x18
    465               RenderText {#text} at (0,0) size 0x0
    466               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    467                 RenderImage {IMG} at (497,273) size 50x34
    468               RenderText {#text} at (547,293) size 4x18
    469                 text run at (547,293) width 4: " "
    470               RenderBlock {INPUT} at (554,297) size 12x12
    471               RenderInline {LABEL} at (0,0) size 40x18
    472                 RenderText {#text} at (569,293) size 40x18
    473                   text run at (569,293) width 40: "Africa"
    474               RenderText {#text} at (0,0) size 0x0
    475           RenderText {#text} at (0,0) size 0x0
    476           RenderInline {DIV} at (0,0) size 201x18
    477             RenderInline {DIV} at (0,0) size 201x18
     428              RenderBlock {INPUT} at (56,297) size 12x12
     429              RenderInline {LABEL} at (0,0) size 125x18
     430                RenderText {#text} at (70,293) size 125x18
     431                  text run at (70,293) width 125: "Alexander's Empire"
     432              RenderText {#text} at (195,293) size 4x18
     433                text run at (195,293) width 4: " "
     434          RenderText {#text} at (0,0) size 0x0
     435          RenderInline {DIV} at (0,0) size 173x18
     436            RenderInline {DIV} at (0,0) size 173x18
     437              RenderText {#text} at (0,0) size 0x0
     438              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     439                RenderImage {IMG} at (199,273) size 50x34
     440              RenderText {#text} at (249,293) size 4x18
     441                text run at (249,293) width 4: " "
     442              RenderBlock {INPUT} at (255,297) size 12x12
     443              RenderInline {LABEL} at (0,0) size 99x18
     444                RenderText {#text} at (269,293) size 99x18
     445                  text run at (269,293) width 99: "Ancient Greece"
     446              RenderText {#text} at (368,293) size 4x18
     447                text run at (368,293) width 4: " "
     448          RenderText {#text} at (0,0) size 0x0
     449          RenderInline {DIV} at (0,0) size 119x18
     450            RenderInline {DIV} at (0,0) size 119x18
     451              RenderText {#text} at (0,0) size 0x0
     452              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     453                RenderImage {IMG} at (372,273) size 50x34
     454              RenderText {#text} at (422,293) size 4x18
     455                text run at (422,293) width 4: " "
     456              RenderBlock {INPUT} at (428,297) size 12x12
     457              RenderInline {LABEL} at (0,0) size 45x18
     458                RenderText {#text} at (442,293) size 45x18
     459                  text run at (442,293) width 45: "Classic"
     460              RenderText {#text} at (487,293) size 4x18
     461                text run at (487,293) width 4: " "
     462          RenderText {#text} at (0,0) size 0x0
     463          RenderInline {DIV} at (0,0) size 110x18
     464            RenderInline {DIV} at (0,0) size 110x18
     465              RenderText {#text} at (0,0) size 0x0
     466              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     467                RenderImage {IMG} at (491,273) size 50x34
     468              RenderText {#text} at (541,293) size 4x18
     469                text run at (541,293) width 4: " "
     470              RenderBlock {INPUT} at (547,297) size 12x12
     471              RenderInline {LABEL} at (0,0) size 40x18
     472                RenderText {#text} at (561,293) size 40x18
     473                  text run at (561,293) width 40: "Africa"
     474              RenderText {#text} at (0,0) size 0x0
     475          RenderText {#text} at (0,0) size 0x0
     476          RenderInline {DIV} at (0,0) size 199x18
     477            RenderInline {DIV} at (0,0) size 199x18
    478478              RenderText {#text} at (0,0) size 0x0
    479479              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     
    481481              RenderText {#text} at (50,332) size 4x18
    482482                text run at (50,332) width 4: " "
    483               RenderBlock {INPUT} at (57,336) size 12x12
    484               RenderInline {LABEL} at (0,0) size 125x18
    485                 RenderText {#text} at (72,332) size 125x18
    486                   text run at (72,332) width 125: "Alexander's Empire"
    487               RenderText {#text} at (197,332) size 4x18
    488                 text run at (197,332) width 4: " "
    489           RenderText {#text} at (0,0) size 0x0
    490           RenderInline {DIV} at (0,0) size 171x18
    491             RenderInline {DIV} at (0,0) size 171x18
    492               RenderText {#text} at (0,0) size 0x0
    493               RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
    494                 RenderImage {IMG} at (201,312) size 50x34
    495               RenderText {#text} at (251,332) size 4x18
    496                 text run at (251,332) width 4: " "
    497               RenderBlock {INPUT} at (258,336) size 12x12
    498               RenderInline {LABEL} at (0,0) size 99x18
    499                 RenderText {#text} at (273,332) size 99x18
    500                   text run at (273,332) width 99: "Ancient Greece"
    501               RenderText {#text} at (0,0) size 0x0
    502           RenderText {#text} at (0,0) size 0x0
     483              RenderBlock {INPUT} at (56,336) size 12x12
     484              RenderInline {LABEL} at (0,0) size 125x18
     485                RenderText {#text} at (70,332) size 125x18
     486                  text run at (70,332) width 125: "Alexander's Empire"
     487              RenderText {#text} at (195,332) size 4x18
     488                text run at (195,332) width 4: " "
     489          RenderText {#text} at (0,0) size 0x0
     490          RenderInline {DIV} at (0,0) size 169x18
     491            RenderInline {DIV} at (0,0) size 169x18
     492              RenderText {#text} at (0,0) size 0x0
     493              RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
     494                RenderImage {IMG} at (199,312) size 50x34
     495              RenderText {#text} at (249,332) size 4x18
     496                text run at (249,332) width 4: " "
     497              RenderBlock {INPUT} at (255,336) size 12x12
     498              RenderInline {LABEL} at (0,0) size 99x18
     499                RenderText {#text} at (269,332) size 99x18
     500                  text run at (269,332) width 99: "Ancient Greece"
     501              RenderText {#text} at (0,0) size 0x0
     502          RenderText {#text} at (0,0) size 0x0
  • trunk/LayoutTests/platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt

    r41569 r80755  
    1 layer at (0,0) size 785x646
     1layer at (0,0) size 785x781
    22  RenderView at (0,0) size 785x600
    3 layer at (0,0) size 785x646
    4   RenderBlock {HTML} at (0,0) size 785x646
    5     RenderBody {BODY} at (8,8) size 769x625
     3layer at (0,0) size 785x781
     4  RenderBlock {HTML} at (0,0) size 785x781
     5    RenderBody {BODY} at (8,8) size 769x760
    66      RenderBlock {P} at (0,0) size 769x36
    77        RenderText {#text} at (0,0) size 53x18
     
    3131        RenderText {#text} at (225,0) size 4x18
    3232          text run at (225,0) width 4: ":"
    33       RenderBlock {PRE} at (0,104) size 51x30 [bgcolor=#C0C0C0]
    34         RenderText {#text} at (0,0) size 51x30
     33      RenderBlock {PRE} at (0,104) size 41x30 [bgcolor=#C0C0C0]
     34        RenderText {#text} at (0,0) size 41x30
    3535          text run at (0,0) width 24: "foo"
    36           text run at (24,0) width 27: "      "
     36          text run at (24,0) width 17: "      "
    3737          text run at (0,15) width 24: "bar"
    3838      RenderBlock {P} at (0,150) size 769x18
     
    4444        RenderText {#text} at (59,0) size 324x18
    4545          text run at (59,0) width 324: " should be on the right hand side of the second line:"
    46       RenderBlock {PRE} at (0,184) size 51x30 [bgcolor=#C0C0C0]
     46      RenderBlock {PRE} at (0,184) size 41x45 [bgcolor=#C0C0C0]
    4747        RenderText {#text} at (0,0) size 24x15
    4848          text run at (0,0) width 24: "foo"
    4949        RenderBR {BR} at (24,12) size 0x0
    50         RenderText {#text} at (0,15) size 48x15
    51           text run at (0,15) width 48: "   bar"
    52       RenderBlock {PRE} at (0,227) size 51x30 [bgcolor=#C0C0C0]
     50        RenderText {#text} at (0,15) size 24x30
     51          text run at (0,15) width 24: "   "
     52          text run at (0,30) width 24: "bar"
     53      RenderBlock {PRE} at (0,242) size 41x45 [bgcolor=#C0C0C0]
    5354        RenderText {#text} at (0,0) size 56x15
    54           text run at (0,0) width 48: "foo   "
    55           text run at (48,0) width 8: " "
     55          text run at (0,0) width 40: "foo  "
     56          text run at (40,0) width 16: " "
    5657        RenderBR {BR} at (56,12) size 0x0
    57         RenderText {#text} at (0,15) size 48x15
    58           text run at (0,15) width 48: "   bar"
    59       RenderBlock {PRE} at (0,270) size 51x30 [bgcolor=#C0C0C0]
    60         RenderText {#text} at (0,0) size 48x30
     58        RenderText {#text} at (0,15) size 24x30
     59          text run at (0,15) width 24: "   "
     60          text run at (0,30) width 24: "bar"
     61      RenderBlock {PRE} at (0,300) size 41x45 [bgcolor=#C0C0C0]
     62        RenderText {#text} at (0,0) size 24x45
    6163          text run at (0,0) width 24: "foo"
    6264          text run at (24,0) width 0: " "
    63           text run at (0,15) width 48: "   bar"
    64       RenderBlock {PRE} at (0,313) size 51x30 [bgcolor=#C0C0C0]
    65         RenderText {#text} at (0,0) size 48x30
     65          text run at (0,15) width 24: "   "
     66          text run at (0,30) width 24: "bar"
     67      RenderBlock {PRE} at (0,358) size 41x45 [bgcolor=#C0C0C0]
     68        RenderText {#text} at (0,0) size 32x45
    6669          text run at (0,0) width 32: "foo "
    6770          text run at (32,0) width 0: " "
    68           text run at (0,15) width 48: "   bar"
    69       RenderBlock {PRE} at (0,356) size 51x30 [bgcolor=#C0C0C0]
    70         RenderText {#text} at (0,0) size 48x30
     71          text run at (0,15) width 24: "   "
     72          text run at (0,30) width 24: "bar"
     73      RenderBlock {PRE} at (0,416) size 41x45 [bgcolor=#C0C0C0]
     74        RenderText {#text} at (0,0) size 40x45
    7175          text run at (0,0) width 40: "foo  "
    7276          text run at (40,0) width 0: " "
    73           text run at (0,15) width 48: "   bar"
    74       RenderBlock {PRE} at (0,399) size 51x30 [bgcolor=#C0C0C0]
    75         RenderText {#text} at (0,0) size 48x30
    76           text run at (0,0) width 48: "foo   "
    77           text run at (48,0) width 0: " "
    78           text run at (0,15) width 48: "   bar"
    79       RenderBlock {PRE} at (0,442) size 51x30 [bgcolor=#C0C0C0]
    80         RenderText {#text} at (0,0) size 64x30
    81           text run at (0,0) width 48: "foo   "
    82           text run at (48,0) width 16: "  "
    83           text run at (0,15) width 48: "   bar"
    84       RenderBlock {P} at (0,488) size 769x18
     77          text run at (0,15) width 24: "   "
     78          text run at (0,30) width 24: "bar"
     79      RenderBlock {PRE} at (0,474) size 41x45 [bgcolor=#C0C0C0]
     80        RenderText {#text} at (0,0) size 56x45
     81          text run at (0,0) width 40: "foo  "
     82          text run at (40,0) width 16: "  "
     83          text run at (0,15) width 24: "   "
     84          text run at (0,30) width 24: "bar"
     85      RenderBlock {PRE} at (0,532) size 41x45 [bgcolor=#C0C0C0]
     86        RenderText {#text} at (0,0) size 64x45
     87          text run at (0,0) width 40: "foo  "
     88          text run at (40,0) width 24: "   "
     89          text run at (0,15) width 24: "   "
     90          text run at (0,30) width 24: "bar"
     91      RenderBlock {P} at (0,593) size 769x18
    8592        RenderText {#text} at (0,0) size 35x18
    8693          text run at (0,0) width 35: "Here "
     
    9097        RenderText {#text} at (59,0) size 309x18
    9198          text run at (59,0) width 309: " should be on the right hand side of the third line:"
    92       RenderBlock {PRE} at (0,522) size 51x45 [bgcolor=#C0C0C0]
     99      RenderBlock {PRE} at (0,627) size 41x60 [bgcolor=#C0C0C0]
    93100        RenderText {#text} at (0,0) size 24x15
    94101          text run at (0,0) width 24: "foo"
    95102        RenderBR {BR} at (24,12) size 0x0
    96         RenderText {#text} at (0,15) size 48x30
     103        RenderText {#text} at (0,15) size 24x45
    97104          text run at (0,15) width 0: " "
    98           text run at (0,30) width 48: "   bar"
    99       RenderBlock {PRE} at (0,580) size 51x45 [bgcolor=#C0C0C0]
    100         RenderText {#text} at (0,0) size 48x45
     105          text run at (0,30) width 24: "   "
     106          text run at (0,45) width 24: "bar"
     107      RenderBlock {PRE} at (0,700) size 41x60 [bgcolor=#C0C0C0]
     108        RenderText {#text} at (0,0) size 32x60
    101109          text run at (0,0) width 24: "foo"
    102110          text run at (24,0) width 8: " "
    103111          text run at (0,15) width 24: "baz"
    104112          text run at (24,15) width 0: " "
    105           text run at (0,30) width 48: "   bar"
     113          text run at (0,30) width 24: "   "
     114          text run at (0,45) width 24: "bar"
  • trunk/LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt

    r78910 r80755  
    4141                RenderTextControl {INPUT} at (336,96) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    4242                RenderBR {BR} at (463,110) size 0x0
    43                 RenderBlock {INPUT} at (3,136) size 12x13
    44                 RenderText {#text} at (18,118) size 73x37
    45                   text run at (18,118) width 73: " Male"
    46                 RenderBR {BR} at (91,147) size 0x0
    47                 RenderBlock {INPUT} at (3,173) size 12x13
    48                 RenderText {#text} at (18,155) size 102x37
    49                   text run at (18,155) width 102: " Female"
    50                 RenderBR {BR} at (120,184) size 0x0
    51                 RenderBlock {INPUT} at (3,211) size 12x12
    52                 RenderText {#text} at (18,192) size 130x37
    53                   text run at (18,192) width 130: " option #1"
    54                 RenderBR {BR} at (148,221) size 0x0
    55                 RenderBlock {INPUT} at (3,248) size 12x12
    56                 RenderText {#text} at (18,229) size 130x37
    57                   text run at (18,229) width 130: " option #2"
    58                 RenderBR {BR} at (148,258) size 0x0
     43                RenderBlock {INPUT} at (2,136) size 12x13
     44                RenderText {#text} at (16,118) size 73x37
     45                  text run at (16,118) width 73: " Male"
     46                RenderBR {BR} at (89,147) size 0x0
     47                RenderBlock {INPUT} at (2,173) size 12x13
     48                RenderText {#text} at (16,155) size 102x37
     49                  text run at (16,155) width 102: " Female"
     50                RenderBR {BR} at (118,184) size 0x0
     51                RenderBlock {INPUT} at (2,211) size 12x12
     52                RenderText {#text} at (16,192) size 130x37
     53                  text run at (16,192) width 130: " option #1"
     54                RenderBR {BR} at (146,221) size 0x0
     55                RenderBlock {INPUT} at (2,248) size 12x12
     56                RenderText {#text} at (16,229) size 130x37
     57                  text run at (16,229) width 130: " option #2"
     58                RenderBR {BR} at (146,258) size 0x0
    5959                RenderMenuList {SELECT} at (2,268) size 255x18 [bgcolor=#FFFFFF]
    6060                  RenderBlock (anonymous) at (0,0) size 255x18
  • trunk/LayoutTests/platform/mac/svg/custom/alignment-baseline-modes-expected.txt

    r77485 r80755  
    9696      RenderSVGText {text} at (10,-3) size 103x28 contains 1 chunk(s)
    9797        RenderSVGInlineText {#text} at (0,4) size 41x24
    98           chunk 1 text run 1 at (10.00,19.79) startOffset 0 endOffset 5 width 41.00: "This "
     98          chunk 1 text run 1 at (10.00,19.49) startOffset 0 endOffset 5 width 41.00: "This "
    9999        RenderSVGTSpan {tspan} at (0,0) size 28x23
    100100          RenderSVGInlineText {#text} at (41,0) size 28x23
    101101            chunk 1 text run 1 at (51.00,15.00) startOffset 0 endOffset 4 width 28.00: "is a"
    102102        RenderSVGInlineText {#text} at (69,4) size 34x24
    103           chunk 1 text run 1 at (79.00,19.79) startOffset 0 endOffset 5 width 34.00: " test"
     103          chunk 1 text run 1 at (79.00,19.49) startOffset 0 endOffset 5 width 34.00: " test"
    104104      RenderSVGPath {line} at (10,284) size 100x2 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#000000]}] [x1=10.00] [y1=15.00] [x2=110.00] [y2=15.00]
    105105    RenderSVGContainer {g} at (10,297) size 103x28 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,300.00)}]
  • trunk/LayoutTests/platform/mac/svg/custom/dominant-baseline-modes-expected.txt

    r77485 r80755  
    5151      RenderSVGText {text} at (10,1) size 103x24 contains 1 chunk(s)
    5252        RenderSVGInlineText {#text} at (0,0) size 103x24
    53           chunk 1 text run 1 at (10.00,19.79) startOffset 0 endOffset 14 width 103.00: "This is a test"
     53          chunk 1 text run 1 at (10.00,19.49) startOffset 0 endOffset 14 width 103.00: "This is a test"
    5454      RenderSVGPath {line} at (10,284) size 100x2 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#000000]}] [x1=10.00] [y1=15.00] [x2=110.00] [y2=15.00]
    5555    RenderSVGContainer {g} at (10,302) size 103x23 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,300.00)}]
  • trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1318-expected.txt

    r78910 r80755  
    1919              RenderText {#text} at (0,0) size 0x0
    2020          RenderTableRow {TR} at (0,74) size 784x21
    21             RenderTableCell {TD} at (0,76) size 551x17 [r=1 c=0 rs=1 cs=1]
     21            RenderTableCell {TD} at (0,76) size 556x17 [r=1 c=0 rs=1 cs=1]
    2222              RenderInline {FONT} at (0,0) size 140x15
    23                 RenderText {#text} at (410,1) size 140x15
    24                   text run at (410,1) width 140: "I agree with the program"
     23                RenderText {#text} at (415,1) size 140x15
     24                  text run at (415,1) width 140: "I agree with the program"
    2525              RenderText {#text} at (0,0) size 0x0
    26             RenderTableCell {TD} at (551,74) size 71x21 [r=1 c=1 rs=1 cs=1]
    27               RenderBlock {INPUT} at (4,4) size 12x13
     26            RenderTableCell {TD} at (556,74) size 64x21 [r=1 c=1 rs=1 cs=1]
     27              RenderBlock {INPUT} at (3,4) size 12x13
    2828          RenderTableRow {TR} at (0,95) size 784x21
    29             RenderTableCell {TD} at (0,97) size 551x17 [r=2 c=0 rs=1 cs=1]
     29            RenderTableCell {TD} at (0,97) size 556x17 [r=2 c=0 rs=1 cs=1]
    3030              RenderInline {FONT} at (0,0) size 153x15
    31                 RenderText {#text} at (397,1) size 153x15
    32                   text run at (397,1) width 153: "I think vouchers are wrong"
     31                RenderText {#text} at (402,1) size 153x15
     32                  text run at (402,1) width 153: "I think vouchers are wrong"
    3333              RenderText {#text} at (0,0) size 0x0
    34             RenderTableCell {TD} at (551,95) size 71x21 [r=2 c=1 rs=1 cs=1]
    35               RenderBlock {INPUT} at (4,4) size 12x13
     34            RenderTableCell {TD} at (556,95) size 64x21 [r=2 c=1 rs=1 cs=1]
     35              RenderBlock {INPUT} at (3,4) size 12x13
    3636          RenderTableRow {TR} at (0,116) size 784x24
    37             RenderTableCell {TD} at (0,119) size 622x17 [r=3 c=0 rs=1 cs=2]
     37            RenderTableCell {TD} at (0,119) size 620x17 [r=3 c=0 rs=1 cs=2]
    3838              RenderInline {A} at (0,0) size 76x18 [color=#0000EE]
    3939                RenderInline {FONT} at (0,0) size 76x15
    40                   RenderText {#text} at (273,1) size 76x15
    41                     text run at (273,1) width 76: "View Results"
     40                  RenderText {#text} at (272,1) size 76x15
     41                    text run at (272,1) width 76: "View Results"
    4242              RenderInline {FONT} at (0,0) size 0x0
    4343                RenderText {#text} at (0,0) size 0x0
    44             RenderTableCell {TD} at (622,116) size 162x24 [r=3 c=2 rs=1 cs=2]
    45               RenderButton {INPUT} at (62,3) size 39x18 [bgcolor=#C0C0C0]
     44            RenderTableCell {TD} at (620,116) size 164x24 [r=3 c=2 rs=1 cs=2]
     45              RenderButton {INPUT} at (63,3) size 39x18 [bgcolor=#C0C0C0]
    4646                RenderBlock (anonymous) at (8,2) size 23x13
    4747                  RenderText at (0,0) size 23x13
  • trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt

    r78910 r80755  
    3434              RenderBR {BR} at (470,70) size 0x0
    3535          RenderTableRow {TR} at (0,70) size 613x25
    36             RenderTableCell {TD} at (126,70) size 244x25 [bgcolor=#CCCCCC] [r=1 c=1 rs=1 cs=1]
     36            RenderTableCell {TD} at (126,70) size 246x25 [bgcolor=#CCCCCC] [r=1 c=1 rs=1 cs=1]
    3737              RenderImage {IMG} at (0,0) size 232x25
    38             RenderTableCell {TD} at (370,71) size 109x23 [bgcolor=#CCCCCC] [r=1 c=2 rs=1 cs=1]
     38            RenderTableCell {TD} at (372,71) size 110x23 [bgcolor=#CCCCCC] [r=1 c=2 rs=1 cs=1]
    3939              RenderTextControl {INPUT} at (5,2) size 75x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    4040              RenderImage {INPUT} at (82,4) size 25x18
    41             RenderTableCell {TD} at (479,70) size 134x25 [bgcolor=#CCCCCC] [r=1 c=3 rs=1 cs=1]
    42               RenderBlock {INPUT} at (3,4) size 12x13
    43               RenderImage {IMG} at (18,0) size 40x25
    44               RenderBlock {INPUT} at (61,4) size 12x13
    45               RenderText {#text} at (76,1) size 4x18
    46                 text run at (76,1) width 4: " "
    47               RenderImage {IMG} at (80,0) size 46x25
    48 layer at (386,84) size 69x13
     41            RenderTableCell {TD} at (482,70) size 131x25 [bgcolor=#CCCCCC] [r=1 c=3 rs=1 cs=1]
     42              RenderBlock {INPUT} at (2,4) size 12x13
     43              RenderImage {IMG} at (16,0) size 40x25
     44              RenderBlock {INPUT} at (58,4) size 12x13
     45              RenderText {#text} at (72,1) size 4x18
     46                text run at (72,1) width 4: " "
     47              RenderImage {IMG} at (76,0) size 46x25
     48layer at (388,84) size 69x13
    4949  RenderBlock {DIV} at (3,3) size 69x13
  • trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt

    r78910 r80755  
    3838            text run at (7,3) width 46: "caption"
    3939          RenderBlock {INPUT} at (14,24) size 12x13
    40           RenderText {#text} at (28,21) size 31x37
    41             text run at (28,21) width 22: "foo"
     40          RenderText {#text} at (27,21) size 30x37
     41            text run at (27,21) width 22: "foo"
    4242            text run at (19,40) width 22: "foo"
    4343        RenderTableSection {TBODY} at (10,10) size 70x46
     
    6161      RenderTable {TABLE} at (5,352) size 148x111 [border: (10px solid #008000)]
    6262        RenderBlock {CAPTION} at (10,66) size 118x43 [border: (3px solid #800080)]
    63           RenderText {#text} at (27,3) size 46x18
    64             text run at (27,3) width 46: "caption"
     63          RenderText {#text} at (28,3) size 46x18
     64            text run at (28,3) width 46: "caption"
    6565          RenderBlock {INPUT} at (76,6) size 12x13
    6666          RenderText {#text} at (3,22) size 142x18
     
    108108      RenderTable {TABLE} at (5,621) size 136x93 [border: (10px solid #008000)]
    109109        RenderBlock {CAPTION} at (10,66) size 106x25 [border: (3px solid #800080)]
    110           RenderText {#text} at (21,3) size 46x18
    111             text run at (21,3) width 46: "caption"
     110          RenderText {#text} at (22,3) size 46x18
     111            text run at (22,3) width 46: "caption"
    112112          RenderBlock {INPUT} at (70,6) size 12x13
    113113        RenderTableSection {TBODY} at (10,10) size 116x46
     
    138138                text run at (1,1) width 46: "foo foo"
    139139        RenderBlock {CAPTION} at (10,90) size 76x25 [border: (3px solid #800080)]
    140           RenderText {#text} at (6,3) size 46x18
    141             text run at (6,3) width 46: "caption"
     140          RenderText {#text} at (7,3) size 46x18
     141            text run at (7,3) width 46: "caption"
    142142          RenderBlock {INPUT} at (55,6) size 12x13
    143143        RenderTableSection {TBODY} at (10,34) size 86x46
  • trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt

    r78910 r80755  
    3838            text run at (7,3) width 46: "caption"
    3939          RenderBlock {INPUT} at (14,24) size 12x13
    40           RenderText {#text} at (28,21) size 31x37
    41             text run at (28,21) width 22: "foo"
     40          RenderText {#text} at (27,21) size 30x37
     41            text run at (27,21) width 22: "foo"
    4242            text run at (19,40) width 22: "foo"
    4343        RenderTableSection {TBODY} at (10,73) size 70x46
     
    6161      RenderTable {TABLE} at (5,352) size 148x111 [border: (10px solid #008000)]
    6262        RenderBlock {CAPTION} at (10,0) size 118x43 [border: (3px solid #800080)]
    63           RenderText {#text} at (27,3) size 46x18
    64             text run at (27,3) width 46: "caption"
     63          RenderText {#text} at (28,3) size 46x18
     64            text run at (28,3) width 46: "caption"
    6565          RenderBlock {INPUT} at (76,6) size 12x13
    6666          RenderText {#text} at (3,22) size 142x18
     
    108108      RenderTable {TABLE} at (5,621) size 136x93 [border: (10px solid #008000)]
    109109        RenderBlock {CAPTION} at (10,0) size 106x25 [border: (3px solid #800080)]
    110           RenderText {#text} at (21,3) size 46x18
    111             text run at (21,3) width 46: "caption"
     110          RenderText {#text} at (22,3) size 46x18
     111            text run at (22,3) width 46: "caption"
    112112          RenderBlock {INPUT} at (70,6) size 12x13
    113113        RenderTableSection {TBODY} at (10,37) size 116x46
     
    133133      RenderTable {TABLE} at (5,747) size 106x115 [border: (10px solid #008000)]
    134134        RenderBlock {CAPTION} at (10,0) size 76x25 [border: (3px solid #800080)]
    135           RenderText {#text} at (6,3) size 46x18
    136             text run at (6,3) width 46: "caption"
     135          RenderText {#text} at (7,3) size 46x18
     136            text run at (7,3) width 46: "caption"
    137137          RenderBlock {INPUT} at (55,6) size 12x13
    138138        RenderTableSection {TBODY} at (10,37) size 86x68
  • trunk/Source/WebCore/ChangeLog

    r80752 r80755  
     12011-03-10  David Hyatt  <hyatt@apple.com>
     2
     3        Reviewed by Simon Fraser.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=47157
     6       
     7        CSS2.1 test suite failures because the ex unit is broken with the Ahem font.
     8       
     9        Remove the code that tries to also include the maxX of the glyph bounds for the
     10        'x' glyph, since it just causes the x-height to be way too large in cases where the 'x' glyph extends
     11        below the baseline.
     12
     13        Remove the Apple Symbol hack for ex units, since the person who added that was confused by another
     14        issue, namely that CGFontGetXHeight wasn't being properly multiplied by the pointSize.  That's why
     15        the value was too small.  Patched the code to just multiply by pointSize and took out the hack.
     16       
     17        Fix causes many tests in the css2.1 directory to progress, so no new tests required.  Many other
     18        layout tests change because the xHeight for Lucida Grande gets smaller by a little bit, and radio
     19        buttons use ex horizontal margins by default.
     20
     21        * platform/graphics/mac/SimpleFontDataMac.mm:
     22        (WebCore::SimpleFontData::platformInit):
     23
    1242011-03-10  Ryosuke Niwa  <rniwa@webkit.org>
    225
  • trunk/Source/WebCore/platform/graphics/mac/SimpleFontDataMac.mm

    r80662 r80755  
    275275    float xHeight;
    276276
    277     // Measure the actual character "x", since it's possible for it to extend below the baseline, and we need the
    278     // reported x-height to only include the portion of the glyph that is above the baseline.
    279277    if (platformData().orientation() == Horizontal) {
     278        // Measure the actual character "x", since it's possible for it to extend below the baseline, and we need the
     279        // reported x-height to only include the portion of the glyph that is above the baseline.
    280280        GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page();
    281281        NSGlyph xGlyph = glyphPageZero ? glyphPageZero->glyphDataForCharacter('x').glyph : 0;
    282         if (xGlyph) {
    283             CGRect xBox = platformBoundsForGlyph(xGlyph);
    284             // Use the maximum of either width or height because "x" is nearly square
    285             // and web pages that foolishly use this metric for width will be laid out
    286             // poorly if we return an accurate height. Classic case is Times 13 point,
    287             // which has an "x" that is 7x6 pixels.
    288             xHeight = max(CGRectGetMaxX(xBox), -CGRectGetMinY(xBox));
    289         } else {
    290             xHeight = static_cast<float>(CGFontGetXHeight(m_platformData.cgFont())) / unitsPerEm;
    291             // CGFontGetXHeight() returns a wrong value for "Apple Symbols" font (a float close to 0, but not strictly 0).
    292             // The following code makes a guess for xHeight in that case.
    293             // The int cast is a workaround for the "almost" zero value returned by CGFontGetXHeight().
    294             if (!static_cast<int>(xHeight) && ascent)
    295                 xHeight = 2 * ascent / 3;
    296         }
     282        if (xGlyph)
     283            xHeight = -CGRectGetMinY(platformBoundsForGlyph(xGlyph));
     284        else
     285            xHeight = scaleEmToUnits(CGFontGetXHeight(m_platformData.cgFont()), unitsPerEm) * pointSize;
    297286    } else
    298287        xHeight = verticalRightOrientationFontData()->fontMetrics().xHeight();
Note: See TracChangeset for help on using the changeset viewer.