Changeset 64967 in webkit


Ignore:
Timestamp:
Aug 9, 2010 12:53:33 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-08-09 François Sausset <François Sausset>

Reviewed by Kenneth Rohde Christiansen.

Add a test for the mfenced MathML element and update tests with stretched parenthesis/brackets/operators
https://bugs.webkit.org/show_bug.cgi?id=42472

  • mathml/presentation/fenced.xhtml: Added.
  • mathml/presentation/row.xhtml:
  • platform/mac/mathml/presentation/fenced-expected.checksum: Added.
  • platform/mac/mathml/presentation/fenced-expected.png: Added.
  • platform/mac/mathml/presentation/fenced-expected.txt: Added.
  • platform/mac/mathml/presentation/mo-expected.checksum:
  • platform/mac/mathml/presentation/mo-expected.png:
  • platform/mac/mathml/presentation/mo-expected.txt:
  • platform/mac/mathml/presentation/over-expected.checksum:
  • platform/mac/mathml/presentation/over-expected.png:
  • platform/mac/mathml/presentation/over-expected.txt:
  • platform/mac/mathml/presentation/row-alignment-expected.checksum:
  • platform/mac/mathml/presentation/row-alignment-expected.png:
  • platform/mac/mathml/presentation/row-alignment-expected.txt:
  • platform/mac/mathml/presentation/row-expected.checksum:
  • platform/mac/mathml/presentation/row-expected.png:
  • platform/mac/mathml/presentation/row-expected.txt:
  • platform/mac/mathml/presentation/tables-expected.checksum:
  • platform/mac/mathml/presentation/tables-expected.png:

2010-08-09 François Sausset <François Sausset>

Reviewed by Kenneth Rohde Christiansen.

Implement mfenced MathML element
Update stretchy operator code to take into account new brackets and to tune layout parameters
https://bugs.webkit.org/show_bug.cgi?id=42472

Test: mathml/presentation/fenced.xhtml

  • WebCore.xcodeproj/project.pbxproj:
  • mathml/MathMLInlineContainerElement.cpp: (WebCore::MathMLInlineContainerElement::MathMLInlineContainerElement): (WebCore::MathMLInlineContainerElement::createRenderer):
  • mathml/RenderMathMLFenced.cpp: Added. (WebCore::RenderMathMLFenced::RenderMathMLFenced): (WebCore::RenderMathMLFenced::updateFromElement): (WebCore::RenderMathMLFenced::makeOperatorStyle): (WebCore::RenderMathMLFenced::makeFences): (WebCore::RenderMathMLFenced::addChild): (WebCore::RenderMathMLFenced::layout):
  • mathml/RenderMathMLFenced.h: Added.
  • mathml/RenderMathMLOperator.cpp: (WebCore::RenderMathMLOperator::RenderMathMLOperator): (WebCore::RenderMathMLOperator::stretchToHeight): (WebCore::): (WebCore::RenderMathMLOperator::updateFromElement): (WebCore::RenderMathMLOperator::createStackableStyle): (WebCore::RenderMathMLOperator::createGlyph):
Location:
trunk
Files:
6 added
20 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r64963 r64967  
     12010-08-09  François Sausset  <sausset@gmail.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        Add a test for the mfenced MathML element and update tests with stretched parenthesis/brackets/operators
     6        https://bugs.webkit.org/show_bug.cgi?id=42472
     7
     8        * mathml/presentation/fenced.xhtml: Added.
     9        * mathml/presentation/row.xhtml:
     10        * platform/mac/mathml/presentation/fenced-expected.checksum: Added.
     11        * platform/mac/mathml/presentation/fenced-expected.png: Added.
     12        * platform/mac/mathml/presentation/fenced-expected.txt: Added.
     13        * platform/mac/mathml/presentation/mo-expected.checksum:
     14        * platform/mac/mathml/presentation/mo-expected.png:
     15        * platform/mac/mathml/presentation/mo-expected.txt:
     16        * platform/mac/mathml/presentation/over-expected.checksum:
     17        * platform/mac/mathml/presentation/over-expected.png:
     18        * platform/mac/mathml/presentation/over-expected.txt:
     19        * platform/mac/mathml/presentation/row-alignment-expected.checksum:
     20        * platform/mac/mathml/presentation/row-alignment-expected.png:
     21        * platform/mac/mathml/presentation/row-alignment-expected.txt:
     22        * platform/mac/mathml/presentation/row-expected.checksum:
     23        * platform/mac/mathml/presentation/row-expected.png:
     24        * platform/mac/mathml/presentation/row-expected.txt:
     25        * platform/mac/mathml/presentation/tables-expected.checksum:
     26        * platform/mac/mathml/presentation/tables-expected.png:
     27
    1282010-08-04  MORITA Hajime  <morrita@google.com>
    229
  • trunk/LayoutTests/mathml/presentation/row.xhtml

    r61861 r64967  
    8787120px:
    8888<math xmlns='http://www.w3.org/1998/Math/MathML'>
    89 <mrow><mo>{</mo><mi>x</mi><div xmlns='http://www.w3.org/1999/xhtml' style='display: inline-block; height: 120px; width: 120px; vertical-align: -33%; background-color: rgb(0,255,0)'/><mo>}</mo></mrow>
     89<mrow><mo>{</mo><mi>x</mi><div xmlns='http://www.w3.org/1999/xhtml' style='display: inline-block; height: 120px; width: 48px; vertical-align: -33%; background-color: rgb(0,255,0)'/><mo>}</mo></mrow>
    9090</math>
    9191<math xmlns='http://www.w3.org/1998/Math/MathML'>
    92 <mrow><mo>[</mo><mi>x</mi><div xmlns='http://www.w3.org/1999/xhtml' style='display: inline-block; height: 120px; width: 120px; vertical-align: -33%; background-color: rgb(0,255,0)'/><mo>]</mo></mrow>
     92<mrow><mo>[</mo><mi>x</mi><div xmlns='http://www.w3.org/1999/xhtml' style='display: inline-block; height: 120px; width: 48px; vertical-align: -33%; background-color: rgb(0,255,0)'/><mo>]</mo></mrow>
    9393</math>
    9494<math xmlns='http://www.w3.org/1998/Math/MathML'>
    95 <mrow><mo>(</mo><mi>x</mi><div xmlns='http://www.w3.org/1999/xhtml' style='display: inline-block; height: 120px; width: 120px; vertical-align: -33%; background-color: rgb(0,255,0)'/><mo>)</mo></mrow>
     95<mrow><mo>(</mo><mi>x</mi><div xmlns='http://www.w3.org/1999/xhtml' style='display: inline-block; height: 120px; width: 48px; vertical-align: -33%; background-color: rgb(0,255,0)'/><mo>)</mo></mrow>
    9696</math>
    9797<math xmlns='http://www.w3.org/1998/Math/MathML'>
    98 <mrow><mo>|</mo><mi>x</mi><div xmlns='http://www.w3.org/1999/xhtml' style='display: inline-block; height: 120px; width: 120px; vertical-align: -33%; background-color: rgb(0,255,0)'/><mo>|</mo></mrow>
     98<mrow><mo>|</mo><mi>x</mi><div xmlns='http://www.w3.org/1999/xhtml' style='display: inline-block; height: 120px; width: 48px; vertical-align: -33%; background-color: rgb(0,255,0)'/><mo>|</mo></mrow>
    9999</math>
    100100<math xmlns='http://www.w3.org/1998/Math/MathML'>
    101 <mrow><mo>&#x222b;</mo><mi>x</mi><div xmlns='http://www.w3.org/1999/xhtml' style='display: inline-block; height: 120px; width: 120px; vertical-align: -33%; background-color: rgb(0,255,0)'/></mrow>
     101<mrow><mo>&#x222b;</mo><mi>x</mi><div xmlns='http://www.w3.org/1999/xhtml' style='display: inline-block; height: 120px; width: 48px; vertical-align: -33%; background-color: rgb(0,255,0)'/></mrow>
    102102</math>
    103103</p>
  • trunk/LayoutTests/platform/mac/mathml/presentation/mo-expected.checksum

    r61861 r64967  
    1 806cd9174cf394fe2b6e07073a382756
     1fc8e995b641f01562145b5272d953479
  • trunk/LayoutTests/platform/mac/mathml/presentation/mo-expected.txt

    r61861 r64967  
    11layer at (0,0) size 800x600
    22  RenderView at (0,0) size 800x600
    3 layer at (0,0) size 800x260
    4   RenderBlock {html} at (0,0) size 800x260
    5     RenderBody {body} at (8,16) size 784x228
     3layer at (0,0) size 800x259
     4  RenderBlock {html} at (0,0) size 800x259
     5    RenderBody {body} at (8,16) size 784x227
    66      RenderBlock {p} at (0,0) size 784x22
    77        RenderText {#text} at (0,0) size 60x18
     
    8484                text run at (0,7) width 16: "B"
    8585        RenderText {#text} at (0,0) size 0x0
    86       RenderBlock {p} at (0,164) size 784x64
     86      RenderBlock {p} at (0,164) size 784x63
    8787        RenderText {#text} at (0,22) size 60x18
    8888          text run at (0,22) width 60: "operator: "
    89         RenderBlock {math} at (60,0) size 100x64
    90           RenderBlock {mo} at (1,0) size 8x64
    91           RenderBlock {mo} at (9,0) size 10x64
    92           RenderBlock {mo} at (19,0) size 7x64
    93           RenderBlock {mo} at (26,0) size 5x64
     89        RenderBlock {math} at (60,0) size 100x63
     90          RenderBlock {mo} at (1,0) size 8x63
     91          RenderBlock {mo} at (9,0) size 10x63
     92          RenderBlock {mo} at (19,0) size 7x63
     93          RenderBlock {mo} at (26,0) size 5x63
    9494          RenderBlock {div} at (33,1) size 52x52 [border: (1px solid #000000)]
    95           RenderBlock {mo} at (87,0) size 5x64
    96           RenderBlock {mo} at (92,0) size 7x64
     95          RenderBlock {mo} at (87,0) size 5x63
     96          RenderBlock {mo} at (92,0) size 7x63
    9797        RenderText {#text} at (0,0) size 0x0
    9898layer at (69,180) size 8x10 scrollHeight 15
    9999  RenderBlock {mo} at (0,0) size 8x10
    100     RenderText {mo} at (0,-2) size 8x17
    101       text run at (0,-2) width 8: "\x{23D0}"
    102 layer at (69,190) size 8x10 scrollHeight 15
     100layer at (69,190) size 8x10 scrollHeight 14
    103101  RenderBlock {mo} at (0,10) size 8x10
    104     RenderText {mo} at (0,-2) size 8x17
    105       text run at (0,-2) width 8: "\x{23D0}"
    106 layer at (69,200) size 8x10 scrollHeight 15
     102    RenderText {mo} at (0,-3) size 8x17
     103      text run at (0,-3) width 8: "\x{23D0}"
     104layer at (69,200) size 8x10 scrollHeight 14
    107105  RenderBlock {mo} at (0,20) size 8x10
    108     RenderText {mo} at (0,-2) size 8x17
    109       text run at (0,-2) width 8: "\x{23D0}"
    110 layer at (69,210) size 8x10 scrollHeight 15
     106    RenderText {mo} at (0,-3) size 8x17
     107      text run at (0,-3) width 8: "\x{23D0}"
     108layer at (69,210) size 8x10 scrollHeight 14
    111109  RenderBlock {mo} at (0,30) size 8x10
    112     RenderText {mo} at (0,-2) size 8x17
    113       text run at (0,-2) width 8: "\x{23D0}"
    114 layer at (69,220) size 8x10 scrollHeight 15
     110    RenderText {mo} at (0,-3) size 8x17
     111      text run at (0,-3) width 8: "\x{23D0}"
     112layer at (69,220) size 8x10 scrollHeight 14
    115113  RenderBlock {mo} at (0,40) size 8x10
    116     RenderText {mo} at (0,-2) size 8x17
    117       text run at (0,-2) width 8: "\x{23D0}"
    118 layer at (69,230) size 8x2 scrollHeight 15
     114    RenderText {mo} at (0,-3) size 8x17
     115      text run at (0,-3) width 8: "\x{23D0}"
     116layer at (69,230) size 8x2 scrollHeight 14
    119117  RenderBlock {mo} at (0,50) size 8x2
    120     RenderText {mo} at (0,-2) size 8x17
    121       text run at (0,-2) width 8: "\x{23D0}"
    122 layer at (69,232) size 8x12 scrollHeight 15
    123   RenderBlock {mo} at (0,52) size 8x12
     118    RenderText {mo} at (0,-3) size 8x17
     119      text run at (0,-3) width 8: "\x{23D0}"
     120layer at (69,232) size 8x11 scrollHeight 14
     121  RenderBlock {mo} at (0,52) size 8x11
    124122layer at (77,180) size 10x10 scrollHeight 15
    125123  RenderBlock {mo} at (0,0) size 10x10
    126     RenderText {mo} at (0,-2) size 10x17
    127       text run at (0,-2) width 10: "\x{2320}"
    128 layer at (77,190) size 10x10 scrollHeight 15
     124layer at (77,190) size 10x10 scrollHeight 14
    129125  RenderBlock {mo} at (0,10) size 10x10
    130     RenderText {mo} at (0,-2) size 10x17
    131       text run at (0,-2) width 10: "\x{23AE}"
    132 layer at (77,200) size 10x10 scrollHeight 15
     126    RenderText {mo} at (0,-3) size 10x17
     127      text run at (0,-3) width 10: "\x{23AE}"
     128layer at (77,200) size 10x10 scrollHeight 14
    133129  RenderBlock {mo} at (0,20) size 10x10
    134     RenderText {mo} at (0,-2) size 10x17
    135       text run at (0,-2) width 10: "\x{23AE}"
    136 layer at (77,210) size 10x10 scrollHeight 15
     130    RenderText {mo} at (0,-3) size 10x17
     131      text run at (0,-3) width 10: "\x{23AE}"
     132layer at (77,210) size 10x10 scrollHeight 14
    137133  RenderBlock {mo} at (0,30) size 10x10
    138     RenderText {mo} at (0,-2) size 10x17
    139       text run at (0,-2) width 10: "\x{23AE}"
    140 layer at (77,220) size 10x10 scrollHeight 15
     134    RenderText {mo} at (0,-3) size 10x17
     135      text run at (0,-3) width 10: "\x{23AE}"
     136layer at (77,220) size 10x10 scrollHeight 14
    141137  RenderBlock {mo} at (0,40) size 10x10
    142     RenderText {mo} at (0,-2) size 10x17
    143       text run at (0,-2) width 10: "\x{23AE}"
    144 layer at (77,230) size 10x2 scrollHeight 15
     138    RenderText {mo} at (0,-3) size 10x17
     139      text run at (0,-3) width 10: "\x{23AE}"
     140layer at (77,230) size 10x2 scrollHeight 14
    145141  RenderBlock {mo} at (0,50) size 10x2
    146     RenderText {mo} at (0,-2) size 10x17
    147       text run at (0,-2) width 10: "\x{23AE}"
    148 layer at (77,232) size 10x12 scrollHeight 15
    149   RenderBlock {mo} at (0,52) size 10x12
     142    RenderText {mo} at (0,-3) size 10x17
     143      text run at (0,-3) width 10: "\x{23AE}"
     144layer at (77,232) size 10x11 scrollHeight 14
     145  RenderBlock {mo} at (0,52) size 10x11
    150146layer at (87,180) size 7x10 scrollHeight 15
    151147  RenderBlock {mo} at (0,0) size 7x10
    152     RenderText {mo} at (0,-2) size 7x17
    153       text run at (0,-2) width 7: "\x{23A7}"
    154 layer at (87,190) size 7x10 scrollHeight 15
     148layer at (87,190) size 7x10 scrollHeight 14
    155149  RenderBlock {mo} at (0,10) size 7x10
    156     RenderText {mo} at (0,-2) size 7x17
    157       text run at (0,-2) width 7: "\x{23AA}"
    158 layer at (87,200) size 7x6 scrollHeight 15
     150    RenderText {mo} at (0,-3) size 7x17
     151      text run at (0,-3) width 7: "\x{23AA}"
     152layer at (87,200) size 7x6 scrollHeight 14
    159153  RenderBlock {mo} at (0,20) size 7x6
    160     RenderText {mo} at (0,-2) size 7x17
    161       text run at (0,-2) width 7: "\x{23AA}"
    162 layer at (87,206) size 7x10 scrollHeight 15
     154    RenderText {mo} at (0,-3) size 7x17
     155      text run at (0,-3) width 7: "\x{23AA}"
     156layer at (87,206) size 7x10 scrollHeight 14
    163157  RenderBlock {mo} at (0,26) size 7x10
    164 layer at (87,216) size 7x10 scrollHeight 15
     158layer at (87,216) size 7x10 scrollHeight 14
    165159  RenderBlock {mo} at (0,36) size 7x10
    166     RenderText {mo} at (0,-2) size 7x17
    167       text run at (0,-2) width 7: "\x{23AA}"
    168 layer at (87,226) size 7x6 scrollHeight 15
     160    RenderText {mo} at (0,-3) size 7x17
     161      text run at (0,-3) width 7: "\x{23AA}"
     162layer at (87,226) size 7x6 scrollHeight 14
    169163  RenderBlock {mo} at (0,46) size 7x6
    170     RenderText {mo} at (0,-2) size 7x17
    171       text run at (0,-2) width 7: "\x{23AA}"
    172 layer at (87,232) size 7x12 scrollHeight 15
    173   RenderBlock {mo} at (0,52) size 7x12
     164    RenderText {mo} at (0,-3) size 7x17
     165      text run at (0,-3) width 7: "\x{23AA}"
     166layer at (87,232) size 7x11 scrollHeight 14
     167  RenderBlock {mo} at (0,52) size 7x11
    174168layer at (94,180) size 5x10 scrollHeight 15
    175169  RenderBlock {mo} at (0,0) size 5x10
    176     RenderText {mo} at (0,-2) size 5x17
    177       text run at (0,-2) width 5: "\x{23A1}"
    178 layer at (94,190) size 5x10 scrollHeight 15
     170layer at (94,190) size 5x10 scrollHeight 14
    179171  RenderBlock {mo} at (0,10) size 5x10
    180     RenderText {mo} at (0,-2) size 5x17
    181       text run at (0,-2) width 5: "\x{23A2}"
    182 layer at (94,200) size 5x10 scrollHeight 15
     172    RenderText {mo} at (0,-3) size 5x17
     173      text run at (0,-3) width 5: "\x{23A2}"
     174layer at (94,200) size 5x10 scrollHeight 14
    183175  RenderBlock {mo} at (0,20) size 5x10
    184     RenderText {mo} at (0,-2) size 5x17
    185       text run at (0,-2) width 5: "\x{23A2}"
    186 layer at (94,210) size 5x10 scrollHeight 15
     176    RenderText {mo} at (0,-3) size 5x17
     177      text run at (0,-3) width 5: "\x{23A2}"
     178layer at (94,210) size 5x10 scrollHeight 14
    187179  RenderBlock {mo} at (0,30) size 5x10
    188     RenderText {mo} at (0,-2) size 5x17
    189       text run at (0,-2) width 5: "\x{23A2}"
    190 layer at (94,220) size 5x10 scrollHeight 15
     180    RenderText {mo} at (0,-3) size 5x17
     181      text run at (0,-3) width 5: "\x{23A2}"
     182layer at (94,220) size 5x10 scrollHeight 14
    191183  RenderBlock {mo} at (0,40) size 5x10
    192     RenderText {mo} at (0,-2) size 5x17
    193       text run at (0,-2) width 5: "\x{23A2}"
    194 layer at (94,230) size 5x2 scrollHeight 15
     184    RenderText {mo} at (0,-3) size 5x17
     185      text run at (0,-3) width 5: "\x{23A2}"
     186layer at (94,230) size 5x2 scrollHeight 14
    195187  RenderBlock {mo} at (0,50) size 5x2
    196     RenderText {mo} at (0,-2) size 5x17
    197       text run at (0,-2) width 5: "\x{23A2}"
    198 layer at (94,232) size 5x12 scrollHeight 15
    199   RenderBlock {mo} at (0,52) size 5x12
     188    RenderText {mo} at (0,-3) size 5x17
     189      text run at (0,-3) width 5: "\x{23A2}"
     190layer at (94,232) size 5x11 scrollHeight 14
     191  RenderBlock {mo} at (0,52) size 5x11
    200192layer at (155,180) size 5x10 scrollHeight 15
    201193  RenderBlock {mo} at (0,0) size 5x10
    202     RenderText {mo} at (0,-2) size 5x17
    203       text run at (0,-2) width 5: "\x{23A4}"
    204 layer at (155,190) size 5x10 scrollHeight 15
     194layer at (155,190) size 5x10 scrollHeight 14
    205195  RenderBlock {mo} at (0,10) size 5x10
    206     RenderText {mo} at (0,-2) size 5x17
    207       text run at (0,-2) width 5: "\x{23A5}"
    208 layer at (155,200) size 5x10 scrollHeight 15
     196    RenderText {mo} at (0,-3) size 5x17
     197      text run at (0,-3) width 5: "\x{23A5}"
     198layer at (155,200) size 5x10 scrollHeight 14
    209199  RenderBlock {mo} at (0,20) size 5x10
    210     RenderText {mo} at (0,-2) size 5x17
    211       text run at (0,-2) width 5: "\x{23A5}"
    212 layer at (155,210) size 5x10 scrollHeight 15
     200    RenderText {mo} at (0,-3) size 5x17
     201      text run at (0,-3) width 5: "\x{23A5}"
     202layer at (155,210) size 5x10 scrollHeight 14
    213203  RenderBlock {mo} at (0,30) size 5x10
    214     RenderText {mo} at (0,-2) size 5x17
    215       text run at (0,-2) width 5: "\x{23A5}"
    216 layer at (155,220) size 5x10 scrollHeight 15
     204    RenderText {mo} at (0,-3) size 5x17
     205      text run at (0,-3) width 5: "\x{23A5}"
     206layer at (155,220) size 5x10 scrollHeight 14
    217207  RenderBlock {mo} at (0,40) size 5x10
    218     RenderText {mo} at (0,-2) size 5x17
    219       text run at (0,-2) width 5: "\x{23A5}"
    220 layer at (155,230) size 5x2 scrollHeight 15
     208    RenderText {mo} at (0,-3) size 5x17
     209      text run at (0,-3) width 5: "\x{23A5}"
     210layer at (155,230) size 5x2 scrollHeight 14
    221211  RenderBlock {mo} at (0,50) size 5x2
    222     RenderText {mo} at (0,-2) size 5x17
    223       text run at (0,-2) width 5: "\x{23A5}"
    224 layer at (155,232) size 5x12 scrollHeight 15
    225   RenderBlock {mo} at (0,52) size 5x12
     212    RenderText {mo} at (0,-3) size 5x17
     213      text run at (0,-3) width 5: "\x{23A5}"
     214layer at (155,232) size 5x11 scrollHeight 14
     215  RenderBlock {mo} at (0,52) size 5x11
    226216layer at (160,180) size 7x10 scrollHeight 15
    227217  RenderBlock {mo} at (0,0) size 7x10
    228     RenderText {mo} at (0,-2) size 7x17
    229       text run at (0,-2) width 7: "\x{23AB}"
    230 layer at (160,190) size 7x10 scrollHeight 15
     218layer at (160,190) size 7x10 scrollHeight 14
    231219  RenderBlock {mo} at (0,10) size 7x10
    232     RenderText {mo} at (0,-2) size 7x17
    233       text run at (0,-2) width 7: "\x{23AA}"
    234 layer at (160,200) size 7x6 scrollHeight 15
     220    RenderText {mo} at (0,-3) size 7x17
     221      text run at (0,-3) width 7: "\x{23AA}"
     222layer at (160,200) size 7x6 scrollHeight 14
    235223  RenderBlock {mo} at (0,20) size 7x6
    236     RenderText {mo} at (0,-2) size 7x17
    237       text run at (0,-2) width 7: "\x{23AA}"
    238 layer at (160,206) size 7x10 scrollHeight 15
     224    RenderText {mo} at (0,-3) size 7x17
     225      text run at (0,-3) width 7: "\x{23AA}"
     226layer at (160,206) size 7x10 scrollHeight 14
    239227  RenderBlock {mo} at (0,26) size 7x10
    240 layer at (160,216) size 7x10 scrollHeight 15
     228layer at (160,216) size 7x10 scrollHeight 14
    241229  RenderBlock {mo} at (0,36) size 7x10
    242     RenderText {mo} at (0,-2) size 7x17
    243       text run at (0,-2) width 7: "\x{23AA}"
    244 layer at (160,226) size 7x6 scrollHeight 15
     230    RenderText {mo} at (0,-3) size 7x17
     231      text run at (0,-3) width 7: "\x{23AA}"
     232layer at (160,226) size 7x6 scrollHeight 14
    245233  RenderBlock {mo} at (0,46) size 7x6
    246     RenderText {mo} at (0,-2) size 7x17
    247       text run at (0,-2) width 7: "\x{23AA}"
    248 layer at (160,232) size 7x12 scrollHeight 15
    249   RenderBlock {mo} at (0,52) size 7x12
    250 layer at (69,228) size 8x15 backgroundClip at (69,232) size 8x12 clip at (69,232) size 8x12 outlineClip at (69,232) size 8x12
    251   RenderBlock (relative positioned) {mo} at (0,0) size 8x12
    252     RenderText {mo} at (0,-2) size 8x17
    253       text run at (0,-2) width 8: "\x{23D0}"
    254 layer at (77,228) size 10x15 backgroundClip at (77,232) size 10x12 clip at (77,232) size 10x12 outlineClip at (77,232) size 10x12
    255   RenderBlock (relative positioned) {mo} at (0,0) size 10x12
    256     RenderText {mo} at (0,-2) size 10x17
    257       text run at (0,-2) width 10: "\x{2321}"
    258 layer at (87,204) size 7x15 backgroundClip at (87,206) size 7x10 clip at (87,206) size 7x10 outlineClip at (87,206) size 7x10
    259   RenderBlock (relative positioned) {mo} at (0,0) size 7x12
    260     RenderText {mo} at (0,-2) size 7x17
    261       text run at (0,-2) width 7: "\x{23A8}"
    262 layer at (87,228) size 7x15 backgroundClip at (87,232) size 7x12 clip at (87,232) size 7x12 outlineClip at (87,232) size 7x12
    263   RenderBlock (relative positioned) {mo} at (0,0) size 7x12
    264     RenderText {mo} at (0,-2) size 7x17
    265       text run at (0,-2) width 7: "\x{23A9}"
    266 layer at (94,228) size 5x15 backgroundClip at (94,232) size 5x12 clip at (94,232) size 5x12 outlineClip at (94,232) size 5x12
    267   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    268     RenderText {mo} at (0,-2) size 5x17
    269       text run at (0,-2) width 5: "\x{23A3}"
    270 layer at (155,228) size 5x15 backgroundClip at (155,232) size 5x12 clip at (155,232) size 5x12 outlineClip at (155,232) size 5x12
    271   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    272     RenderText {mo} at (0,-2) size 5x17
    273       text run at (0,-2) width 5: "\x{23A6}"
    274 layer at (160,204) size 7x15 backgroundClip at (160,206) size 7x10 clip at (160,206) size 7x10 outlineClip at (160,206) size 7x10
    275   RenderBlock (relative positioned) {mo} at (0,0) size 7x12
    276     RenderText {mo} at (0,-2) size 7x17
    277       text run at (0,-2) width 7: "\x{23AC}"
    278 layer at (160,228) size 7x15 backgroundClip at (160,232) size 7x12 clip at (160,232) size 7x12 outlineClip at (160,232) size 7x12
    279   RenderBlock (relative positioned) {mo} at (0,0) size 7x12
    280     RenderText {mo} at (0,-2) size 7x17
    281       text run at (0,-2) width 7: "\x{23AD}"
     234    RenderText {mo} at (0,-3) size 7x17
     235      text run at (0,-3) width 7: "\x{23AA}"
     236layer at (160,232) size 7x11 scrollHeight 14
     237  RenderBlock {mo} at (0,52) size 7x11
     238layer at (69,181) size 8x14 backgroundClip at (69,180) size 8x10 clip at (69,180) size 8x10 outlineClip at (69,180) size 8x10
     239  RenderBlock (relative positioned) {mo} at (0,0) size 8x11
     240    RenderText {mo} at (0,-3) size 8x17
     241      text run at (0,-3) width 8: "\x{23D0}"
     242layer at (69,229) size 8x14 backgroundClip at (69,232) size 8x11 clip at (69,232) size 8x11 outlineClip at (69,232) size 8x11
     243  RenderBlock (relative positioned) {mo} at (0,0) size 8x11
     244    RenderText {mo} at (0,-3) size 8x17
     245      text run at (0,-3) width 8: "\x{23D0}"
     246layer at (77,181) size 10x14 backgroundClip at (77,180) size 10x10 clip at (77,180) size 10x10 outlineClip at (77,180) size 10x10
     247  RenderBlock (relative positioned) {mo} at (0,0) size 10x11
     248    RenderText {mo} at (0,-3) size 10x17
     249      text run at (0,-3) width 10: "\x{2320}"
     250layer at (77,229) size 10x14 backgroundClip at (77,232) size 10x11 clip at (77,232) size 10x11 outlineClip at (77,232) size 10x11
     251  RenderBlock (relative positioned) {mo} at (0,0) size 10x11
     252    RenderText {mo} at (0,-3) size 10x17
     253      text run at (0,-3) width 10: "\x{2321}"
     254layer at (87,181) size 7x14 backgroundClip at (87,180) size 7x10 clip at (87,180) size 7x10 outlineClip at (87,180) size 7x10
     255  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     256    RenderText {mo} at (0,-3) size 7x17
     257      text run at (0,-3) width 7: "\x{23A7}"
     258layer at (87,205) size 7x14 backgroundClip at (87,206) size 7x10 clip at (87,206) size 7x10 outlineClip at (87,206) size 7x10
     259  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     260    RenderText {mo} at (0,-3) size 7x17
     261      text run at (0,-3) width 7: "\x{23A8}"
     262layer at (87,229) size 7x14 backgroundClip at (87,232) size 7x11 clip at (87,232) size 7x11 outlineClip at (87,232) size 7x11
     263  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     264    RenderText {mo} at (0,-3) size 7x17
     265      text run at (0,-3) width 7: "\x{23A9}"
     266layer at (94,181) size 5x14 backgroundClip at (94,180) size 5x10 clip at (94,180) size 5x10 outlineClip at (94,180) size 5x10
     267  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     268    RenderText {mo} at (0,-3) size 5x17
     269      text run at (0,-3) width 5: "\x{23A1}"
     270layer at (94,229) size 5x14 backgroundClip at (94,232) size 5x11 clip at (94,232) size 5x11 outlineClip at (94,232) size 5x11
     271  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     272    RenderText {mo} at (0,-3) size 5x17
     273      text run at (0,-3) width 5: "\x{23A3}"
     274layer at (155,181) size 5x14 backgroundClip at (155,180) size 5x10 clip at (155,180) size 5x10 outlineClip at (155,180) size 5x10
     275  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     276    RenderText {mo} at (0,-3) size 5x17
     277      text run at (0,-3) width 5: "\x{23A4}"
     278layer at (155,229) size 5x14 backgroundClip at (155,232) size 5x11 clip at (155,232) size 5x11 outlineClip at (155,232) size 5x11
     279  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     280    RenderText {mo} at (0,-3) size 5x17
     281      text run at (0,-3) width 5: "\x{23A6}"
     282layer at (160,181) size 7x14 backgroundClip at (160,180) size 7x10 clip at (160,180) size 7x10 outlineClip at (160,180) size 7x10
     283  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     284    RenderText {mo} at (0,-3) size 7x17
     285      text run at (0,-3) width 7: "\x{23AB}"
     286layer at (160,205) size 7x14 backgroundClip at (160,206) size 7x10 clip at (160,206) size 7x10 outlineClip at (160,206) size 7x10
     287  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     288    RenderText {mo} at (0,-3) size 7x17
     289      text run at (0,-3) width 7: "\x{23AC}"
     290layer at (160,229) size 7x14 backgroundClip at (160,232) size 7x11 clip at (160,232) size 7x11 outlineClip at (160,232) size 7x11
     291  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     292    RenderText {mo} at (0,-3) size 7x17
     293      text run at (0,-3) width 7: "\x{23AD}"
  • trunk/LayoutTests/platform/mac/mathml/presentation/over-expected.checksum

    r61861 r64967  
    1 da26b604fb0ac1dda6a7133a5fb179b6
     1430281edbf51ce284236ff30f1b406c8
  • trunk/LayoutTests/platform/mac/mathml/presentation/over-expected.txt

    r61861 r64967  
    11layer at (0,0) size 800x600
    22  RenderView at (0,0) size 800x600
    3 layer at (0,0) size 800x296
    4   RenderBlock {html} at (0,0) size 800x296
    5     RenderBody {body} at (8,16) size 784x264
     3layer at (0,0) size 800x295
     4  RenderBlock {html} at (0,0) size 800x295
     5    RenderBody {body} at (8,16) size 784x263
    66      RenderBlock {p} at (0,0) size 784x31
    77        RenderText {#text} at (0,12) size 36x18
     
    6161                    text run at (0,0) width 17: "\x{2211}"
    6262        RenderText {#text} at (0,0) size 0x0
    63       RenderBlock {p} at (0,202) size 784x62
     63      RenderBlock {p} at (0,202) size 784x61
    6464        RenderText {#text} at (0,29) size 36x18
    6565          text run at (0,29) width 36: "over: "
    66         RenderBlock {math} at (36,0) size 52x62
    67           RenderBlock {mover} at (1,0) size 10x62
     66        RenderBlock {math} at (36,0) size 52x61
     67          RenderBlock {mover} at (1,0) size 10x61
    6868            RenderBlock {mover} at (0,0) size 10x16
    6969              RenderInline {mi} at (0,0) size 5x12
    7070                RenderText {#text} at (2,3) size 5x12
    7171                  text run at (2,3) width 5: "y"
    72             RenderBlock {mover} at (0,12) size 10x50
    73               RenderBlock {mo} at (0,0) size 10x50
     72            RenderBlock {mover} at (0,12) size 10x49
     73              RenderBlock {mo} at (0,0) size 10x49
    7474          RenderBlock {div} at (11,3) size 40x40
    7575        RenderText {#text} at (0,0) size 0x0
    7676layer at (45,230) size 10x10 scrollHeight 15
    7777  RenderBlock {mo} at (0,0) size 10x10
    78     RenderText {mo} at (0,-2) size 10x17
    79       text run at (0,-2) width 10: "\x{2320}"
    80 layer at (45,240) size 10x10 scrollHeight 15
     78layer at (45,240) size 10x10 scrollHeight 14
    8179  RenderBlock {mo} at (0,10) size 10x10
    82     RenderText {mo} at (0,-2) size 10x17
    83       text run at (0,-2) width 10: "\x{23AE}"
    84 layer at (45,250) size 10x10 scrollHeight 15
     80    RenderText {mo} at (0,-3) size 10x17
     81      text run at (0,-3) width 10: "\x{23AE}"
     82layer at (45,250) size 10x10 scrollHeight 14
    8583  RenderBlock {mo} at (0,20) size 10x10
    86     RenderText {mo} at (0,-2) size 10x17
    87       text run at (0,-2) width 10: "\x{23AE}"
    88 layer at (45,260) size 10x8 scrollHeight 15
     84    RenderText {mo} at (0,-3) size 10x17
     85      text run at (0,-3) width 10: "\x{23AE}"
     86layer at (45,260) size 10x8 scrollHeight 14
    8987  RenderBlock {mo} at (0,30) size 10x8
    90     RenderText {mo} at (0,-2) size 10x17
    91       text run at (0,-2) width 10: "\x{23AE}"
    92 layer at (45,268) size 10x12 scrollHeight 15
    93   RenderBlock {mo} at (0,38) size 10x12
    94 layer at (45,264) size 10x15 backgroundClip at (45,268) size 10x12 clip at (45,268) size 10x12 outlineClip at (45,268) size 10x12
    95   RenderBlock (relative positioned) {mo} at (0,0) size 10x12
    96     RenderText {mo} at (0,-2) size 10x17
    97       text run at (0,-2) width 10: "\x{2321}"
     88    RenderText {mo} at (0,-3) size 10x17
     89      text run at (0,-3) width 10: "\x{23AE}"
     90layer at (45,268) size 10x11 scrollHeight 14
     91  RenderBlock {mo} at (0,38) size 10x11
     92layer at (45,231) size 10x14 backgroundClip at (45,230) size 10x10 clip at (45,230) size 10x10 outlineClip at (45,230) size 10x10
     93  RenderBlock (relative positioned) {mo} at (0,0) size 10x11
     94    RenderText {mo} at (0,-3) size 10x17
     95      text run at (0,-3) width 10: "\x{2320}"
     96layer at (45,265) size 10x14 backgroundClip at (45,268) size 10x11 clip at (45,268) size 10x11 outlineClip at (45,268) size 10x11
     97  RenderBlock (relative positioned) {mo} at (0,0) size 10x11
     98    RenderText {mo} at (0,-3) size 10x17
     99      text run at (0,-3) width 10: "\x{2321}"
  • trunk/LayoutTests/platform/mac/mathml/presentation/row-alignment-expected.checksum

    r61861 r64967  
    1 a8fed84e57195ada854b3e00f6ac8dc6
     18c194eb1e0ae71ab9783fb41bf2f1e3c
  • trunk/LayoutTests/platform/mac/mathml/presentation/row-alignment-expected.txt

    r61861 r64967  
    11layer at (0,0) size 800x600
    22  RenderView at (0,0) size 800x600
    3 layer at (0,0) size 800x578
    4   RenderBlock {html} at (0,0) size 800x578
    5     RenderBody {body} at (8,19) size 784x543
     3layer at (0,0) size 800x575
     4  RenderBlock {html} at (0,0) size 800x575
     5    RenderBody {body} at (8,19) size 784x540
    66      RenderBlock {div} at (0,0) size 784x66
    77        RenderBlock {h2} at (0,0) size 784x28
     
    7979                    text run at (12,2) width 8: "2"
    8080          RenderText {#text} at (0,0) size 0x0
    81       RenderBlock {div} at (0,242) size 784x301
     81      RenderBlock {div} at (0,242) size 784x298
    8282        RenderBlock {h2} at (0,0) size 784x28
    8383          RenderText {#text} at (0,0) size 210x28
    8484            text run at (0,0) width 210: "Operator Stretching"
    85         RenderBlock {p} at (0,47) size 784x46
     85        RenderBlock {p} at (0,47) size 784x45
    8686          RenderText {#text} at (0,11) size 27x18
    8787            text run at (0,11) width 27: "text "
    88           RenderBlock {math} at (27,0) size 60x46
    89             RenderBlock {mo} at (1,0) size 5x46
     88          RenderBlock {math} at (27,0) size 60x45
     89            RenderBlock {mo} at (1,0) size 5x45
    9090            RenderInline {mi} at (0,0) size 7x16
    9191              RenderText {#text} at (6,14) size 7x16
     
    112112                  RenderText {#text} at (12,2) size 8x16
    113113                    text run at (12,2) width 8: "2"
    114             RenderBlock {mo} at (54,0) size 5x46
     114            RenderBlock {mo} at (54,0) size 5x45
    115115          RenderText {#text} at (0,0) size 0x0
    116         RenderBlock {p} at (0,109) size 784x95
     116        RenderBlock {p} at (0,108) size 784x94
    117117          RenderText {#text} at (0,40) size 27x18
    118118            text run at (0,40) width 27: "text "
    119           RenderBlock {math} at (27,0) size 88x95
     119          RenderBlock {math} at (27,0) size 88x94
    120120            RenderInline {mi} at (0,0) size 7x16
    121121              RenderText {#text} at (1,43) size 7x16
    122122                text run at (1,43) width 7: "y"
    123             RenderBlock {mo} at (8,0) size 5x95
     123            RenderBlock {mo} at (8,0) size 5x94
    124124            RenderBlock {munder} at (13,40) size 13x27
    125125              RenderBlock {munder} at (0,0) size 13x16
     
    184184                        RenderText {#text} at (12,2) size 8x16
    185185                          text run at (12,2) width 8: "2"
    186             RenderBlock {mo} at (82,0) size 5x95
     186            RenderBlock {mo} at (82,0) size 5x94
    187187          RenderText {#text} at (0,0) size 0x0
    188         RenderBlock {p} at (0,220) size 784x81
     188        RenderBlock {p} at (0,218) size 784x80
    189189          RenderText {#text} at (0,31) size 27x18
    190190            text run at (0,31) width 27: "text "
    191           RenderBlock {math} at (27,0) size 72x81
    192             RenderBlock {mo} at (1,0) size 5x81
     191          RenderBlock {math} at (27,0) size 72x80
     192            RenderBlock {mo} at (1,0) size 5x80
    193193            RenderTable {mtable} at (6,5) size 60x66
    194194              RenderTableSection (anonymous) at (0,0) size 60x66
     
    268268                        RenderText {#text} at (7,10) size 12x12
    269269                          text run at (7,10) width 12: "33"
    270             RenderBlock {mo} at (66,0) size 5x81
     270            RenderBlock {mo} at (66,0) size 5x80
    271271          RenderText {#text} at (0,0) size 0x0
    272272layer at (36,308) size 5x10 scrollHeight 15
    273273  RenderBlock {mo} at (0,0) size 5x10
    274     RenderText {mo} at (0,-2) size 5x17
    275       text run at (0,-2) width 5: "\x{239B}"
    276 layer at (36,318) size 5x10 scrollHeight 15
    277   RenderBlock {mo} at (0,10) size 5x10
    278     RenderText {mo} at (0,-2) size 5x17
    279       text run at (0,-2) width 5: "\x{239C}"
    280 layer at (36,328) size 5x10 scrollHeight 15
    281   RenderBlock {mo} at (0,20) size 5x10
    282     RenderText {mo} at (0,-2) size 5x17
    283       text run at (0,-2) width 5: "\x{239C}"
    284 layer at (36,338) size 5x4 scrollHeight 15
     274layer at (36,318) size 5x10 scrollHeight 14
     275  RenderBlock {mo} at (0,10) size 5x10
     276    RenderText {mo} at (0,-3) size 5x17
     277      text run at (0,-3) width 5: "\x{239C}"
     278layer at (36,328) size 5x10 scrollHeight 14
     279  RenderBlock {mo} at (0,20) size 5x10
     280    RenderText {mo} at (0,-3) size 5x17
     281      text run at (0,-3) width 5: "\x{239C}"
     282layer at (36,338) size 5x4 scrollHeight 14
    285283  RenderBlock {mo} at (0,30) size 5x4
    286     RenderText {mo} at (0,-2) size 5x17
    287       text run at (0,-2) width 5: "\x{239C}"
    288 layer at (36,342) size 5x12 scrollHeight 15
    289   RenderBlock {mo} at (0,34) size 5x12
     284    RenderText {mo} at (0,-3) size 5x17
     285      text run at (0,-3) width 5: "\x{239C}"
     286layer at (36,342) size 5x11 scrollHeight 14
     287  RenderBlock {mo} at (0,34) size 5x11
    290288layer at (89,308) size 5x10 scrollHeight 15
    291289  RenderBlock {mo} at (0,0) size 5x10
    292     RenderText {mo} at (0,-2) size 5x17
    293       text run at (0,-2) width 5: "\x{239E}"
    294 layer at (89,318) size 5x10 scrollHeight 15
    295   RenderBlock {mo} at (0,10) size 5x10
    296     RenderText {mo} at (0,-2) size 5x17
    297       text run at (0,-2) width 5: "\x{239F}"
    298 layer at (89,328) size 5x10 scrollHeight 15
    299   RenderBlock {mo} at (0,20) size 5x10
    300     RenderText {mo} at (0,-2) size 5x17
    301       text run at (0,-2) width 5: "\x{239F}"
    302 layer at (89,338) size 5x4 scrollHeight 15
     290layer at (89,318) size 5x10 scrollHeight 14
     291  RenderBlock {mo} at (0,10) size 5x10
     292    RenderText {mo} at (0,-3) size 5x17
     293      text run at (0,-3) width 5: "\x{239F}"
     294layer at (89,328) size 5x10 scrollHeight 14
     295  RenderBlock {mo} at (0,20) size 5x10
     296    RenderText {mo} at (0,-3) size 5x17
     297      text run at (0,-3) width 5: "\x{239F}"
     298layer at (89,338) size 5x4 scrollHeight 14
    303299  RenderBlock {mo} at (0,30) size 5x4
    304     RenderText {mo} at (0,-2) size 5x17
    305       text run at (0,-2) width 5: "\x{239F}"
    306 layer at (89,342) size 5x12 scrollHeight 15
    307   RenderBlock {mo} at (0,34) size 5x12
    308 layer at (43,370) size 5x10 scrollHeight 15
    309   RenderBlock {mo} at (0,0) size 5x10
    310     RenderText {mo} at (0,-2) size 5x17
    311       text run at (0,-2) width 5: "\x{239B}"
    312 layer at (43,380) size 5x10 scrollHeight 15
    313   RenderBlock {mo} at (0,10) size 5x10
    314     RenderText {mo} at (0,-2) size 5x17
    315       text run at (0,-2) width 5: "\x{239C}"
    316 layer at (43,390) size 5x10 scrollHeight 15
    317   RenderBlock {mo} at (0,20) size 5x10
    318     RenderText {mo} at (0,-2) size 5x17
    319       text run at (0,-2) width 5: "\x{239C}"
    320 layer at (43,400) size 5x10 scrollHeight 15
     300    RenderText {mo} at (0,-3) size 5x17
     301      text run at (0,-3) width 5: "\x{239F}"
     302layer at (89,342) size 5x11 scrollHeight 14
     303  RenderBlock {mo} at (0,34) size 5x11
     304layer at (43,369) size 5x10 scrollHeight 15
     305  RenderBlock {mo} at (0,0) size 5x10
     306layer at (43,379) size 5x10 scrollHeight 14
     307  RenderBlock {mo} at (0,10) size 5x10
     308    RenderText {mo} at (0,-3) size 5x17
     309      text run at (0,-3) width 5: "\x{239C}"
     310layer at (43,389) size 5x10 scrollHeight 14
     311  RenderBlock {mo} at (0,20) size 5x10
     312    RenderText {mo} at (0,-3) size 5x17
     313      text run at (0,-3) width 5: "\x{239C}"
     314layer at (43,399) size 5x10 scrollHeight 14
    321315  RenderBlock {mo} at (0,30) size 5x10
    322     RenderText {mo} at (0,-2) size 5x17
    323       text run at (0,-2) width 5: "\x{239C}"
    324 layer at (43,410) size 5x10 scrollHeight 15
     316    RenderText {mo} at (0,-3) size 5x17
     317      text run at (0,-3) width 5: "\x{239C}"
     318layer at (43,409) size 5x10 scrollHeight 14
    325319  RenderBlock {mo} at (0,40) size 5x10
    326     RenderText {mo} at (0,-2) size 5x17
    327       text run at (0,-2) width 5: "\x{239C}"
    328 layer at (43,420) size 5x10 scrollHeight 15
     320    RenderText {mo} at (0,-3) size 5x17
     321      text run at (0,-3) width 5: "\x{239C}"
     322layer at (43,419) size 5x10 scrollHeight 14
    329323  RenderBlock {mo} at (0,50) size 5x10
    330     RenderText {mo} at (0,-2) size 5x17
    331       text run at (0,-2) width 5: "\x{239C}"
    332 layer at (43,430) size 5x10 scrollHeight 15
     324    RenderText {mo} at (0,-3) size 5x17
     325      text run at (0,-3) width 5: "\x{239C}"
     326layer at (43,429) size 5x10 scrollHeight 14
    333327  RenderBlock {mo} at (0,60) size 5x10
    334     RenderText {mo} at (0,-2) size 5x17
    335       text run at (0,-2) width 5: "\x{239C}"
    336 layer at (43,440) size 5x10 scrollHeight 15
     328    RenderText {mo} at (0,-3) size 5x17
     329      text run at (0,-3) width 5: "\x{239C}"
     330layer at (43,439) size 5x10 scrollHeight 14
    337331  RenderBlock {mo} at (0,70) size 5x10
    338     RenderText {mo} at (0,-2) size 5x17
    339       text run at (0,-2) width 5: "\x{239C}"
    340 layer at (43,450) size 5x3 scrollHeight 15
     332    RenderText {mo} at (0,-3) size 5x17
     333      text run at (0,-3) width 5: "\x{239C}"
     334layer at (43,449) size 5x3 scrollHeight 14
    341335  RenderBlock {mo} at (0,80) size 5x3
    342     RenderText {mo} at (0,-2) size 5x17
    343       text run at (0,-2) width 5: "\x{239C}"
    344 layer at (43,453) size 5x12 scrollHeight 15
    345   RenderBlock {mo} at (0,83) size 5x12
    346 layer at (117,370) size 5x10 scrollHeight 15
    347   RenderBlock {mo} at (0,0) size 5x10
    348     RenderText {mo} at (0,-2) size 5x17
    349       text run at (0,-2) width 5: "\x{239E}"
    350 layer at (117,380) size 5x10 scrollHeight 15
    351   RenderBlock {mo} at (0,10) size 5x10
    352     RenderText {mo} at (0,-2) size 5x17
    353       text run at (0,-2) width 5: "\x{239F}"
    354 layer at (117,390) size 5x10 scrollHeight 15
    355   RenderBlock {mo} at (0,20) size 5x10
    356     RenderText {mo} at (0,-2) size 5x17
    357       text run at (0,-2) width 5: "\x{239F}"
    358 layer at (117,400) size 5x10 scrollHeight 15
     336    RenderText {mo} at (0,-3) size 5x17
     337      text run at (0,-3) width 5: "\x{239C}"
     338layer at (43,452) size 5x11 scrollHeight 14
     339  RenderBlock {mo} at (0,83) size 5x11
     340layer at (117,369) size 5x10 scrollHeight 15
     341  RenderBlock {mo} at (0,0) size 5x10
     342layer at (117,379) size 5x10 scrollHeight 14
     343  RenderBlock {mo} at (0,10) size 5x10
     344    RenderText {mo} at (0,-3) size 5x17
     345      text run at (0,-3) width 5: "\x{239F}"
     346layer at (117,389) size 5x10 scrollHeight 14
     347  RenderBlock {mo} at (0,20) size 5x10
     348    RenderText {mo} at (0,-3) size 5x17
     349      text run at (0,-3) width 5: "\x{239F}"
     350layer at (117,399) size 5x10 scrollHeight 14
    359351  RenderBlock {mo} at (0,30) size 5x10
    360     RenderText {mo} at (0,-2) size 5x17
    361       text run at (0,-2) width 5: "\x{239F}"
    362 layer at (117,410) size 5x10 scrollHeight 15
     352    RenderText {mo} at (0,-3) size 5x17
     353      text run at (0,-3) width 5: "\x{239F}"
     354layer at (117,409) size 5x10 scrollHeight 14
    363355  RenderBlock {mo} at (0,40) size 5x10
    364     RenderText {mo} at (0,-2) size 5x17
    365       text run at (0,-2) width 5: "\x{239F}"
    366 layer at (117,420) size 5x10 scrollHeight 15
     356    RenderText {mo} at (0,-3) size 5x17
     357      text run at (0,-3) width 5: "\x{239F}"
     358layer at (117,419) size 5x10 scrollHeight 14
    367359  RenderBlock {mo} at (0,50) size 5x10
    368     RenderText {mo} at (0,-2) size 5x17
    369       text run at (0,-2) width 5: "\x{239F}"
    370 layer at (117,430) size 5x10 scrollHeight 15
     360    RenderText {mo} at (0,-3) size 5x17
     361      text run at (0,-3) width 5: "\x{239F}"
     362layer at (117,429) size 5x10 scrollHeight 14
    371363  RenderBlock {mo} at (0,60) size 5x10
    372     RenderText {mo} at (0,-2) size 5x17
    373       text run at (0,-2) width 5: "\x{239F}"
    374 layer at (117,440) size 5x10 scrollHeight 15
     364    RenderText {mo} at (0,-3) size 5x17
     365      text run at (0,-3) width 5: "\x{239F}"
     366layer at (117,439) size 5x10 scrollHeight 14
    375367  RenderBlock {mo} at (0,70) size 5x10
    376     RenderText {mo} at (0,-2) size 5x17
    377       text run at (0,-2) width 5: "\x{239F}"
    378 layer at (117,450) size 5x3 scrollHeight 15
     368    RenderText {mo} at (0,-3) size 5x17
     369      text run at (0,-3) width 5: "\x{239F}"
     370layer at (117,449) size 5x3 scrollHeight 14
    379371  RenderBlock {mo} at (0,80) size 5x3
    380     RenderText {mo} at (0,-2) size 5x17
    381       text run at (0,-2) width 5: "\x{239F}"
    382 layer at (117,453) size 5x12 scrollHeight 15
    383   RenderBlock {mo} at (0,83) size 5x12
    384 layer at (36,481) size 5x10 scrollHeight 15
    385   RenderBlock {mo} at (0,0) size 5x10
    386     RenderText {mo} at (0,-2) size 5x17
    387       text run at (0,-2) width 5: "\x{23A1}"
    388 layer at (36,491) size 5x10 scrollHeight 15
    389   RenderBlock {mo} at (0,10) size 5x10
    390     RenderText {mo} at (0,-2) size 5x17
    391       text run at (0,-2) width 5: "\x{23A2}"
    392 layer at (36,501) size 5x10 scrollHeight 15
    393   RenderBlock {mo} at (0,20) size 5x10
    394     RenderText {mo} at (0,-2) size 5x17
    395       text run at (0,-2) width 5: "\x{23A2}"
    396 layer at (36,511) size 5x10 scrollHeight 15
     372    RenderText {mo} at (0,-3) size 5x17
     373      text run at (0,-3) width 5: "\x{239F}"
     374layer at (117,452) size 5x11 scrollHeight 14
     375  RenderBlock {mo} at (0,83) size 5x11
     376layer at (36,479) size 5x10 scrollHeight 15
     377  RenderBlock {mo} at (0,0) size 5x10
     378layer at (36,489) size 5x10 scrollHeight 14
     379  RenderBlock {mo} at (0,10) size 5x10
     380    RenderText {mo} at (0,-3) size 5x17
     381      text run at (0,-3) width 5: "\x{23A2}"
     382layer at (36,499) size 5x10 scrollHeight 14
     383  RenderBlock {mo} at (0,20) size 5x10
     384    RenderText {mo} at (0,-3) size 5x17
     385      text run at (0,-3) width 5: "\x{23A2}"
     386layer at (36,509) size 5x10 scrollHeight 14
    397387  RenderBlock {mo} at (0,30) size 5x10
    398     RenderText {mo} at (0,-2) size 5x17
    399       text run at (0,-2) width 5: "\x{23A2}"
    400 layer at (36,521) size 5x10 scrollHeight 15
     388    RenderText {mo} at (0,-3) size 5x17
     389      text run at (0,-3) width 5: "\x{23A2}"
     390layer at (36,519) size 5x10 scrollHeight 14
    401391  RenderBlock {mo} at (0,40) size 5x10
    402     RenderText {mo} at (0,-2) size 5x17
    403       text run at (0,-2) width 5: "\x{23A2}"
    404 layer at (36,531) size 5x10 scrollHeight 15
     392    RenderText {mo} at (0,-3) size 5x17
     393      text run at (0,-3) width 5: "\x{23A2}"
     394layer at (36,529) size 5x10 scrollHeight 14
    405395  RenderBlock {mo} at (0,50) size 5x10
    406     RenderText {mo} at (0,-2) size 5x17
    407       text run at (0,-2) width 5: "\x{23A2}"
    408 layer at (36,541) size 5x9 scrollHeight 15
     396    RenderText {mo} at (0,-3) size 5x17
     397      text run at (0,-3) width 5: "\x{23A2}"
     398layer at (36,539) size 5x9 scrollHeight 14
    409399  RenderBlock {mo} at (0,60) size 5x9
    410     RenderText {mo} at (0,-2) size 5x17
    411       text run at (0,-2) width 5: "\x{23A2}"
    412 layer at (36,550) size 5x12 scrollHeight 15
    413   RenderBlock {mo} at (0,69) size 5x12
    414 layer at (101,481) size 5x10 scrollHeight 15
    415   RenderBlock {mo} at (0,0) size 5x10
    416     RenderText {mo} at (0,-2) size 5x17
    417       text run at (0,-2) width 5: "\x{23A4}"
    418 layer at (101,491) size 5x10 scrollHeight 15
    419   RenderBlock {mo} at (0,10) size 5x10
    420     RenderText {mo} at (0,-2) size 5x17
    421       text run at (0,-2) width 5: "\x{23A5}"
    422 layer at (101,501) size 5x10 scrollHeight 15
    423   RenderBlock {mo} at (0,20) size 5x10
    424     RenderText {mo} at (0,-2) size 5x17
    425       text run at (0,-2) width 5: "\x{23A5}"
    426 layer at (101,511) size 5x10 scrollHeight 15
     400    RenderText {mo} at (0,-3) size 5x17
     401      text run at (0,-3) width 5: "\x{23A2}"
     402layer at (36,548) size 5x11 scrollHeight 14
     403  RenderBlock {mo} at (0,69) size 5x11
     404layer at (101,479) size 5x10 scrollHeight 15
     405  RenderBlock {mo} at (0,0) size 5x10
     406layer at (101,489) size 5x10 scrollHeight 14
     407  RenderBlock {mo} at (0,10) size 5x10
     408    RenderText {mo} at (0,-3) size 5x17
     409      text run at (0,-3) width 5: "\x{23A5}"
     410layer at (101,499) size 5x10 scrollHeight 14
     411  RenderBlock {mo} at (0,20) size 5x10
     412    RenderText {mo} at (0,-3) size 5x17
     413      text run at (0,-3) width 5: "\x{23A5}"
     414layer at (101,509) size 5x10 scrollHeight 14
    427415  RenderBlock {mo} at (0,30) size 5x10
    428     RenderText {mo} at (0,-2) size 5x17
    429       text run at (0,-2) width 5: "\x{23A5}"
    430 layer at (101,521) size 5x10 scrollHeight 15
     416    RenderText {mo} at (0,-3) size 5x17
     417      text run at (0,-3) width 5: "\x{23A5}"
     418layer at (101,519) size 5x10 scrollHeight 14
    431419  RenderBlock {mo} at (0,40) size 5x10
    432     RenderText {mo} at (0,-2) size 5x17
    433       text run at (0,-2) width 5: "\x{23A5}"
    434 layer at (101,531) size 5x10 scrollHeight 15
     420    RenderText {mo} at (0,-3) size 5x17
     421      text run at (0,-3) width 5: "\x{23A5}"
     422layer at (101,529) size 5x10 scrollHeight 14
    435423  RenderBlock {mo} at (0,50) size 5x10
    436     RenderText {mo} at (0,-2) size 5x17
    437       text run at (0,-2) width 5: "\x{23A5}"
    438 layer at (101,541) size 5x9 scrollHeight 15
     424    RenderText {mo} at (0,-3) size 5x17
     425      text run at (0,-3) width 5: "\x{23A5}"
     426layer at (101,539) size 5x9 scrollHeight 14
    439427  RenderBlock {mo} at (0,60) size 5x9
    440     RenderText {mo} at (0,-2) size 5x17
    441       text run at (0,-2) width 5: "\x{23A5}"
    442 layer at (101,550) size 5x12 scrollHeight 15
    443   RenderBlock {mo} at (0,69) size 5x12
    444 layer at (36,338) size 5x15 backgroundClip at (36,342) size 5x12 clip at (36,342) size 5x12 outlineClip at (36,342) size 5x12
    445   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    446     RenderText {mo} at (0,-2) size 5x17
    447       text run at (0,-2) width 5: "\x{239D}"
    448 layer at (89,338) size 5x15 backgroundClip at (89,342) size 5x12 clip at (89,342) size 5x12 outlineClip at (89,342) size 5x12
    449   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    450     RenderText {mo} at (0,-2) size 5x17
    451       text run at (0,-2) width 5: "\x{23A0}"
    452 layer at (43,449) size 5x15 backgroundClip at (43,453) size 5x12 clip at (43,453) size 5x12 outlineClip at (43,453) size 5x12
    453   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    454     RenderText {mo} at (0,-2) size 5x17
    455       text run at (0,-2) width 5: "\x{239D}"
    456 layer at (117,449) size 5x15 backgroundClip at (117,453) size 5x12 clip at (117,453) size 5x12 outlineClip at (117,453) size 5x12
    457   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    458     RenderText {mo} at (0,-2) size 5x17
    459       text run at (0,-2) width 5: "\x{23A0}"
    460 layer at (36,546) size 5x15 backgroundClip at (36,550) size 5x12 clip at (36,550) size 5x12 outlineClip at (36,550) size 5x12
    461   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    462     RenderText {mo} at (0,-2) size 5x17
    463       text run at (0,-2) width 5: "\x{23A3}"
    464 layer at (101,546) size 5x15 backgroundClip at (101,550) size 5x12 clip at (101,550) size 5x12 outlineClip at (101,550) size 5x12
    465   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    466     RenderText {mo} at (0,-2) size 5x17
    467       text run at (0,-2) width 5: "\x{23A6}"
     428    RenderText {mo} at (0,-3) size 5x17
     429      text run at (0,-3) width 5: "\x{23A5}"
     430layer at (101,548) size 5x11 scrollHeight 14
     431  RenderBlock {mo} at (0,69) size 5x11
     432layer at (36,309) size 5x14 backgroundClip at (36,308) size 5x10 clip at (36,308) size 5x10 outlineClip at (36,308) size 5x10
     433  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     434    RenderText {mo} at (0,-3) size 5x17
     435      text run at (0,-3) width 5: "\x{239B}"
     436layer at (36,339) size 5x14 backgroundClip at (36,342) size 5x11 clip at (36,342) size 5x11 outlineClip at (36,342) size 5x11
     437  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     438    RenderText {mo} at (0,-3) size 5x17
     439      text run at (0,-3) width 5: "\x{239D}"
     440layer at (89,309) size 5x14 backgroundClip at (89,308) size 5x10 clip at (89,308) size 5x10 outlineClip at (89,308) size 5x10
     441  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     442    RenderText {mo} at (0,-3) size 5x17
     443      text run at (0,-3) width 5: "\x{239E}"
     444layer at (89,339) size 5x14 backgroundClip at (89,342) size 5x11 clip at (89,342) size 5x11 outlineClip at (89,342) size 5x11
     445  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     446    RenderText {mo} at (0,-3) size 5x17
     447      text run at (0,-3) width 5: "\x{23A0}"
     448layer at (43,370) size 5x14 backgroundClip at (43,369) size 5x10 clip at (43,369) size 5x10 outlineClip at (43,369) size 5x10
     449  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     450    RenderText {mo} at (0,-3) size 5x17
     451      text run at (0,-3) width 5: "\x{239B}"
     452layer at (43,449) size 5x14 backgroundClip at (43,452) size 5x11 clip at (43,452) size 5x11 outlineClip at (43,452) size 5x11
     453  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     454    RenderText {mo} at (0,-3) size 5x17
     455      text run at (0,-3) width 5: "\x{239D}"
     456layer at (117,370) size 5x14 backgroundClip at (117,369) size 5x10 clip at (117,369) size 5x10 outlineClip at (117,369) size 5x10
     457  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     458    RenderText {mo} at (0,-3) size 5x17
     459      text run at (0,-3) width 5: "\x{239E}"
     460layer at (117,449) size 5x14 backgroundClip at (117,452) size 5x11 clip at (117,452) size 5x11 outlineClip at (117,452) size 5x11
     461  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     462    RenderText {mo} at (0,-3) size 5x17
     463      text run at (0,-3) width 5: "\x{23A0}"
     464layer at (36,480) size 5x14 backgroundClip at (36,479) size 5x10 clip at (36,479) size 5x10 outlineClip at (36,479) size 5x10
     465  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     466    RenderText {mo} at (0,-3) size 5x17
     467      text run at (0,-3) width 5: "\x{23A1}"
     468layer at (36,545) size 5x14 backgroundClip at (36,548) size 5x11 clip at (36,548) size 5x11 outlineClip at (36,548) size 5x11
     469  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     470    RenderText {mo} at (0,-3) size 5x17
     471      text run at (0,-3) width 5: "\x{23A3}"
     472layer at (101,480) size 5x14 backgroundClip at (101,479) size 5x10 clip at (101,479) size 5x10 outlineClip at (101,479) size 5x10
     473  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     474    RenderText {mo} at (0,-3) size 5x17
     475      text run at (0,-3) width 5: "\x{23A4}"
     476layer at (101,545) size 5x14 backgroundClip at (101,548) size 5x11 clip at (101,548) size 5x11 outlineClip at (101,548) size 5x11
     477  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     478    RenderText {mo} at (0,-3) size 5x17
     479      text run at (0,-3) width 5: "\x{23A6}"
  • trunk/LayoutTests/platform/mac/mathml/presentation/row-expected.checksum

    r61861 r64967  
    1 0d2a7ae7dbf7fe306d00b7257ba6911e
     11afc14fc06c74025c11125cc26899575
  • trunk/LayoutTests/platform/mac/mathml/presentation/row-expected.txt

    r61861 r64967  
    1 layer at (0,0) size 785x641
    2   RenderView at (0,0) size 785x600
    3 layer at (0,0) size 785x641
    4   RenderBlock {html} at (0,0) size 785x641
    5     RenderBody {body} at (8,16) size 769x609
    6       RenderBlock {p} at (0,0) size 769x19
     1layer at (0,0) size 800x600
     2  RenderView at (0,0) size 800x600
     3layer at (0,0) size 800x490
     4  RenderBlock {html} at (0,0) size 800x490
     5    RenderBody {body} at (8,16) size 784x458
     6      RenderBlock {p} at (0,0) size 784x19
    77        RenderBlock {math} at (0,0) size 26x19
    88          RenderInline {mi} at (0,0) size 7x16
     
    1717              text run at (17,3) width 8: "1"
    1818        RenderText {#text} at (0,0) size 0x0
    19       RenderBlock {p} at (0,35) size 769x21
     19      RenderBlock {p} at (0,35) size 784x21
    2020        RenderText {#text} at (0,2) size 40x18
    2121          text run at (0,2) width 40: "16px: "
     
    101101            RenderBlock {div} at (13,5) size 16x16 [bgcolor=#00FF00]
    102102        RenderText {#text} at (0,0) size 0x0
    103       RenderBlock {p} at (0,72) size 769x32
     103      RenderBlock {p} at (0,72) size 784x31
    104104        RenderText {#text} at (0,2) size 40x18
    105105          text run at (0,2) width 40: "24px: "
    106         RenderBlock {math} at (40,0) size 49x32
    107           RenderBlock {mrow} at (1,0) size 47x32
    108             RenderBlock {mo} at (1,1) size 7x31 [bgcolor=#C8C8C8]
     106        RenderBlock {math} at (40,0) size 49x31
     107          RenderBlock {mrow} at (1,0) size 47x31
     108            RenderBlock {mo} at (1,1) size 7x30 [bgcolor=#C8C8C8]
    109109            RenderInline {mi} at (0,0) size 7x16
    110110              RenderText {#text} at (8,6) size 7x16
    111111                text run at (8,6) width 7: "x"
    112112            RenderBlock {div} at (15,0) size 24x24 [bgcolor=#00FF00]
    113             RenderBlock {mo} at (39,1) size 7x31 [bgcolor=#C8C8C8]
     113            RenderBlock {mo} at (39,1) size 7x30 [bgcolor=#C8C8C8]
    114114        RenderText {#text} at (89,2) size 4x18
    115115          text run at (89,2) width 4: " "
    116         RenderBlock {math} at (93,0) size 45x31
    117           RenderBlock {mrow} at (1,0) size 43x31
    118             RenderBlock {mo} at (1,1) size 5x30 [bgcolor=#C8C8C8]
     116        RenderBlock {math} at (93,0) size 45x30
     117          RenderBlock {mrow} at (1,0) size 43x30
     118            RenderBlock {mo} at (1,1) size 5x29 [bgcolor=#C8C8C8]
    119119            RenderInline {mi} at (0,0) size 7x16
    120120              RenderText {#text} at (6,6) size 7x16
    121121                text run at (6,6) width 7: "x"
    122122            RenderBlock {div} at (13,0) size 24x24 [bgcolor=#00FF00]
    123             RenderBlock {mo} at (37,1) size 5x30 [bgcolor=#C8C8C8]
     123            RenderBlock {mo} at (37,1) size 5x29 [bgcolor=#C8C8C8]
    124124        RenderText {#text} at (138,2) size 4x18
    125125          text run at (138,2) width 4: " "
    126         RenderBlock {math} at (142,0) size 45x31
    127           RenderBlock {mrow} at (1,0) size 43x31
    128             RenderBlock {mo} at (1,1) size 5x30 [bgcolor=#C8C8C8]
     126        RenderBlock {math} at (142,0) size 45x30
     127          RenderBlock {mrow} at (1,0) size 43x30
     128            RenderBlock {mo} at (1,1) size 5x29 [bgcolor=#C8C8C8]
    129129            RenderInline {mi} at (0,0) size 7x16
    130130              RenderText {#text} at (6,6) size 7x16
    131131                text run at (6,6) width 7: "x"
    132132            RenderBlock {div} at (13,0) size 24x24 [bgcolor=#00FF00]
    133             RenderBlock {mo} at (37,1) size 5x30 [bgcolor=#C8C8C8]
     133            RenderBlock {mo} at (37,1) size 5x29 [bgcolor=#C8C8C8]
    134134        RenderText {#text} at (187,2) size 4x18
    135135          text run at (187,2) width 4: " "
    136         RenderBlock {math} at (191,0) size 51x31
    137           RenderBlock {mrow} at (1,0) size 49x31
    138             RenderBlock {mo} at (1,1) size 8x30 [bgcolor=#C8C8C8]
     136        RenderBlock {math} at (191,0) size 51x30
     137          RenderBlock {mrow} at (1,0) size 49x30
     138            RenderBlock {mo} at (1,1) size 8x29 [bgcolor=#C8C8C8]
    139139            RenderInline {mi} at (0,0) size 7x16
    140140              RenderText {#text} at (9,6) size 7x16
    141141                text run at (9,6) width 7: "x"
    142142            RenderBlock {div} at (16,0) size 24x24 [bgcolor=#00FF00]
    143             RenderBlock {mo} at (40,1) size 8x30 [bgcolor=#C8C8C8]
     143            RenderBlock {mo} at (40,1) size 8x29 [bgcolor=#C8C8C8]
    144144        RenderText {#text} at (242,2) size 4x18
    145145          text run at (242,2) width 4: " "
    146         RenderBlock {math} at (246,0) size 45x31
    147           RenderBlock {mrow} at (1,0) size 43x31
    148             RenderBlock {mo} at (1,1) size 10x30 [bgcolor=#C8C8C8]
     146        RenderBlock {math} at (246,0) size 45x30
     147          RenderBlock {mrow} at (1,0) size 43x30
     148            RenderBlock {mo} at (1,1) size 10x29 [bgcolor=#C8C8C8]
    149149            RenderInline {mi} at (0,0) size 7x16
    150150              RenderText {#text} at (11,6) size 7x16
     
    152152            RenderBlock {div} at (18,0) size 24x24 [bgcolor=#00FF00]
    153153        RenderText {#text} at (0,0) size 0x0
    154       RenderBlock {p} at (0,120) size 769x40
     154      RenderBlock {p} at (0,119) size 784x39
    155155        RenderText {#text} at (0,8) size 40x18
    156156          text run at (0,8) width 40: "32px: "
    157         RenderBlock {math} at (40,0) size 57x40
    158           RenderBlock {mrow} at (1,0) size 55x40
    159             RenderBlock {mo} at (1,0) size 7x40 [bgcolor=#C8C8C8]
     157        RenderBlock {math} at (40,0) size 57x39
     158          RenderBlock {mrow} at (1,0) size 55x39
     159            RenderBlock {mo} at (1,0) size 7x39 [bgcolor=#C8C8C8]
    160160            RenderInline {mi} at (0,0) size 7x16
    161161              RenderText {#text} at (8,11) size 7x16
    162162                text run at (8,11) width 7: "x"
    163163            RenderBlock {div} at (15,0) size 32x32 [bgcolor=#00FF00]
    164             RenderBlock {mo} at (47,0) size 7x40 [bgcolor=#C8C8C8]
     164            RenderBlock {mo} at (47,0) size 7x39 [bgcolor=#C8C8C8]
    165165        RenderText {#text} at (97,8) size 4x18
    166166          text run at (97,8) width 4: " "
    167         RenderBlock {math} at (101,0) size 53x40
    168           RenderBlock {mrow} at (1,0) size 51x40
    169             RenderBlock {mo} at (1,0) size 5x40 [bgcolor=#C8C8C8]
     167        RenderBlock {math} at (101,0) size 53x39
     168          RenderBlock {mrow} at (1,0) size 51x39
     169            RenderBlock {mo} at (1,0) size 5x39 [bgcolor=#C8C8C8]
    170170            RenderInline {mi} at (0,0) size 7x16
    171171              RenderText {#text} at (6,11) size 7x16
    172172                text run at (6,11) width 7: "x"
    173173            RenderBlock {div} at (13,0) size 32x32 [bgcolor=#00FF00]
    174             RenderBlock {mo} at (45,0) size 5x40 [bgcolor=#C8C8C8]
     174            RenderBlock {mo} at (45,0) size 5x39 [bgcolor=#C8C8C8]
    175175        RenderText {#text} at (154,8) size 4x18
    176176          text run at (154,8) width 4: " "
    177         RenderBlock {math} at (158,0) size 53x40
    178           RenderBlock {mrow} at (1,0) size 51x40
    179             RenderBlock {mo} at (1,0) size 5x40 [bgcolor=#C8C8C8]
     177        RenderBlock {math} at (158,0) size 53x39
     178          RenderBlock {mrow} at (1,0) size 51x39
     179            RenderBlock {mo} at (1,0) size 5x39 [bgcolor=#C8C8C8]
    180180            RenderInline {mi} at (0,0) size 7x16
    181181              RenderText {#text} at (6,11) size 7x16
    182182                text run at (6,11) width 7: "x"
    183183            RenderBlock {div} at (13,0) size 32x32 [bgcolor=#00FF00]
    184             RenderBlock {mo} at (45,0) size 5x40 [bgcolor=#C8C8C8]
     184            RenderBlock {mo} at (45,0) size 5x39 [bgcolor=#C8C8C8]
    185185        RenderText {#text} at (211,8) size 4x18
    186186          text run at (211,8) width 4: " "
    187         RenderBlock {math} at (215,0) size 59x40
    188           RenderBlock {mrow} at (1,0) size 57x40
    189             RenderBlock {mo} at (1,0) size 8x40 [bgcolor=#C8C8C8]
     187        RenderBlock {math} at (215,0) size 59x39
     188          RenderBlock {mrow} at (1,0) size 57x39
     189            RenderBlock {mo} at (1,0) size 8x39 [bgcolor=#C8C8C8]
    190190            RenderInline {mi} at (0,0) size 7x16
    191191              RenderText {#text} at (9,11) size 7x16
    192192                text run at (9,11) width 7: "x"
    193193            RenderBlock {div} at (16,0) size 32x32 [bgcolor=#00FF00]
    194             RenderBlock {mo} at (48,0) size 8x40 [bgcolor=#C8C8C8]
     194            RenderBlock {mo} at (48,0) size 8x39 [bgcolor=#C8C8C8]
    195195        RenderText {#text} at (274,8) size 4x18
    196196          text run at (274,8) width 4: " "
    197         RenderBlock {math} at (278,0) size 53x40
    198           RenderBlock {mrow} at (1,0) size 51x40
    199             RenderBlock {mo} at (1,0) size 10x40 [bgcolor=#C8C8C8]
     197        RenderBlock {math} at (278,0) size 53x39
     198          RenderBlock {mrow} at (1,0) size 51x39
     199            RenderBlock {mo} at (1,0) size 10x39 [bgcolor=#C8C8C8]
    200200            RenderInline {mi} at (0,0) size 7x16
    201201              RenderText {#text} at (11,11) size 7x16
     
    203203            RenderBlock {div} at (18,0) size 32x32 [bgcolor=#00FF00]
    204204        RenderText {#text} at (0,0) size 0x0
    205       RenderBlock {p} at (0,176) size 769x59
     205      RenderBlock {p} at (0,174) size 784x58
    206206        RenderText {#text} at (0,19) size 40x18
    207207          text run at (0,19) width 40: "48px: "
    208         RenderBlock {math} at (40,0) size 73x59
    209           RenderBlock {mrow} at (1,0) size 71x59
    210             RenderBlock {mo} at (1,0) size 7x59 [bgcolor=#C8C8C8]
     208        RenderBlock {math} at (40,0) size 73x58
     209          RenderBlock {mrow} at (1,0) size 71x58
     210            RenderBlock {mo} at (1,0) size 7x58 [bgcolor=#C8C8C8]
    211211            RenderInline {mi} at (0,0) size 7x16
    212212              RenderText {#text} at (8,22) size 7x16
    213213                text run at (8,22) width 7: "x"
    214214            RenderBlock {div} at (15,0) size 48x48 [bgcolor=#00FF00]
    215             RenderBlock {mo} at (63,0) size 7x59 [bgcolor=#C8C8C8]
     215            RenderBlock {mo} at (63,0) size 7x58 [bgcolor=#C8C8C8]
    216216        RenderText {#text} at (113,19) size 4x18
    217217          text run at (113,19) width 4: " "
    218         RenderBlock {math} at (117,0) size 69x59
    219           RenderBlock {mrow} at (1,0) size 67x59
    220             RenderBlock {mo} at (1,0) size 5x59 [bgcolor=#C8C8C8]
     218        RenderBlock {math} at (117,0) size 69x58
     219          RenderBlock {mrow} at (1,0) size 67x58
     220            RenderBlock {mo} at (1,0) size 5x58 [bgcolor=#C8C8C8]
    221221            RenderInline {mi} at (0,0) size 7x16
    222222              RenderText {#text} at (6,22) size 7x16
    223223                text run at (6,22) width 7: "x"
    224224            RenderBlock {div} at (13,0) size 48x48 [bgcolor=#00FF00]
    225             RenderBlock {mo} at (61,0) size 5x59 [bgcolor=#C8C8C8]
     225            RenderBlock {mo} at (61,0) size 5x58 [bgcolor=#C8C8C8]
    226226        RenderText {#text} at (186,19) size 4x18
    227227          text run at (186,19) width 4: " "
    228         RenderBlock {math} at (190,0) size 69x59
    229           RenderBlock {mrow} at (1,0) size 67x59
    230             RenderBlock {mo} at (1,0) size 5x59 [bgcolor=#C8C8C8]
     228        RenderBlock {math} at (190,0) size 69x58
     229          RenderBlock {mrow} at (1,0) size 67x58
     230            RenderBlock {mo} at (1,0) size 5x58 [bgcolor=#C8C8C8]
    231231            RenderInline {mi} at (0,0) size 7x16
    232232              RenderText {#text} at (6,22) size 7x16
    233233                text run at (6,22) width 7: "x"
    234234            RenderBlock {div} at (13,0) size 48x48 [bgcolor=#00FF00]
    235             RenderBlock {mo} at (61,0) size 5x59 [bgcolor=#C8C8C8]
     235            RenderBlock {mo} at (61,0) size 5x58 [bgcolor=#C8C8C8]
    236236        RenderText {#text} at (259,19) size 4x18
    237237          text run at (259,19) width 4: " "
    238         RenderBlock {math} at (263,0) size 75x59
    239           RenderBlock {mrow} at (1,0) size 73x59
    240             RenderBlock {mo} at (1,0) size 8x59 [bgcolor=#C8C8C8]
     238        RenderBlock {math} at (263,0) size 75x58
     239          RenderBlock {mrow} at (1,0) size 73x58
     240            RenderBlock {mo} at (1,0) size 8x58 [bgcolor=#C8C8C8]
    241241            RenderInline {mi} at (0,0) size 7x16
    242242              RenderText {#text} at (9,22) size 7x16
    243243                text run at (9,22) width 7: "x"
    244244            RenderBlock {div} at (16,0) size 48x48 [bgcolor=#00FF00]
    245             RenderBlock {mo} at (64,0) size 8x59 [bgcolor=#C8C8C8]
     245            RenderBlock {mo} at (64,0) size 8x58 [bgcolor=#C8C8C8]
    246246        RenderText {#text} at (338,19) size 4x18
    247247          text run at (338,19) width 4: " "
    248         RenderBlock {math} at (342,0) size 69x59
    249           RenderBlock {mrow} at (1,0) size 67x59
    250             RenderBlock {mo} at (1,0) size 10x59 [bgcolor=#C8C8C8]
     248        RenderBlock {math} at (342,0) size 69x58
     249          RenderBlock {mrow} at (1,0) size 67x58
     250            RenderBlock {mo} at (1,0) size 10x58 [bgcolor=#C8C8C8]
    251251            RenderInline {mi} at (0,0) size 7x16
    252252              RenderText {#text} at (11,22) size 7x16
     
    254254            RenderBlock {div} at (18,0) size 48x48 [bgcolor=#00FF00]
    255255        RenderText {#text} at (0,0) size 0x0
    256       RenderBlock {p} at (0,251) size 769x292
     256      RenderBlock {p} at (0,248) size 784x145
    257257        RenderText {#text} at (0,70) size 48x18
    258258          text run at (0,70) width 48: "120px: "
    259         RenderBlock {math} at (48,0) size 145x146
    260           RenderBlock {mrow} at (1,0) size 143x146
    261             RenderBlock {mo} at (1,0) size 7x146 [bgcolor=#C8C8C8]
     259        RenderBlock {math} at (48,0) size 73x145
     260          RenderBlock {mrow} at (1,0) size 71x145
     261            RenderBlock {mo} at (1,0) size 7x145 [bgcolor=#C8C8C8]
    262262            RenderInline {mi} at (0,0) size 7x16
    263263              RenderText {#text} at (8,73) size 7x16
    264264                text run at (8,73) width 7: "x"
    265             RenderBlock {div} at (15,3) size 120x120 [bgcolor=#00FF00]
    266             RenderBlock {mo} at (135,0) size 7x146 [bgcolor=#C8C8C8]
    267         RenderText {#text} at (193,70) size 4x18
    268           text run at (193,70) width 4: " "
    269         RenderBlock {math} at (197,0) size 141x146
    270           RenderBlock {mrow} at (1,0) size 139x146
    271             RenderBlock {mo} at (1,0) size 5x146 [bgcolor=#C8C8C8]
     265            RenderBlock {div} at (15,3) size 48x120 [bgcolor=#00FF00]
     266            RenderBlock {mo} at (63,0) size 7x145 [bgcolor=#C8C8C8]
     267        RenderText {#text} at (121,70) size 4x18
     268          text run at (121,70) width 4: " "
     269        RenderBlock {math} at (125,0) size 69x145
     270          RenderBlock {mrow} at (1,0) size 67x145
     271            RenderBlock {mo} at (1,0) size 5x145 [bgcolor=#C8C8C8]
    272272            RenderInline {mi} at (0,0) size 7x16
    273273              RenderText {#text} at (6,73) size 7x16
    274274                text run at (6,73) width 7: "x"
    275             RenderBlock {div} at (13,3) size 120x120 [bgcolor=#00FF00]
    276             RenderBlock {mo} at (133,0) size 5x146 [bgcolor=#C8C8C8]
    277         RenderText {#text} at (338,70) size 4x18
    278           text run at (338,70) width 4: " "
    279         RenderBlock {math} at (342,0) size 141x146
    280           RenderBlock {mrow} at (1,0) size 139x146
    281             RenderBlock {mo} at (1,0) size 5x146 [bgcolor=#C8C8C8]
     275            RenderBlock {div} at (13,3) size 48x120 [bgcolor=#00FF00]
     276            RenderBlock {mo} at (61,0) size 5x145 [bgcolor=#C8C8C8]
     277        RenderText {#text} at (194,70) size 4x18
     278          text run at (194,70) width 4: " "
     279        RenderBlock {math} at (198,0) size 69x145
     280          RenderBlock {mrow} at (1,0) size 67x145
     281            RenderBlock {mo} at (1,0) size 5x145 [bgcolor=#C8C8C8]
    282282            RenderInline {mi} at (0,0) size 7x16
    283283              RenderText {#text} at (6,73) size 7x16
    284284                text run at (6,73) width 7: "x"
    285             RenderBlock {div} at (13,3) size 120x120 [bgcolor=#00FF00]
    286             RenderBlock {mo} at (133,0) size 5x146 [bgcolor=#C8C8C8]
    287         RenderText {#text} at (483,70) size 4x18
    288           text run at (483,70) width 4: " "
    289         RenderBlock {math} at (487,0) size 147x146
    290           RenderBlock {mrow} at (1,0) size 145x146
    291             RenderBlock {mo} at (1,0) size 8x146 [bgcolor=#C8C8C8]
     285            RenderBlock {div} at (13,3) size 48x120 [bgcolor=#00FF00]
     286            RenderBlock {mo} at (61,0) size 5x145 [bgcolor=#C8C8C8]
     287        RenderText {#text} at (267,70) size 4x18
     288          text run at (267,70) width 4: " "
     289        RenderBlock {math} at (271,0) size 75x145
     290          RenderBlock {mrow} at (1,0) size 73x145
     291            RenderBlock {mo} at (1,0) size 8x145 [bgcolor=#C8C8C8]
    292292            RenderInline {mi} at (0,0) size 7x16
    293293              RenderText {#text} at (9,73) size 7x16
    294294                text run at (9,73) width 7: "x"
    295             RenderBlock {div} at (16,3) size 120x120 [bgcolor=#00FF00]
    296             RenderBlock {mo} at (136,0) size 8x146 [bgcolor=#C8C8C8]
    297         RenderText {#text} at (634,70) size 4x18
    298           text run at (634,70) width 4: " "
    299         RenderBlock {math} at (0,146) size 141x146
    300           RenderBlock {mrow} at (1,0) size 139x146
    301             RenderBlock {mo} at (1,0) size 10x146 [bgcolor=#C8C8C8]
     295            RenderBlock {div} at (16,3) size 48x120 [bgcolor=#00FF00]
     296            RenderBlock {mo} at (64,0) size 8x145 [bgcolor=#C8C8C8]
     297        RenderText {#text} at (346,70) size 4x18
     298          text run at (346,70) width 4: " "
     299        RenderBlock {math} at (350,0) size 69x145
     300          RenderBlock {mrow} at (1,0) size 67x145
     301            RenderBlock {mo} at (1,0) size 10x145 [bgcolor=#C8C8C8]
    302302            RenderInline {mi} at (0,0) size 7x16
    303303              RenderText {#text} at (11,73) size 7x16
    304304                text run at (11,73) width 7: "x"
    305             RenderBlock {div} at (18,3) size 120x120 [bgcolor=#00FF00]
     305            RenderBlock {div} at (18,3) size 48x120 [bgcolor=#00FF00]
    306306        RenderText {#text} at (0,0) size 0x0
    307       RenderBlock {p} at (0,559) size 769x50
    308         RenderBlock {math} at (0,0) size 153x50
    309           RenderBlock {mrow} at (1,0) size 151x50
    310             RenderBlock {mo} at (1,0) size 5x50 [bgcolor=#C8C8C8]
     307      RenderBlock {p} at (0,409) size 784x49
     308        RenderBlock {math} at (0,0) size 153x49
     309          RenderBlock {mrow} at (1,0) size 151x49
     310            RenderBlock {mo} at (1,0) size 5x49 [bgcolor=#C8C8C8]
    311311            RenderInline {mi} at (0,0) size 7x16
    312312              RenderText {#text} at (6,17) size 7x16
     
    327327                  text run at (0,16) width 4: ","
    328328            RenderBlock {div} at (105,1) size 40x40 [bgcolor=#00FF00]
    329             RenderBlock {mo} at (145,0) size 5x50 [bgcolor=#C8C8C8]
     329            RenderBlock {mo} at (145,0) size 5x49 [bgcolor=#C8C8C8]
    330330        RenderText {#text} at (0,0) size 0x0
    331331layer at (50,89) size 7x9 scrollHeight 15
    332332  RenderBlock {mo} at (0,0) size 7x9
    333     RenderText {mo} at (0,-2) size 7x17
    334       text run at (0,-2) width 7: "\x{23A7}"
    335 layer at (50,98) size 7x10 scrollHeight 15
     333layer at (50,98) size 7x10 scrollHeight 14
    336334  RenderBlock {mo} at (0,9) size 7x10
    337 layer at (50,108) size 7x12 scrollHeight 15
    338   RenderBlock {mo} at (0,19) size 7x12
     335layer at (50,108) size 7x11 scrollHeight 14
     336  RenderBlock {mo} at (0,19) size 7x11
    339337layer at (88,89) size 7x9 scrollHeight 15
    340338  RenderBlock {mo} at (0,0) size 7x9
    341     RenderText {mo} at (0,-2) size 7x17
    342       text run at (0,-2) width 7: "\x{23AB}"
    343 layer at (88,98) size 7x10 scrollHeight 15
     339layer at (88,98) size 7x10 scrollHeight 14
    344340  RenderBlock {mo} at (0,9) size 7x10
    345 layer at (88,108) size 7x12 scrollHeight 15
    346   RenderBlock {mo} at (0,19) size 7x12
     341layer at (88,108) size 7x11 scrollHeight 14
     342  RenderBlock {mo} at (0,19) size 7x11
    347343layer at (103,89) size 5x10 scrollHeight 15
    348344  RenderBlock {mo} at (0,0) size 5x10
    349     RenderText {mo} at (0,-2) size 5x17
    350       text run at (0,-2) width 5: "\x{23A1}"
    351 layer at (103,99) size 5x8 scrollHeight 15
     345layer at (103,99) size 5x8 scrollHeight 14
    352346  RenderBlock {mo} at (0,10) size 5x8
    353     RenderText {mo} at (0,-2) size 5x17
    354       text run at (0,-2) width 5: "\x{23A2}"
    355 layer at (103,107) size 5x12 scrollHeight 15
    356   RenderBlock {mo} at (0,18) size 5x12
     347    RenderText {mo} at (0,-3) size 5x17
     348      text run at (0,-3) width 5: "\x{23A2}"
     349layer at (103,107) size 5x11 scrollHeight 14
     350  RenderBlock {mo} at (0,18) size 5x11
    357351layer at (139,89) size 5x10 scrollHeight 15
    358352  RenderBlock {mo} at (0,0) size 5x10
    359     RenderText {mo} at (0,-2) size 5x17
    360       text run at (0,-2) width 5: "\x{23A4}"
    361 layer at (139,99) size 5x8 scrollHeight 15
     353layer at (139,99) size 5x8 scrollHeight 14
    362354  RenderBlock {mo} at (0,10) size 5x8
    363     RenderText {mo} at (0,-2) size 5x17
    364       text run at (0,-2) width 5: "\x{23A5}"
    365 layer at (139,107) size 5x12 scrollHeight 15
    366   RenderBlock {mo} at (0,18) size 5x12
     355    RenderText {mo} at (0,-3) size 5x17
     356      text run at (0,-3) width 5: "\x{23A5}"
     357layer at (139,107) size 5x11 scrollHeight 14
     358  RenderBlock {mo} at (0,18) size 5x11
    367359layer at (152,89) size 5x10 scrollHeight 15
    368360  RenderBlock {mo} at (0,0) size 5x10
    369     RenderText {mo} at (0,-2) size 5x17
    370       text run at (0,-2) width 5: "\x{239B}"
    371 layer at (152,99) size 5x8 scrollHeight 15
     361layer at (152,99) size 5x8 scrollHeight 14
    372362  RenderBlock {mo} at (0,10) size 5x8
    373     RenderText {mo} at (0,-2) size 5x17
    374       text run at (0,-2) width 5: "\x{239C}"
    375 layer at (152,107) size 5x12 scrollHeight 15
    376   RenderBlock {mo} at (0,18) size 5x12
     363    RenderText {mo} at (0,-3) size 5x17
     364      text run at (0,-3) width 5: "\x{239C}"
     365layer at (152,107) size 5x11 scrollHeight 14
     366  RenderBlock {mo} at (0,18) size 5x11
    377367layer at (188,89) size 5x10 scrollHeight 15
    378368  RenderBlock {mo} at (0,0) size 5x10
    379     RenderText {mo} at (0,-2) size 5x17
    380       text run at (0,-2) width 5: "\x{239E}"
    381 layer at (188,99) size 5x8 scrollHeight 15
     369layer at (188,99) size 5x8 scrollHeight 14
    382370  RenderBlock {mo} at (0,10) size 5x8
    383     RenderText {mo} at (0,-2) size 5x17
    384       text run at (0,-2) width 5: "\x{239F}"
    385 layer at (188,107) size 5x12 scrollHeight 15
    386   RenderBlock {mo} at (0,18) size 5x12
     371    RenderText {mo} at (0,-3) size 5x17
     372      text run at (0,-3) width 5: "\x{239F}"
     373layer at (188,107) size 5x11 scrollHeight 14
     374  RenderBlock {mo} at (0,18) size 5x11
    387375layer at (201,89) size 8x10 scrollHeight 15
    388376  RenderBlock {mo} at (0,0) size 8x10
    389     RenderText {mo} at (0,-2) size 8x17
    390       text run at (0,-2) width 8: "\x{23D0}"
    391 layer at (201,99) size 8x8 scrollHeight 15
     377layer at (201,99) size 8x8 scrollHeight 14
    392378  RenderBlock {mo} at (0,10) size 8x8
    393     RenderText {mo} at (0,-2) size 8x17
    394       text run at (0,-2) width 8: "\x{23D0}"
    395 layer at (201,107) size 8x12 scrollHeight 15
    396   RenderBlock {mo} at (0,18) size 8x12
     379    RenderText {mo} at (0,-3) size 8x17
     380      text run at (0,-3) width 8: "\x{23D0}"
     381layer at (201,107) size 8x11 scrollHeight 14
     382  RenderBlock {mo} at (0,18) size 8x11
    397383layer at (240,89) size 8x10 scrollHeight 15
    398384  RenderBlock {mo} at (0,0) size 8x10
    399     RenderText {mo} at (0,-2) size 8x17
    400       text run at (0,-2) width 8: "\x{23D0}"
    401 layer at (240,99) size 8x8 scrollHeight 15
     385layer at (240,99) size 8x8 scrollHeight 14
    402386  RenderBlock {mo} at (0,10) size 8x8
    403     RenderText {mo} at (0,-2) size 8x17
    404       text run at (0,-2) width 8: "\x{23D0}"
    405 layer at (240,107) size 8x12 scrollHeight 15
    406   RenderBlock {mo} at (0,18) size 8x12
     387    RenderText {mo} at (0,-3) size 8x17
     388      text run at (0,-3) width 8: "\x{23D0}"
     389layer at (240,107) size 8x11 scrollHeight 14
     390  RenderBlock {mo} at (0,18) size 8x11
    407391layer at (256,89) size 10x10 scrollHeight 15
    408392  RenderBlock {mo} at (0,0) size 10x10
    409     RenderText {mo} at (0,-2) size 10x17
    410       text run at (0,-2) width 10: "\x{2320}"
    411 layer at (256,99) size 10x8 scrollHeight 15
     393layer at (256,99) size 10x8 scrollHeight 14
    412394  RenderBlock {mo} at (0,10) size 10x8
    413     RenderText {mo} at (0,-2) size 10x17
    414       text run at (0,-2) width 10: "\x{23AE}"
    415 layer at (256,107) size 10x12 scrollHeight 15
    416   RenderBlock {mo} at (0,18) size 10x12
    417 layer at (50,136) size 7x10 scrollHeight 15
     395    RenderText {mo} at (0,-3) size 10x17
     396      text run at (0,-3) width 10: "\x{23AE}"
     397layer at (256,107) size 10x11 scrollHeight 14
     398  RenderBlock {mo} at (0,18) size 10x11
     399layer at (50,135) size 7x10 scrollHeight 15
    418400  RenderBlock {mo} at (0,0) size 7x10
    419     RenderText {mo} at (0,-2) size 7x17
    420       text run at (0,-2) width 7: "\x{23A7}"
    421 layer at (50,146) size 7x4 scrollHeight 15
     401layer at (50,145) size 7x4 scrollHeight 14
    422402  RenderBlock {mo} at (0,10) size 7x4
    423     RenderText {mo} at (0,-2) size 7x17
    424       text run at (0,-2) width 7: "\x{23AA}"
    425 layer at (50,150) size 7x10 scrollHeight 15
     403    RenderText {mo} at (0,-3) size 7x17
     404      text run at (0,-3) width 7: "\x{23AA}"
     405layer at (50,149) size 7x10 scrollHeight 14
    426406  RenderBlock {mo} at (0,14) size 7x10
    427 layer at (50,160) size 7x4 scrollHeight 15
     407layer at (50,159) size 7x4 scrollHeight 14
    428408  RenderBlock {mo} at (0,24) size 7x4
    429     RenderText {mo} at (0,-2) size 7x17
    430       text run at (0,-2) width 7: "\x{23AA}"
    431 layer at (50,164) size 7x12 scrollHeight 15
    432   RenderBlock {mo} at (0,28) size 7x12
    433 layer at (96,136) size 7x10 scrollHeight 15
     409    RenderText {mo} at (0,-3) size 7x17
     410      text run at (0,-3) width 7: "\x{23AA}"
     411layer at (50,163) size 7x11 scrollHeight 14
     412  RenderBlock {mo} at (0,28) size 7x11
     413layer at (96,135) size 7x10 scrollHeight 15
    434414  RenderBlock {mo} at (0,0) size 7x10
    435     RenderText {mo} at (0,-2) size 7x17
    436       text run at (0,-2) width 7: "\x{23AB}"
    437 layer at (96,146) size 7x4 scrollHeight 15
     415layer at (96,145) size 7x4 scrollHeight 14
    438416  RenderBlock {mo} at (0,10) size 7x4
    439     RenderText {mo} at (0,-2) size 7x17
    440       text run at (0,-2) width 7: "\x{23AA}"
    441 layer at (96,150) size 7x10 scrollHeight 15
     417    RenderText {mo} at (0,-3) size 7x17
     418      text run at (0,-3) width 7: "\x{23AA}"
     419layer at (96,149) size 7x10 scrollHeight 14
    442420  RenderBlock {mo} at (0,14) size 7x10
    443 layer at (96,160) size 7x4 scrollHeight 15
     421layer at (96,159) size 7x4 scrollHeight 14
    444422  RenderBlock {mo} at (0,24) size 7x4
    445     RenderText {mo} at (0,-2) size 7x17
    446       text run at (0,-2) width 7: "\x{23AA}"
    447 layer at (96,164) size 7x12 scrollHeight 15
    448   RenderBlock {mo} at (0,28) size 7x12
    449 layer at (111,136) size 5x10 scrollHeight 15
    450   RenderBlock {mo} at (0,0) size 5x10
    451     RenderText {mo} at (0,-2) size 5x17
    452       text run at (0,-2) width 5: "\x{23A1}"
    453 layer at (111,146) size 5x10 scrollHeight 15
     423    RenderText {mo} at (0,-3) size 7x17
     424      text run at (0,-3) width 7: "\x{23AA}"
     425layer at (96,163) size 7x11 scrollHeight 14
     426  RenderBlock {mo} at (0,28) size 7x11
     427layer at (111,135) size 5x10 scrollHeight 15
     428  RenderBlock {mo} at (0,0) size 5x10
     429layer at (111,145) size 5x10 scrollHeight 14
    454430  RenderBlock {mo} at (0,10) size 5x10
    455     RenderText {mo} at (0,-2) size 5x17
    456       text run at (0,-2) width 5: "\x{23A2}"
    457 layer at (111,156) size 5x8 scrollHeight 15
     431    RenderText {mo} at (0,-3) size 5x17
     432      text run at (0,-3) width 5: "\x{23A2}"
     433layer at (111,155) size 5x8 scrollHeight 14
    458434  RenderBlock {mo} at (0,20) size 5x8
    459     RenderText {mo} at (0,-2) size 5x17
    460       text run at (0,-2) width 5: "\x{23A2}"
    461 layer at (111,164) size 5x12 scrollHeight 15
    462   RenderBlock {mo} at (0,28) size 5x12
    463 layer at (155,136) size 5x10 scrollHeight 15
    464   RenderBlock {mo} at (0,0) size 5x10
    465     RenderText {mo} at (0,-2) size 5x17
    466       text run at (0,-2) width 5: "\x{23A4}"
    467 layer at (155,146) size 5x10 scrollHeight 15
     435    RenderText {mo} at (0,-3) size 5x17
     436      text run at (0,-3) width 5: "\x{23A2}"
     437layer at (111,163) size 5x11 scrollHeight 14
     438  RenderBlock {mo} at (0,28) size 5x11
     439layer at (155,135) size 5x10 scrollHeight 15
     440  RenderBlock {mo} at (0,0) size 5x10
     441layer at (155,145) size 5x10 scrollHeight 14
    468442  RenderBlock {mo} at (0,10) size 5x10
    469     RenderText {mo} at (0,-2) size 5x17
    470       text run at (0,-2) width 5: "\x{23A5}"
    471 layer at (155,156) size 5x8 scrollHeight 15
     443    RenderText {mo} at (0,-3) size 5x17
     444      text run at (0,-3) width 5: "\x{23A5}"
     445layer at (155,155) size 5x8 scrollHeight 14
    472446  RenderBlock {mo} at (0,20) size 5x8
    473     RenderText {mo} at (0,-2) size 5x17
    474       text run at (0,-2) width 5: "\x{23A5}"
    475 layer at (155,164) size 5x12 scrollHeight 15
    476   RenderBlock {mo} at (0,28) size 5x12
    477 layer at (168,136) size 5x10 scrollHeight 15
    478   RenderBlock {mo} at (0,0) size 5x10
    479     RenderText {mo} at (0,-2) size 5x17
    480       text run at (0,-2) width 5: "\x{239B}"
    481 layer at (168,146) size 5x10 scrollHeight 15
     447    RenderText {mo} at (0,-3) size 5x17
     448      text run at (0,-3) width 5: "\x{23A5}"
     449layer at (155,163) size 5x11 scrollHeight 14
     450  RenderBlock {mo} at (0,28) size 5x11
     451layer at (168,135) size 5x10 scrollHeight 15
     452  RenderBlock {mo} at (0,0) size 5x10
     453layer at (168,145) size 5x10 scrollHeight 14
    482454  RenderBlock {mo} at (0,10) size 5x10
    483     RenderText {mo} at (0,-2) size 5x17
    484       text run at (0,-2) width 5: "\x{239C}"
    485 layer at (168,156) size 5x8 scrollHeight 15
     455    RenderText {mo} at (0,-3) size 5x17
     456      text run at (0,-3) width 5: "\x{239C}"
     457layer at (168,155) size 5x8 scrollHeight 14
    486458  RenderBlock {mo} at (0,20) size 5x8
    487     RenderText {mo} at (0,-2) size 5x17
    488       text run at (0,-2) width 5: "\x{239C}"
    489 layer at (168,164) size 5x12 scrollHeight 15
    490   RenderBlock {mo} at (0,28) size 5x12
    491 layer at (212,136) size 5x10 scrollHeight 15
    492   RenderBlock {mo} at (0,0) size 5x10
    493     RenderText {mo} at (0,-2) size 5x17
    494       text run at (0,-2) width 5: "\x{239E}"
    495 layer at (212,146) size 5x10 scrollHeight 15
     459    RenderText {mo} at (0,-3) size 5x17
     460      text run at (0,-3) width 5: "\x{239C}"
     461layer at (168,163) size 5x11 scrollHeight 14
     462  RenderBlock {mo} at (0,28) size 5x11
     463layer at (212,135) size 5x10 scrollHeight 15
     464  RenderBlock {mo} at (0,0) size 5x10
     465layer at (212,145) size 5x10 scrollHeight 14
    496466  RenderBlock {mo} at (0,10) size 5x10
    497     RenderText {mo} at (0,-2) size 5x17
    498       text run at (0,-2) width 5: "\x{239F}"
    499 layer at (212,156) size 5x8 scrollHeight 15
     467    RenderText {mo} at (0,-3) size 5x17
     468      text run at (0,-3) width 5: "\x{239F}"
     469layer at (212,155) size 5x8 scrollHeight 14
    500470  RenderBlock {mo} at (0,20) size 5x8
    501     RenderText {mo} at (0,-2) size 5x17
    502       text run at (0,-2) width 5: "\x{239F}"
    503 layer at (212,164) size 5x12 scrollHeight 15
    504   RenderBlock {mo} at (0,28) size 5x12
    505 layer at (225,136) size 8x10 scrollHeight 15
     471    RenderText {mo} at (0,-3) size 5x17
     472      text run at (0,-3) width 5: "\x{239F}"
     473layer at (212,163) size 5x11 scrollHeight 14
     474  RenderBlock {mo} at (0,28) size 5x11
     475layer at (225,135) size 8x10 scrollHeight 15
    506476  RenderBlock {mo} at (0,0) size 8x10
    507     RenderText {mo} at (0,-2) size 8x17
    508       text run at (0,-2) width 8: "\x{23D0}"
    509 layer at (225,146) size 8x10 scrollHeight 15
     477layer at (225,145) size 8x10 scrollHeight 14
    510478  RenderBlock {mo} at (0,10) size 8x10
    511     RenderText {mo} at (0,-2) size 8x17
    512       text run at (0,-2) width 8: "\x{23D0}"
    513 layer at (225,156) size 8x8 scrollHeight 15
     479    RenderText {mo} at (0,-3) size 8x17
     480      text run at (0,-3) width 8: "\x{23D0}"
     481layer at (225,155) size 8x8 scrollHeight 14
    514482  RenderBlock {mo} at (0,20) size 8x8
    515     RenderText {mo} at (0,-2) size 8x17
    516       text run at (0,-2) width 8: "\x{23D0}"
    517 layer at (225,164) size 8x12 scrollHeight 15
    518   RenderBlock {mo} at (0,28) size 8x12
    519 layer at (272,136) size 8x10 scrollHeight 15
     483    RenderText {mo} at (0,-3) size 8x17
     484      text run at (0,-3) width 8: "\x{23D0}"
     485layer at (225,163) size 8x11 scrollHeight 14
     486  RenderBlock {mo} at (0,28) size 8x11
     487layer at (272,135) size 8x10 scrollHeight 15
    520488  RenderBlock {mo} at (0,0) size 8x10
    521     RenderText {mo} at (0,-2) size 8x17
    522       text run at (0,-2) width 8: "\x{23D0}"
    523 layer at (272,146) size 8x10 scrollHeight 15
     489layer at (272,145) size 8x10 scrollHeight 14
    524490  RenderBlock {mo} at (0,10) size 8x10
    525     RenderText {mo} at (0,-2) size 8x17
    526       text run at (0,-2) width 8: "\x{23D0}"
    527 layer at (272,156) size 8x8 scrollHeight 15
     491    RenderText {mo} at (0,-3) size 8x17
     492      text run at (0,-3) width 8: "\x{23D0}"
     493layer at (272,155) size 8x8 scrollHeight 14
    528494  RenderBlock {mo} at (0,20) size 8x8
    529     RenderText {mo} at (0,-2) size 8x17
    530       text run at (0,-2) width 8: "\x{23D0}"
    531 layer at (272,164) size 8x12 scrollHeight 15
    532   RenderBlock {mo} at (0,28) size 8x12
    533 layer at (288,136) size 10x10 scrollHeight 15
     495    RenderText {mo} at (0,-3) size 8x17
     496      text run at (0,-3) width 8: "\x{23D0}"
     497layer at (272,163) size 8x11 scrollHeight 14
     498  RenderBlock {mo} at (0,28) size 8x11
     499layer at (288,135) size 10x10 scrollHeight 15
    534500  RenderBlock {mo} at (0,0) size 10x10
    535     RenderText {mo} at (0,-2) size 10x17
    536       text run at (0,-2) width 10: "\x{2320}"
    537 layer at (288,146) size 10x10 scrollHeight 15
     501layer at (288,145) size 10x10 scrollHeight 14
    538502  RenderBlock {mo} at (0,10) size 10x10
    539     RenderText {mo} at (0,-2) size 10x17
    540       text run at (0,-2) width 10: "\x{23AE}"
    541 layer at (288,156) size 10x8 scrollHeight 15
     503    RenderText {mo} at (0,-3) size 10x17
     504      text run at (0,-3) width 10: "\x{23AE}"
     505layer at (288,155) size 10x8 scrollHeight 14
    542506  RenderBlock {mo} at (0,20) size 10x8
    543     RenderText {mo} at (0,-2) size 10x17
    544       text run at (0,-2) width 10: "\x{23AE}"
    545 layer at (288,164) size 10x12 scrollHeight 15
    546   RenderBlock {mo} at (0,28) size 10x12
    547 layer at (50,192) size 7x10 scrollHeight 15
     507    RenderText {mo} at (0,-3) size 10x17
     508      text run at (0,-3) width 10: "\x{23AE}"
     509layer at (288,163) size 10x11 scrollHeight 14
     510  RenderBlock {mo} at (0,28) size 10x11
     511layer at (50,190) size 7x10 scrollHeight 15
    548512  RenderBlock {mo} at (0,0) size 7x10
    549     RenderText {mo} at (0,-2) size 7x17
    550       text run at (0,-2) width 7: "\x{23A7}"
    551 layer at (50,202) size 7x10 scrollHeight 15
     513layer at (50,200) size 7x10 scrollHeight 14
    552514  RenderBlock {mo} at (0,10) size 7x10
    553     RenderText {mo} at (0,-2) size 7x17
    554       text run at (0,-2) width 7: "\x{23AA}"
    555 layer at (50,212) size 7x3 scrollHeight 15
     515    RenderText {mo} at (0,-3) size 7x17
     516      text run at (0,-3) width 7: "\x{23AA}"
     517layer at (50,210) size 7x3 scrollHeight 14
    556518  RenderBlock {mo} at (0,20) size 7x3
    557     RenderText {mo} at (0,-2) size 7x17
    558       text run at (0,-2) width 7: "\x{23AA}"
    559 layer at (50,215) size 7x10 scrollHeight 15
     519    RenderText {mo} at (0,-3) size 7x17
     520      text run at (0,-3) width 7: "\x{23AA}"
     521layer at (50,213) size 7x10 scrollHeight 14
    560522  RenderBlock {mo} at (0,23) size 7x10
    561 layer at (50,225) size 7x10 scrollHeight 15
     523layer at (50,223) size 7x10 scrollHeight 14
    562524  RenderBlock {mo} at (0,33) size 7x10
    563     RenderText {mo} at (0,-2) size 7x17
    564       text run at (0,-2) width 7: "\x{23AA}"
    565 layer at (50,235) size 7x4 scrollHeight 15
     525    RenderText {mo} at (0,-3) size 7x17
     526      text run at (0,-3) width 7: "\x{23AA}"
     527layer at (50,233) size 7x4 scrollHeight 14
    566528  RenderBlock {mo} at (0,43) size 7x4
    567     RenderText {mo} at (0,-2) size 7x17
    568       text run at (0,-2) width 7: "\x{23AA}"
    569 layer at (50,239) size 7x12 scrollHeight 15
    570   RenderBlock {mo} at (0,47) size 7x12
    571 layer at (112,192) size 7x10 scrollHeight 15
     529    RenderText {mo} at (0,-3) size 7x17
     530      text run at (0,-3) width 7: "\x{23AA}"
     531layer at (50,237) size 7x11 scrollHeight 14
     532  RenderBlock {mo} at (0,47) size 7x11
     533layer at (112,190) size 7x10 scrollHeight 15
    572534  RenderBlock {mo} at (0,0) size 7x10
    573     RenderText {mo} at (0,-2) size 7x17
    574       text run at (0,-2) width 7: "\x{23AB}"
    575 layer at (112,202) size 7x10 scrollHeight 15
     535layer at (112,200) size 7x10 scrollHeight 14
    576536  RenderBlock {mo} at (0,10) size 7x10
    577     RenderText {mo} at (0,-2) size 7x17
    578       text run at (0,-2) width 7: "\x{23AA}"
    579 layer at (112,212) size 7x3 scrollHeight 15
     537    RenderText {mo} at (0,-3) size 7x17
     538      text run at (0,-3) width 7: "\x{23AA}"
     539layer at (112,210) size 7x3 scrollHeight 14
    580540  RenderBlock {mo} at (0,20) size 7x3
    581     RenderText {mo} at (0,-2) size 7x17
    582       text run at (0,-2) width 7: "\x{23AA}"
    583 layer at (112,215) size 7x10 scrollHeight 15
     541    RenderText {mo} at (0,-3) size 7x17
     542      text run at (0,-3) width 7: "\x{23AA}"
     543layer at (112,213) size 7x10 scrollHeight 14
    584544  RenderBlock {mo} at (0,23) size 7x10
    585 layer at (112,225) size 7x10 scrollHeight 15
     545layer at (112,223) size 7x10 scrollHeight 14
    586546  RenderBlock {mo} at (0,33) size 7x10
    587     RenderText {mo} at (0,-2) size 7x17
    588       text run at (0,-2) width 7: "\x{23AA}"
    589 layer at (112,235) size 7x4 scrollHeight 15
     547    RenderText {mo} at (0,-3) size 7x17
     548      text run at (0,-3) width 7: "\x{23AA}"
     549layer at (112,233) size 7x4 scrollHeight 14
    590550  RenderBlock {mo} at (0,43) size 7x4
    591     RenderText {mo} at (0,-2) size 7x17
    592       text run at (0,-2) width 7: "\x{23AA}"
    593 layer at (112,239) size 7x12 scrollHeight 15
    594   RenderBlock {mo} at (0,47) size 7x12
    595 layer at (127,192) size 5x10 scrollHeight 15
    596   RenderBlock {mo} at (0,0) size 5x10
    597     RenderText {mo} at (0,-2) size 5x17
    598       text run at (0,-2) width 5: "\x{23A1}"
    599 layer at (127,202) size 5x10 scrollHeight 15
     551    RenderText {mo} at (0,-3) size 7x17
     552      text run at (0,-3) width 7: "\x{23AA}"
     553layer at (112,237) size 7x11 scrollHeight 14
     554  RenderBlock {mo} at (0,47) size 7x11
     555layer at (127,190) size 5x10 scrollHeight 15
     556  RenderBlock {mo} at (0,0) size 5x10
     557layer at (127,200) size 5x10 scrollHeight 14
    600558  RenderBlock {mo} at (0,10) size 5x10
    601     RenderText {mo} at (0,-2) size 5x17
    602       text run at (0,-2) width 5: "\x{23A2}"
    603 layer at (127,212) size 5x10 scrollHeight 15
     559    RenderText {mo} at (0,-3) size 5x17
     560      text run at (0,-3) width 5: "\x{23A2}"
     561layer at (127,210) size 5x10 scrollHeight 14
    604562  RenderBlock {mo} at (0,20) size 5x10
    605     RenderText {mo} at (0,-2) size 5x17
    606       text run at (0,-2) width 5: "\x{23A2}"
    607 layer at (127,222) size 5x10 scrollHeight 15
     563    RenderText {mo} at (0,-3) size 5x17
     564      text run at (0,-3) width 5: "\x{23A2}"
     565layer at (127,220) size 5x10 scrollHeight 14
    608566  RenderBlock {mo} at (0,30) size 5x10
    609     RenderText {mo} at (0,-2) size 5x17
    610       text run at (0,-2) width 5: "\x{23A2}"
    611 layer at (127,232) size 5x7 scrollHeight 15
     567    RenderText {mo} at (0,-3) size 5x17
     568      text run at (0,-3) width 5: "\x{23A2}"
     569layer at (127,230) size 5x7 scrollHeight 14
    612570  RenderBlock {mo} at (0,40) size 5x7
    613     RenderText {mo} at (0,-2) size 5x17
    614       text run at (0,-2) width 5: "\x{23A2}"
    615 layer at (127,239) size 5x12 scrollHeight 15
    616   RenderBlock {mo} at (0,47) size 5x12
    617 layer at (187,192) size 5x10 scrollHeight 15
    618   RenderBlock {mo} at (0,0) size 5x10
    619     RenderText {mo} at (0,-2) size 5x17
    620       text run at (0,-2) width 5: "\x{23A4}"
    621 layer at (187,202) size 5x10 scrollHeight 15
     571    RenderText {mo} at (0,-3) size 5x17
     572      text run at (0,-3) width 5: "\x{23A2}"
     573layer at (127,237) size 5x11 scrollHeight 14
     574  RenderBlock {mo} at (0,47) size 5x11
     575layer at (187,190) size 5x10 scrollHeight 15
     576  RenderBlock {mo} at (0,0) size 5x10
     577layer at (187,200) size 5x10 scrollHeight 14
    622578  RenderBlock {mo} at (0,10) size 5x10
    623     RenderText {mo} at (0,-2) size 5x17
    624       text run at (0,-2) width 5: "\x{23A5}"
    625 layer at (187,212) size 5x10 scrollHeight 15
     579    RenderText {mo} at (0,-3) size 5x17
     580      text run at (0,-3) width 5: "\x{23A5}"
     581layer at (187,210) size 5x10 scrollHeight 14
    626582  RenderBlock {mo} at (0,20) size 5x10
    627     RenderText {mo} at (0,-2) size 5x17
    628       text run at (0,-2) width 5: "\x{23A5}"
    629 layer at (187,222) size 5x10 scrollHeight 15
     583    RenderText {mo} at (0,-3) size 5x17
     584      text run at (0,-3) width 5: "\x{23A5}"
     585layer at (187,220) size 5x10 scrollHeight 14
    630586  RenderBlock {mo} at (0,30) size 5x10
    631     RenderText {mo} at (0,-2) size 5x17
    632       text run at (0,-2) width 5: "\x{23A5}"
    633 layer at (187,232) size 5x7 scrollHeight 15
     587    RenderText {mo} at (0,-3) size 5x17
     588      text run at (0,-3) width 5: "\x{23A5}"
     589layer at (187,230) size 5x7 scrollHeight 14
    634590  RenderBlock {mo} at (0,40) size 5x7
    635     RenderText {mo} at (0,-2) size 5x17
    636       text run at (0,-2) width 5: "\x{23A5}"
    637 layer at (187,239) size 5x12 scrollHeight 15
    638   RenderBlock {mo} at (0,47) size 5x12
    639 layer at (200,192) size 5x10 scrollHeight 15
    640   RenderBlock {mo} at (0,0) size 5x10
    641     RenderText {mo} at (0,-2) size 5x17
    642       text run at (0,-2) width 5: "\x{239B}"
    643 layer at (200,202) size 5x10 scrollHeight 15
     591    RenderText {mo} at (0,-3) size 5x17
     592      text run at (0,-3) width 5: "\x{23A5}"
     593layer at (187,237) size 5x11 scrollHeight 14
     594  RenderBlock {mo} at (0,47) size 5x11
     595layer at (200,190) size 5x10 scrollHeight 15
     596  RenderBlock {mo} at (0,0) size 5x10
     597layer at (200,200) size 5x10 scrollHeight 14
    644598  RenderBlock {mo} at (0,10) size 5x10
    645     RenderText {mo} at (0,-2) size 5x17
    646       text run at (0,-2) width 5: "\x{239C}"
    647 layer at (200,212) size 5x10 scrollHeight 15
     599    RenderText {mo} at (0,-3) size 5x17
     600      text run at (0,-3) width 5: "\x{239C}"
     601layer at (200,210) size 5x10 scrollHeight 14
    648602  RenderBlock {mo} at (0,20) size 5x10
    649     RenderText {mo} at (0,-2) size 5x17
    650       text run at (0,-2) width 5: "\x{239C}"
    651 layer at (200,222) size 5x10 scrollHeight 15
     603    RenderText {mo} at (0,-3) size 5x17
     604      text run at (0,-3) width 5: "\x{239C}"
     605layer at (200,220) size 5x10 scrollHeight 14
    652606  RenderBlock {mo} at (0,30) size 5x10
    653     RenderText {mo} at (0,-2) size 5x17
    654       text run at (0,-2) width 5: "\x{239C}"
    655 layer at (200,232) size 5x7 scrollHeight 15
     607    RenderText {mo} at (0,-3) size 5x17
     608      text run at (0,-3) width 5: "\x{239C}"
     609layer at (200,230) size 5x7 scrollHeight 14
    656610  RenderBlock {mo} at (0,40) size 5x7
    657     RenderText {mo} at (0,-2) size 5x17
    658       text run at (0,-2) width 5: "\x{239C}"
    659 layer at (200,239) size 5x12 scrollHeight 15
    660   RenderBlock {mo} at (0,47) size 5x12
    661 layer at (260,192) size 5x10 scrollHeight 15
    662   RenderBlock {mo} at (0,0) size 5x10
    663     RenderText {mo} at (0,-2) size 5x17
    664       text run at (0,-2) width 5: "\x{239E}"
    665 layer at (260,202) size 5x10 scrollHeight 15
     611    RenderText {mo} at (0,-3) size 5x17
     612      text run at (0,-3) width 5: "\x{239C}"
     613layer at (200,237) size 5x11 scrollHeight 14
     614  RenderBlock {mo} at (0,47) size 5x11
     615layer at (260,190) size 5x10 scrollHeight 15
     616  RenderBlock {mo} at (0,0) size 5x10
     617layer at (260,200) size 5x10 scrollHeight 14
    666618  RenderBlock {mo} at (0,10) size 5x10
    667     RenderText {mo} at (0,-2) size 5x17
    668       text run at (0,-2) width 5: "\x{239F}"
    669 layer at (260,212) size 5x10 scrollHeight 15
     619    RenderText {mo} at (0,-3) size 5x17
     620      text run at (0,-3) width 5: "\x{239F}"
     621layer at (260,210) size 5x10 scrollHeight 14
    670622  RenderBlock {mo} at (0,20) size 5x10
    671     RenderText {mo} at (0,-2) size 5x17
    672       text run at (0,-2) width 5: "\x{239F}"
    673 layer at (260,222) size 5x10 scrollHeight 15
     623    RenderText {mo} at (0,-3) size 5x17
     624      text run at (0,-3) width 5: "\x{239F}"
     625layer at (260,220) size 5x10 scrollHeight 14
    674626  RenderBlock {mo} at (0,30) size 5x10
    675     RenderText {mo} at (0,-2) size 5x17
    676       text run at (0,-2) width 5: "\x{239F}"
    677 layer at (260,232) size 5x7 scrollHeight 15
     627    RenderText {mo} at (0,-3) size 5x17
     628      text run at (0,-3) width 5: "\x{239F}"
     629layer at (260,230) size 5x7 scrollHeight 14
    678630  RenderBlock {mo} at (0,40) size 5x7
    679     RenderText {mo} at (0,-2) size 5x17
    680       text run at (0,-2) width 5: "\x{239F}"
    681 layer at (260,239) size 5x12 scrollHeight 15
    682   RenderBlock {mo} at (0,47) size 5x12
    683 layer at (273,192) size 8x10 scrollHeight 15
     631    RenderText {mo} at (0,-3) size 5x17
     632      text run at (0,-3) width 5: "\x{239F}"
     633layer at (260,237) size 5x11 scrollHeight 14
     634  RenderBlock {mo} at (0,47) size 5x11
     635layer at (273,190) size 8x10 scrollHeight 15
    684636  RenderBlock {mo} at (0,0) size 8x10
    685     RenderText {mo} at (0,-2) size 8x17
    686       text run at (0,-2) width 8: "\x{23D0}"
    687 layer at (273,202) size 8x10 scrollHeight 15
     637layer at (273,200) size 8x10 scrollHeight 14
    688638  RenderBlock {mo} at (0,10) size 8x10
    689     RenderText {mo} at (0,-2) size 8x17
    690       text run at (0,-2) width 8: "\x{23D0}"
    691 layer at (273,212) size 8x10 scrollHeight 15
     639    RenderText {mo} at (0,-3) size 8x17
     640      text run at (0,-3) width 8: "\x{23D0}"
     641layer at (273,210) size 8x10 scrollHeight 14
    692642  RenderBlock {mo} at (0,20) size 8x10
    693     RenderText {mo} at (0,-2) size 8x17
    694       text run at (0,-2) width 8: "\x{23D0}"
    695 layer at (273,222) size 8x10 scrollHeight 15
     643    RenderText {mo} at (0,-3) size 8x17
     644      text run at (0,-3) width 8: "\x{23D0}"
     645layer at (273,220) size 8x10 scrollHeight 14
    696646  RenderBlock {mo} at (0,30) size 8x10
    697     RenderText {mo} at (0,-2) size 8x17
    698       text run at (0,-2) width 8: "\x{23D0}"
    699 layer at (273,232) size 8x7 scrollHeight 15
     647    RenderText {mo} at (0,-3) size 8x17
     648      text run at (0,-3) width 8: "\x{23D0}"
     649layer at (273,230) size 8x7 scrollHeight 14
    700650  RenderBlock {mo} at (0,40) size 8x7
    701     RenderText {mo} at (0,-2) size 8x17
    702       text run at (0,-2) width 8: "\x{23D0}"
    703 layer at (273,239) size 8x12 scrollHeight 15
    704   RenderBlock {mo} at (0,47) size 8x12
    705 layer at (336,192) size 8x10 scrollHeight 15
     651    RenderText {mo} at (0,-3) size 8x17
     652      text run at (0,-3) width 8: "\x{23D0}"
     653layer at (273,237) size 8x11 scrollHeight 14
     654  RenderBlock {mo} at (0,47) size 8x11
     655layer at (336,190) size 8x10 scrollHeight 15
    706656  RenderBlock {mo} at (0,0) size 8x10
    707     RenderText {mo} at (0,-2) size 8x17
    708       text run at (0,-2) width 8: "\x{23D0}"
    709 layer at (336,202) size 8x10 scrollHeight 15
     657layer at (336,200) size 8x10 scrollHeight 14
    710658  RenderBlock {mo} at (0,10) size 8x10
    711     RenderText {mo} at (0,-2) size 8x17
    712       text run at (0,-2) width 8: "\x{23D0}"
    713 layer at (336,212) size 8x10 scrollHeight 15
     659    RenderText {mo} at (0,-3) size 8x17
     660      text run at (0,-3) width 8: "\x{23D0}"
     661layer at (336,210) size 8x10 scrollHeight 14
    714662  RenderBlock {mo} at (0,20) size 8x10
    715     RenderText {mo} at (0,-2) size 8x17
    716       text run at (0,-2) width 8: "\x{23D0}"
    717 layer at (336,222) size 8x10 scrollHeight 15
     663    RenderText {mo} at (0,-3) size 8x17
     664      text run at (0,-3) width 8: "\x{23D0}"
     665layer at (336,220) size 8x10 scrollHeight 14
    718666  RenderBlock {mo} at (0,30) size 8x10
    719     RenderText {mo} at (0,-2) size 8x17
    720       text run at (0,-2) width 8: "\x{23D0}"
    721 layer at (336,232) size 8x7 scrollHeight 15
     667    RenderText {mo} at (0,-3) size 8x17
     668      text run at (0,-3) width 8: "\x{23D0}"
     669layer at (336,230) size 8x7 scrollHeight 14
    722670  RenderBlock {mo} at (0,40) size 8x7
    723     RenderText {mo} at (0,-2) size 8x17
    724       text run at (0,-2) width 8: "\x{23D0}"
    725 layer at (336,239) size 8x12 scrollHeight 15
    726   RenderBlock {mo} at (0,47) size 8x12
    727 layer at (352,192) size 10x10 scrollHeight 15
     671    RenderText {mo} at (0,-3) size 8x17
     672      text run at (0,-3) width 8: "\x{23D0}"
     673layer at (336,237) size 8x11 scrollHeight 14
     674  RenderBlock {mo} at (0,47) size 8x11
     675layer at (352,190) size 10x10 scrollHeight 15
    728676  RenderBlock {mo} at (0,0) size 10x10
    729     RenderText {mo} at (0,-2) size 10x17
    730       text run at (0,-2) width 10: "\x{2320}"
    731 layer at (352,202) size 10x10 scrollHeight 15
     677layer at (352,200) size 10x10 scrollHeight 14
    732678  RenderBlock {mo} at (0,10) size 10x10
    733     RenderText {mo} at (0,-2) size 10x17
    734       text run at (0,-2) width 10: "\x{23AE}"
    735 layer at (352,212) size 10x10 scrollHeight 15
     679    RenderText {mo} at (0,-3) size 10x17
     680      text run at (0,-3) width 10: "\x{23AE}"
     681layer at (352,210) size 10x10 scrollHeight 14
    736682  RenderBlock {mo} at (0,20) size 10x10
    737     RenderText {mo} at (0,-2) size 10x17
    738       text run at (0,-2) width 10: "\x{23AE}"
    739 layer at (352,222) size 10x10 scrollHeight 15
     683    RenderText {mo} at (0,-3) size 10x17
     684      text run at (0,-3) width 10: "\x{23AE}"
     685layer at (352,220) size 10x10 scrollHeight 14
    740686  RenderBlock {mo} at (0,30) size 10x10
    741     RenderText {mo} at (0,-2) size 10x17
    742       text run at (0,-2) width 10: "\x{23AE}"
    743 layer at (352,232) size 10x7 scrollHeight 15
     687    RenderText {mo} at (0,-3) size 10x17
     688      text run at (0,-3) width 10: "\x{23AE}"
     689layer at (352,230) size 10x7 scrollHeight 14
    744690  RenderBlock {mo} at (0,40) size 10x7
    745     RenderText {mo} at (0,-2) size 10x17
    746       text run at (0,-2) width 10: "\x{23AE}"
    747 layer at (352,239) size 10x12 scrollHeight 15
    748   RenderBlock {mo} at (0,47) size 10x12
    749 layer at (58,267) size 7x10 scrollHeight 15
     691    RenderText {mo} at (0,-3) size 10x17
     692      text run at (0,-3) width 10: "\x{23AE}"
     693layer at (352,237) size 10x11 scrollHeight 14
     694  RenderBlock {mo} at (0,47) size 10x11
     695layer at (58,264) size 7x10 scrollHeight 15
    750696  RenderBlock {mo} at (0,0) size 7x10
    751     RenderText {mo} at (0,-2) size 7x17
    752       text run at (0,-2) width 7: "\x{23A7}"
    753 layer at (58,277) size 7x10 scrollHeight 15
     697layer at (58,274) size 7x10 scrollHeight 14
    754698  RenderBlock {mo} at (0,10) size 7x10
    755     RenderText {mo} at (0,-2) size 7x17
    756       text run at (0,-2) width 7: "\x{23AA}"
    757 layer at (58,287) size 7x10 scrollHeight 15
     699    RenderText {mo} at (0,-3) size 7x17
     700      text run at (0,-3) width 7: "\x{23AA}"
     701layer at (58,284) size 7x10 scrollHeight 14
    758702  RenderBlock {mo} at (0,20) size 7x10
    759     RenderText {mo} at (0,-2) size 7x17
    760       text run at (0,-2) width 7: "\x{23AA}"
    761 layer at (58,297) size 7x10 scrollHeight 15
     703    RenderText {mo} at (0,-3) size 7x17
     704      text run at (0,-3) width 7: "\x{23AA}"
     705layer at (58,294) size 7x10 scrollHeight 14
    762706  RenderBlock {mo} at (0,30) size 7x10
    763     RenderText {mo} at (0,-2) size 7x17
    764       text run at (0,-2) width 7: "\x{23AA}"
    765 layer at (58,307) size 7x10 scrollHeight 15
     707    RenderText {mo} at (0,-3) size 7x17
     708      text run at (0,-3) width 7: "\x{23AA}"
     709layer at (58,304) size 7x10 scrollHeight 14
    766710  RenderBlock {mo} at (0,40) size 7x10
    767     RenderText {mo} at (0,-2) size 7x17
    768       text run at (0,-2) width 7: "\x{23AA}"
    769 layer at (58,317) size 7x10 scrollHeight 15
     711    RenderText {mo} at (0,-3) size 7x17
     712      text run at (0,-3) width 7: "\x{23AA}"
     713layer at (58,314) size 7x10 scrollHeight 14
    770714  RenderBlock {mo} at (0,50) size 7x10
    771     RenderText {mo} at (0,-2) size 7x17
    772       text run at (0,-2) width 7: "\x{23AA}"
    773 layer at (58,327) size 7x7 scrollHeight 15
     715    RenderText {mo} at (0,-3) size 7x17
     716      text run at (0,-3) width 7: "\x{23AA}"
     717layer at (58,324) size 7x7 scrollHeight 14
    774718  RenderBlock {mo} at (0,60) size 7x7
    775     RenderText {mo} at (0,-2) size 7x17
    776       text run at (0,-2) width 7: "\x{23AA}"
    777 layer at (58,334) size 7x10 scrollHeight 15
     719    RenderText {mo} at (0,-3) size 7x17
     720      text run at (0,-3) width 7: "\x{23AA}"
     721layer at (58,331) size 7x10 scrollHeight 14
    778722  RenderBlock {mo} at (0,67) size 7x10
    779 layer at (58,344) size 7x10 scrollHeight 15
     723layer at (58,341) size 7x10 scrollHeight 14
    780724  RenderBlock {mo} at (0,77) size 7x10
    781     RenderText {mo} at (0,-2) size 7x17
    782       text run at (0,-2) width 7: "\x{23AA}"
    783 layer at (58,354) size 7x10 scrollHeight 15
     725    RenderText {mo} at (0,-3) size 7x17
     726      text run at (0,-3) width 7: "\x{23AA}"
     727layer at (58,351) size 7x10 scrollHeight 14
    784728  RenderBlock {mo} at (0,87) size 7x10
    785     RenderText {mo} at (0,-2) size 7x17
    786       text run at (0,-2) width 7: "\x{23AA}"
    787 layer at (58,364) size 7x10 scrollHeight 15
     729    RenderText {mo} at (0,-3) size 7x17
     730      text run at (0,-3) width 7: "\x{23AA}"
     731layer at (58,361) size 7x10 scrollHeight 14
    788732  RenderBlock {mo} at (0,97) size 7x10
    789     RenderText {mo} at (0,-2) size 7x17
    790       text run at (0,-2) width 7: "\x{23AA}"
    791 layer at (58,374) size 7x10 scrollHeight 15
     733    RenderText {mo} at (0,-3) size 7x17
     734      text run at (0,-3) width 7: "\x{23AA}"
     735layer at (58,371) size 7x10 scrollHeight 14
    792736  RenderBlock {mo} at (0,107) size 7x10
    793     RenderText {mo} at (0,-2) size 7x17
    794       text run at (0,-2) width 7: "\x{23AA}"
    795 layer at (58,384) size 7x10 scrollHeight 15
     737    RenderText {mo} at (0,-3) size 7x17
     738      text run at (0,-3) width 7: "\x{23AA}"
     739layer at (58,381) size 7x10 scrollHeight 14
    796740  RenderBlock {mo} at (0,117) size 7x10
    797     RenderText {mo} at (0,-2) size 7x17
    798       text run at (0,-2) width 7: "\x{23AA}"
    799 layer at (58,394) size 7x7 scrollHeight 15
     741    RenderText {mo} at (0,-3) size 7x17
     742      text run at (0,-3) width 7: "\x{23AA}"
     743layer at (58,391) size 7x7 scrollHeight 14
    800744  RenderBlock {mo} at (0,127) size 7x7
    801     RenderText {mo} at (0,-2) size 7x17
    802       text run at (0,-2) width 7: "\x{23AA}"
    803 layer at (58,401) size 7x12 scrollHeight 15
    804   RenderBlock {mo} at (0,134) size 7x12
    805 layer at (192,267) size 7x10 scrollHeight 15
     745    RenderText {mo} at (0,-3) size 7x17
     746      text run at (0,-3) width 7: "\x{23AA}"
     747layer at (58,398) size 7x11 scrollHeight 14
     748  RenderBlock {mo} at (0,134) size 7x11
     749layer at (120,264) size 7x10 scrollHeight 15
    806750  RenderBlock {mo} at (0,0) size 7x10
    807     RenderText {mo} at (0,-2) size 7x17
    808       text run at (0,-2) width 7: "\x{23AB}"
    809 layer at (192,277) size 7x10 scrollHeight 15
     751layer at (120,274) size 7x10 scrollHeight 14
    810752  RenderBlock {mo} at (0,10) size 7x10
    811     RenderText {mo} at (0,-2) size 7x17
    812       text run at (0,-2) width 7: "\x{23AA}"
    813 layer at (192,287) size 7x10 scrollHeight 15
     753    RenderText {mo} at (0,-3) size 7x17
     754      text run at (0,-3) width 7: "\x{23AA}"
     755layer at (120,284) size 7x10 scrollHeight 14
    814756  RenderBlock {mo} at (0,20) size 7x10
    815     RenderText {mo} at (0,-2) size 7x17
    816       text run at (0,-2) width 7: "\x{23AA}"
    817 layer at (192,297) size 7x10 scrollHeight 15
     757    RenderText {mo} at (0,-3) size 7x17
     758      text run at (0,-3) width 7: "\x{23AA}"
     759layer at (120,294) size 7x10 scrollHeight 14
    818760  RenderBlock {mo} at (0,30) size 7x10
    819     RenderText {mo} at (0,-2) size 7x17
    820       text run at (0,-2) width 7: "\x{23AA}"
    821 layer at (192,307) size 7x10 scrollHeight 15
     761    RenderText {mo} at (0,-3) size 7x17
     762      text run at (0,-3) width 7: "\x{23AA}"
     763layer at (120,304) size 7x10 scrollHeight 14
    822764  RenderBlock {mo} at (0,40) size 7x10
    823     RenderText {mo} at (0,-2) size 7x17
    824       text run at (0,-2) width 7: "\x{23AA}"
    825 layer at (192,317) size 7x10 scrollHeight 15
     765    RenderText {mo} at (0,-3) size 7x17
     766      text run at (0,-3) width 7: "\x{23AA}"
     767layer at (120,314) size 7x10 scrollHeight 14
    826768  RenderBlock {mo} at (0,50) size 7x10
    827     RenderText {mo} at (0,-2) size 7x17
    828       text run at (0,-2) width 7: "\x{23AA}"
    829 layer at (192,327) size 7x7 scrollHeight 15
     769    RenderText {mo} at (0,-3) size 7x17
     770      text run at (0,-3) width 7: "\x{23AA}"
     771layer at (120,324) size 7x7 scrollHeight 14
    830772  RenderBlock {mo} at (0,60) size 7x7
    831     RenderText {mo} at (0,-2) size 7x17
    832       text run at (0,-2) width 7: "\x{23AA}"
    833 layer at (192,334) size 7x10 scrollHeight 15
     773    RenderText {mo} at (0,-3) size 7x17
     774      text run at (0,-3) width 7: "\x{23AA}"
     775layer at (120,331) size 7x10 scrollHeight 14
    834776  RenderBlock {mo} at (0,67) size 7x10
    835 layer at (192,344) size 7x10 scrollHeight 15
     777layer at (120,341) size 7x10 scrollHeight 14
    836778  RenderBlock {mo} at (0,77) size 7x10
    837     RenderText {mo} at (0,-2) size 7x17
    838       text run at (0,-2) width 7: "\x{23AA}"
    839 layer at (192,354) size 7x10 scrollHeight 15
     779    RenderText {mo} at (0,-3) size 7x17
     780      text run at (0,-3) width 7: "\x{23AA}"
     781layer at (120,351) size 7x10 scrollHeight 14
    840782  RenderBlock {mo} at (0,87) size 7x10
    841     RenderText {mo} at (0,-2) size 7x17
    842       text run at (0,-2) width 7: "\x{23AA}"
    843 layer at (192,364) size 7x10 scrollHeight 15
     783    RenderText {mo} at (0,-3) size 7x17
     784      text run at (0,-3) width 7: "\x{23AA}"
     785layer at (120,361) size 7x10 scrollHeight 14
    844786  RenderBlock {mo} at (0,97) size 7x10
    845     RenderText {mo} at (0,-2) size 7x17
    846       text run at (0,-2) width 7: "\x{23AA}"
    847 layer at (192,374) size 7x10 scrollHeight 15
     787    RenderText {mo} at (0,-3) size 7x17
     788      text run at (0,-3) width 7: "\x{23AA}"
     789layer at (120,371) size 7x10 scrollHeight 14
    848790  RenderBlock {mo} at (0,107) size 7x10
    849     RenderText {mo} at (0,-2) size 7x17
    850       text run at (0,-2) width 7: "\x{23AA}"
    851 layer at (192,384) size 7x10 scrollHeight 15
     791    RenderText {mo} at (0,-3) size 7x17
     792      text run at (0,-3) width 7: "\x{23AA}"
     793layer at (120,381) size 7x10 scrollHeight 14
    852794  RenderBlock {mo} at (0,117) size 7x10
    853     RenderText {mo} at (0,-2) size 7x17
    854       text run at (0,-2) width 7: "\x{23AA}"
    855 layer at (192,394) size 7x7 scrollHeight 15
     795    RenderText {mo} at (0,-3) size 7x17
     796      text run at (0,-3) width 7: "\x{23AA}"
     797layer at (120,391) size 7x7 scrollHeight 14
    856798  RenderBlock {mo} at (0,127) size 7x7
    857     RenderText {mo} at (0,-2) size 7x17
    858       text run at (0,-2) width 7: "\x{23AA}"
    859 layer at (192,401) size 7x12 scrollHeight 15
    860   RenderBlock {mo} at (0,134) size 7x12
    861 layer at (207,267) size 5x10 scrollHeight 15
    862   RenderBlock {mo} at (0,0) size 5x10
    863     RenderText {mo} at (0,-2) size 5x17
    864       text run at (0,-2) width 5: "\x{23A1}"
    865 layer at (207,277) size 5x10 scrollHeight 15
     799    RenderText {mo} at (0,-3) size 7x17
     800      text run at (0,-3) width 7: "\x{23AA}"
     801layer at (120,398) size 7x11 scrollHeight 14
     802  RenderBlock {mo} at (0,134) size 7x11
     803layer at (135,264) size 5x10 scrollHeight 15
     804  RenderBlock {mo} at (0,0) size 5x10
     805layer at (135,274) size 5x10 scrollHeight 14
    866806  RenderBlock {mo} at (0,10) size 5x10
    867     RenderText {mo} at (0,-2) size 5x17
    868       text run at (0,-2) width 5: "\x{23A2}"
    869 layer at (207,287) size 5x10 scrollHeight 15
     807    RenderText {mo} at (0,-3) size 5x17
     808      text run at (0,-3) width 5: "\x{23A2}"
     809layer at (135,284) size 5x10 scrollHeight 14
    870810  RenderBlock {mo} at (0,20) size 5x10
    871     RenderText {mo} at (0,-2) size 5x17
    872       text run at (0,-2) width 5: "\x{23A2}"
    873 layer at (207,297) size 5x10 scrollHeight 15
     811    RenderText {mo} at (0,-3) size 5x17
     812      text run at (0,-3) width 5: "\x{23A2}"
     813layer at (135,294) size 5x10 scrollHeight 14
    874814  RenderBlock {mo} at (0,30) size 5x10
    875     RenderText {mo} at (0,-2) size 5x17
    876       text run at (0,-2) width 5: "\x{23A2}"
    877 layer at (207,307) size 5x10 scrollHeight 15
     815    RenderText {mo} at (0,-3) size 5x17
     816      text run at (0,-3) width 5: "\x{23A2}"
     817layer at (135,304) size 5x10 scrollHeight 14
    878818  RenderBlock {mo} at (0,40) size 5x10
    879     RenderText {mo} at (0,-2) size 5x17
    880       text run at (0,-2) width 5: "\x{23A2}"
    881 layer at (207,317) size 5x10 scrollHeight 15
     819    RenderText {mo} at (0,-3) size 5x17
     820      text run at (0,-3) width 5: "\x{23A2}"
     821layer at (135,314) size 5x10 scrollHeight 14
    882822  RenderBlock {mo} at (0,50) size 5x10
    883     RenderText {mo} at (0,-2) size 5x17
    884       text run at (0,-2) width 5: "\x{23A2}"
    885 layer at (207,327) size 5x10 scrollHeight 15
     823    RenderText {mo} at (0,-3) size 5x17
     824      text run at (0,-3) width 5: "\x{23A2}"
     825layer at (135,324) size 5x10 scrollHeight 14
    886826  RenderBlock {mo} at (0,60) size 5x10
    887     RenderText {mo} at (0,-2) size 5x17
    888       text run at (0,-2) width 5: "\x{23A2}"
    889 layer at (207,337) size 5x10 scrollHeight 15
     827    RenderText {mo} at (0,-3) size 5x17
     828      text run at (0,-3) width 5: "\x{23A2}"
     829layer at (135,334) size 5x10 scrollHeight 14
    890830  RenderBlock {mo} at (0,70) size 5x10
    891     RenderText {mo} at (0,-2) size 5x17
    892       text run at (0,-2) width 5: "\x{23A2}"
    893 layer at (207,347) size 5x10 scrollHeight 15
     831    RenderText {mo} at (0,-3) size 5x17
     832      text run at (0,-3) width 5: "\x{23A2}"
     833layer at (135,344) size 5x10 scrollHeight 14
    894834  RenderBlock {mo} at (0,80) size 5x10
    895     RenderText {mo} at (0,-2) size 5x17
    896       text run at (0,-2) width 5: "\x{23A2}"
    897 layer at (207,357) size 5x10 scrollHeight 15
     835    RenderText {mo} at (0,-3) size 5x17
     836      text run at (0,-3) width 5: "\x{23A2}"
     837layer at (135,354) size 5x10 scrollHeight 14
    898838  RenderBlock {mo} at (0,90) size 5x10
    899     RenderText {mo} at (0,-2) size 5x17
    900       text run at (0,-2) width 5: "\x{23A2}"
    901 layer at (207,367) size 5x10 scrollHeight 15
     839    RenderText {mo} at (0,-3) size 5x17
     840      text run at (0,-3) width 5: "\x{23A2}"
     841layer at (135,364) size 5x10 scrollHeight 14
    902842  RenderBlock {mo} at (0,100) size 5x10
    903     RenderText {mo} at (0,-2) size 5x17
    904       text run at (0,-2) width 5: "\x{23A2}"
    905 layer at (207,377) size 5x10 scrollHeight 15
     843    RenderText {mo} at (0,-3) size 5x17
     844      text run at (0,-3) width 5: "\x{23A2}"
     845layer at (135,374) size 5x10 scrollHeight 14
    906846  RenderBlock {mo} at (0,110) size 5x10
    907     RenderText {mo} at (0,-2) size 5x17
    908       text run at (0,-2) width 5: "\x{23A2}"
    909 layer at (207,387) size 5x10 scrollHeight 15
     847    RenderText {mo} at (0,-3) size 5x17
     848      text run at (0,-3) width 5: "\x{23A2}"
     849layer at (135,384) size 5x10 scrollHeight 14
    910850  RenderBlock {mo} at (0,120) size 5x10
    911     RenderText {mo} at (0,-2) size 5x17
    912       text run at (0,-2) width 5: "\x{23A2}"
    913 layer at (207,397) size 5x4 scrollHeight 15
     851    RenderText {mo} at (0,-3) size 5x17
     852      text run at (0,-3) width 5: "\x{23A2}"
     853layer at (135,394) size 5x4 scrollHeight 14
    914854  RenderBlock {mo} at (0,130) size 5x4
    915     RenderText {mo} at (0,-2) size 5x17
    916       text run at (0,-2) width 5: "\x{23A2}"
    917 layer at (207,401) size 5x12 scrollHeight 15
    918   RenderBlock {mo} at (0,134) size 5x12
    919 layer at (339,267) size 5x10 scrollHeight 15
    920   RenderBlock {mo} at (0,0) size 5x10
    921     RenderText {mo} at (0,-2) size 5x17
    922       text run at (0,-2) width 5: "\x{23A4}"
    923 layer at (339,277) size 5x10 scrollHeight 15
     855    RenderText {mo} at (0,-3) size 5x17
     856      text run at (0,-3) width 5: "\x{23A2}"
     857layer at (135,398) size 5x11 scrollHeight 14
     858  RenderBlock {mo} at (0,134) size 5x11
     859layer at (195,264) size 5x10 scrollHeight 15
     860  RenderBlock {mo} at (0,0) size 5x10
     861layer at (195,274) size 5x10 scrollHeight 14
    924862  RenderBlock {mo} at (0,10) size 5x10
    925     RenderText {mo} at (0,-2) size 5x17
    926       text run at (0,-2) width 5: "\x{23A5}"
    927 layer at (339,287) size 5x10 scrollHeight 15
     863    RenderText {mo} at (0,-3) size 5x17
     864      text run at (0,-3) width 5: "\x{23A5}"
     865layer at (195,284) size 5x10 scrollHeight 14
    928866  RenderBlock {mo} at (0,20) size 5x10
    929     RenderText {mo} at (0,-2) size 5x17
    930       text run at (0,-2) width 5: "\x{23A5}"
    931 layer at (339,297) size 5x10 scrollHeight 15
     867    RenderText {mo} at (0,-3) size 5x17
     868      text run at (0,-3) width 5: "\x{23A5}"
     869layer at (195,294) size 5x10 scrollHeight 14
    932870  RenderBlock {mo} at (0,30) size 5x10
    933     RenderText {mo} at (0,-2) size 5x17
    934       text run at (0,-2) width 5: "\x{23A5}"
    935 layer at (339,307) size 5x10 scrollHeight 15
     871    RenderText {mo} at (0,-3) size 5x17
     872      text run at (0,-3) width 5: "\x{23A5}"
     873layer at (195,304) size 5x10 scrollHeight 14
    936874  RenderBlock {mo} at (0,40) size 5x10
    937     RenderText {mo} at (0,-2) size 5x17
    938       text run at (0,-2) width 5: "\x{23A5}"
    939 layer at (339,317) size 5x10 scrollHeight 15
     875    RenderText {mo} at (0,-3) size 5x17
     876      text run at (0,-3) width 5: "\x{23A5}"
     877layer at (195,314) size 5x10 scrollHeight 14
    940878  RenderBlock {mo} at (0,50) size 5x10
    941     RenderText {mo} at (0,-2) size 5x17
    942       text run at (0,-2) width 5: "\x{23A5}"
    943 layer at (339,327) size 5x10 scrollHeight 15
     879    RenderText {mo} at (0,-3) size 5x17
     880      text run at (0,-3) width 5: "\x{23A5}"
     881layer at (195,324) size 5x10 scrollHeight 14
    944882  RenderBlock {mo} at (0,60) size 5x10
    945     RenderText {mo} at (0,-2) size 5x17
    946       text run at (0,-2) width 5: "\x{23A5}"
    947 layer at (339,337) size 5x10 scrollHeight 15
     883    RenderText {mo} at (0,-3) size 5x17
     884      text run at (0,-3) width 5: "\x{23A5}"
     885layer at (195,334) size 5x10 scrollHeight 14
    948886  RenderBlock {mo} at (0,70) size 5x10
    949     RenderText {mo} at (0,-2) size 5x17
    950       text run at (0,-2) width 5: "\x{23A5}"
    951 layer at (339,347) size 5x10 scrollHeight 15
     887    RenderText {mo} at (0,-3) size 5x17
     888      text run at (0,-3) width 5: "\x{23A5}"
     889layer at (195,344) size 5x10 scrollHeight 14
    952890  RenderBlock {mo} at (0,80) size 5x10
    953     RenderText {mo} at (0,-2) size 5x17
    954       text run at (0,-2) width 5: "\x{23A5}"
    955 layer at (339,357) size 5x10 scrollHeight 15
     891    RenderText {mo} at (0,-3) size 5x17
     892      text run at (0,-3) width 5: "\x{23A5}"
     893layer at (195,354) size 5x10 scrollHeight 14
    956894  RenderBlock {mo} at (0,90) size 5x10
    957     RenderText {mo} at (0,-2) size 5x17
    958       text run at (0,-2) width 5: "\x{23A5}"
    959 layer at (339,367) size 5x10 scrollHeight 15
     895    RenderText {mo} at (0,-3) size 5x17
     896      text run at (0,-3) width 5: "\x{23A5}"
     897layer at (195,364) size 5x10 scrollHeight 14
    960898  RenderBlock {mo} at (0,100) size 5x10
    961     RenderText {mo} at (0,-2) size 5x17
    962       text run at (0,-2) width 5: "\x{23A5}"
    963 layer at (339,377) size 5x10 scrollHeight 15
     899    RenderText {mo} at (0,-3) size 5x17
     900      text run at (0,-3) width 5: "\x{23A5}"
     901layer at (195,374) size 5x10 scrollHeight 14
    964902  RenderBlock {mo} at (0,110) size 5x10
    965     RenderText {mo} at (0,-2) size 5x17
    966       text run at (0,-2) width 5: "\x{23A5}"
    967 layer at (339,387) size 5x10 scrollHeight 15
     903    RenderText {mo} at (0,-3) size 5x17
     904      text run at (0,-3) width 5: "\x{23A5}"
     905layer at (195,384) size 5x10 scrollHeight 14
    968906  RenderBlock {mo} at (0,120) size 5x10
    969     RenderText {mo} at (0,-2) size 5x17
    970       text run at (0,-2) width 5: "\x{23A5}"
    971 layer at (339,397) size 5x4 scrollHeight 15
     907    RenderText {mo} at (0,-3) size 5x17
     908      text run at (0,-3) width 5: "\x{23A5}"
     909layer at (195,394) size 5x4 scrollHeight 14
    972910  RenderBlock {mo} at (0,130) size 5x4
    973     RenderText {mo} at (0,-2) size 5x17
    974       text run at (0,-2) width 5: "\x{23A5}"
    975 layer at (339,401) size 5x12 scrollHeight 15
    976   RenderBlock {mo} at (0,134) size 5x12
    977 layer at (352,267) size 5x10 scrollHeight 15
    978   RenderBlock {mo} at (0,0) size 5x10
    979     RenderText {mo} at (0,-2) size 5x17
    980       text run at (0,-2) width 5: "\x{239B}"
    981 layer at (352,277) size 5x10 scrollHeight 15
     911    RenderText {mo} at (0,-3) size 5x17
     912      text run at (0,-3) width 5: "\x{23A5}"
     913layer at (195,398) size 5x11 scrollHeight 14
     914  RenderBlock {mo} at (0,134) size 5x11
     915layer at (208,264) size 5x10 scrollHeight 15
     916  RenderBlock {mo} at (0,0) size 5x10
     917layer at (208,274) size 5x10 scrollHeight 14
    982918  RenderBlock {mo} at (0,10) size 5x10
    983     RenderText {mo} at (0,-2) size 5x17
    984       text run at (0,-2) width 5: "\x{239C}"
    985 layer at (352,287) size 5x10 scrollHeight 15
     919    RenderText {mo} at (0,-3) size 5x17
     920      text run at (0,-3) width 5: "\x{239C}"
     921layer at (208,284) size 5x10 scrollHeight 14
    986922  RenderBlock {mo} at (0,20) size 5x10
    987     RenderText {mo} at (0,-2) size 5x17
    988       text run at (0,-2) width 5: "\x{239C}"
    989 layer at (352,297) size 5x10 scrollHeight 15
     923    RenderText {mo} at (0,-3) size 5x17
     924      text run at (0,-3) width 5: "\x{239C}"
     925layer at (208,294) size 5x10 scrollHeight 14
    990926  RenderBlock {mo} at (0,30) size 5x10
    991     RenderText {mo} at (0,-2) size 5x17
    992       text run at (0,-2) width 5: "\x{239C}"
    993 layer at (352,307) size 5x10 scrollHeight 15
     927    RenderText {mo} at (0,-3) size 5x17
     928      text run at (0,-3) width 5: "\x{239C}"
     929layer at (208,304) size 5x10 scrollHeight 14
    994930  RenderBlock {mo} at (0,40) size 5x10
    995     RenderText {mo} at (0,-2) size 5x17
    996       text run at (0,-2) width 5: "\x{239C}"
    997 layer at (352,317) size 5x10 scrollHeight 15
     931    RenderText {mo} at (0,-3) size 5x17
     932      text run at (0,-3) width 5: "\x{239C}"
     933layer at (208,314) size 5x10 scrollHeight 14
    998934  RenderBlock {mo} at (0,50) size 5x10
    999     RenderText {mo} at (0,-2) size 5x17
    1000       text run at (0,-2) width 5: "\x{239C}"
    1001 layer at (352,327) size 5x10 scrollHeight 15
     935    RenderText {mo} at (0,-3) size 5x17
     936      text run at (0,-3) width 5: "\x{239C}"
     937layer at (208,324) size 5x10 scrollHeight 14
    1002938  RenderBlock {mo} at (0,60) size 5x10
    1003     RenderText {mo} at (0,-2) size 5x17
    1004       text run at (0,-2) width 5: "\x{239C}"
    1005 layer at (352,337) size 5x10 scrollHeight 15
     939    RenderText {mo} at (0,-3) size 5x17
     940      text run at (0,-3) width 5: "\x{239C}"
     941layer at (208,334) size 5x10 scrollHeight 14
    1006942  RenderBlock {mo} at (0,70) size 5x10
    1007     RenderText {mo} at (0,-2) size 5x17
    1008       text run at (0,-2) width 5: "\x{239C}"
    1009 layer at (352,347) size 5x10 scrollHeight 15
     943    RenderText {mo} at (0,-3) size 5x17
     944      text run at (0,-3) width 5: "\x{239C}"
     945layer at (208,344) size 5x10 scrollHeight 14
    1010946  RenderBlock {mo} at (0,80) size 5x10
    1011     RenderText {mo} at (0,-2) size 5x17
    1012       text run at (0,-2) width 5: "\x{239C}"
    1013 layer at (352,357) size 5x10 scrollHeight 15
     947    RenderText {mo} at (0,-3) size 5x17
     948      text run at (0,-3) width 5: "\x{239C}"
     949layer at (208,354) size 5x10 scrollHeight 14
    1014950  RenderBlock {mo} at (0,90) size 5x10
    1015     RenderText {mo} at (0,-2) size 5x17
    1016       text run at (0,-2) width 5: "\x{239C}"
    1017 layer at (352,367) size 5x10 scrollHeight 15
     951    RenderText {mo} at (0,-3) size 5x17
     952      text run at (0,-3) width 5: "\x{239C}"
     953layer at (208,364) size 5x10 scrollHeight 14
    1018954  RenderBlock {mo} at (0,100) size 5x10
    1019     RenderText {mo} at (0,-2) size 5x17
    1020       text run at (0,-2) width 5: "\x{239C}"
    1021 layer at (352,377) size 5x10 scrollHeight 15
     955    RenderText {mo} at (0,-3) size 5x17
     956      text run at (0,-3) width 5: "\x{239C}"
     957layer at (208,374) size 5x10 scrollHeight 14
    1022958  RenderBlock {mo} at (0,110) size 5x10
    1023     RenderText {mo} at (0,-2) size 5x17
    1024       text run at (0,-2) width 5: "\x{239C}"
    1025 layer at (352,387) size 5x10 scrollHeight 15
     959    RenderText {mo} at (0,-3) size 5x17
     960      text run at (0,-3) width 5: "\x{239C}"
     961layer at (208,384) size 5x10 scrollHeight 14
    1026962  RenderBlock {mo} at (0,120) size 5x10
    1027     RenderText {mo} at (0,-2) size 5x17
    1028       text run at (0,-2) width 5: "\x{239C}"
    1029 layer at (352,397) size 5x4 scrollHeight 15
     963    RenderText {mo} at (0,-3) size 5x17
     964      text run at (0,-3) width 5: "\x{239C}"
     965layer at (208,394) size 5x4 scrollHeight 14
    1030966  RenderBlock {mo} at (0,130) size 5x4
    1031     RenderText {mo} at (0,-2) size 5x17
    1032       text run at (0,-2) width 5: "\x{239C}"
    1033 layer at (352,401) size 5x12 scrollHeight 15
    1034   RenderBlock {mo} at (0,134) size 5x12
    1035 layer at (484,267) size 5x10 scrollHeight 15
    1036   RenderBlock {mo} at (0,0) size 5x10
    1037     RenderText {mo} at (0,-2) size 5x17
    1038       text run at (0,-2) width 5: "\x{239E}"
    1039 layer at (484,277) size 5x10 scrollHeight 15
     967    RenderText {mo} at (0,-3) size 5x17
     968      text run at (0,-3) width 5: "\x{239C}"
     969layer at (208,398) size 5x11 scrollHeight 14
     970  RenderBlock {mo} at (0,134) size 5x11
     971layer at (268,264) size 5x10 scrollHeight 15
     972  RenderBlock {mo} at (0,0) size 5x10
     973layer at (268,274) size 5x10 scrollHeight 14
    1040974  RenderBlock {mo} at (0,10) size 5x10
    1041     RenderText {mo} at (0,-2) size 5x17
    1042       text run at (0,-2) width 5: "\x{239F}"
    1043 layer at (484,287) size 5x10 scrollHeight 15
     975    RenderText {mo} at (0,-3) size 5x17
     976      text run at (0,-3) width 5: "\x{239F}"
     977layer at (268,284) size 5x10 scrollHeight 14
    1044978  RenderBlock {mo} at (0,20) size 5x10
    1045     RenderText {mo} at (0,-2) size 5x17
    1046       text run at (0,-2) width 5: "\x{239F}"
    1047 layer at (484,297) size 5x10 scrollHeight 15
     979    RenderText {mo} at (0,-3) size 5x17
     980      text run at (0,-3) width 5: "\x{239F}"
     981layer at (268,294) size 5x10 scrollHeight 14
    1048982  RenderBlock {mo} at (0,30) size 5x10
    1049     RenderText {mo} at (0,-2) size 5x17
    1050       text run at (0,-2) width 5: "\x{239F}"
    1051 layer at (484,307) size 5x10 scrollHeight 15
     983    RenderText {mo} at (0,-3) size 5x17
     984      text run at (0,-3) width 5: "\x{239F}"
     985layer at (268,304) size 5x10 scrollHeight 14
    1052986  RenderBlock {mo} at (0,40) size 5x10
    1053     RenderText {mo} at (0,-2) size 5x17
    1054       text run at (0,-2) width 5: "\x{239F}"
    1055 layer at (484,317) size 5x10 scrollHeight 15
     987    RenderText {mo} at (0,-3) size 5x17
     988      text run at (0,-3) width 5: "\x{239F}"
     989layer at (268,314) size 5x10 scrollHeight 14
    1056990  RenderBlock {mo} at (0,50) size 5x10
    1057     RenderText {mo} at (0,-2) size 5x17
    1058       text run at (0,-2) width 5: "\x{239F}"
    1059 layer at (484,327) size 5x10 scrollHeight 15
     991    RenderText {mo} at (0,-3) size 5x17
     992      text run at (0,-3) width 5: "\x{239F}"
     993layer at (268,324) size 5x10 scrollHeight 14
    1060994  RenderBlock {mo} at (0,60) size 5x10
    1061     RenderText {mo} at (0,-2) size 5x17
    1062       text run at (0,-2) width 5: "\x{239F}"
    1063 layer at (484,337) size 5x10 scrollHeight 15
     995    RenderText {mo} at (0,-3) size 5x17
     996      text run at (0,-3) width 5: "\x{239F}"
     997layer at (268,334) size 5x10 scrollHeight 14
    1064998  RenderBlock {mo} at (0,70) size 5x10
    1065     RenderText {mo} at (0,-2) size 5x17
    1066       text run at (0,-2) width 5: "\x{239F}"
    1067 layer at (484,347) size 5x10 scrollHeight 15
     999    RenderText {mo} at (0,-3) size 5x17
     1000      text run at (0,-3) width 5: "\x{239F}"
     1001layer at (268,344) size 5x10 scrollHeight 14
    10681002  RenderBlock {mo} at (0,80) size 5x10
    1069     RenderText {mo} at (0,-2) size 5x17
    1070       text run at (0,-2) width 5: "\x{239F}"
    1071 layer at (484,357) size 5x10 scrollHeight 15
     1003    RenderText {mo} at (0,-3) size 5x17
     1004      text run at (0,-3) width 5: "\x{239F}"
     1005layer at (268,354) size 5x10 scrollHeight 14
    10721006  RenderBlock {mo} at (0,90) size 5x10
    1073     RenderText {mo} at (0,-2) size 5x17
    1074       text run at (0,-2) width 5: "\x{239F}"
    1075 layer at (484,367) size 5x10 scrollHeight 15
     1007    RenderText {mo} at (0,-3) size 5x17
     1008      text run at (0,-3) width 5: "\x{239F}"
     1009layer at (268,364) size 5x10 scrollHeight 14
    10761010  RenderBlock {mo} at (0,100) size 5x10
    1077     RenderText {mo} at (0,-2) size 5x17
    1078       text run at (0,-2) width 5: "\x{239F}"
    1079 layer at (484,377) size 5x10 scrollHeight 15
     1011    RenderText {mo} at (0,-3) size 5x17
     1012      text run at (0,-3) width 5: "\x{239F}"
     1013layer at (268,374) size 5x10 scrollHeight 14
    10801014  RenderBlock {mo} at (0,110) size 5x10
    1081     RenderText {mo} at (0,-2) size 5x17
    1082       text run at (0,-2) width 5: "\x{239F}"
    1083 layer at (484,387) size 5x10 scrollHeight 15
     1015    RenderText {mo} at (0,-3) size 5x17
     1016      text run at (0,-3) width 5: "\x{239F}"
     1017layer at (268,384) size 5x10 scrollHeight 14
    10841018  RenderBlock {mo} at (0,120) size 5x10
    1085     RenderText {mo} at (0,-2) size 5x17
    1086       text run at (0,-2) width 5: "\x{239F}"
    1087 layer at (484,397) size 5x4 scrollHeight 15
     1019    RenderText {mo} at (0,-3) size 5x17
     1020      text run at (0,-3) width 5: "\x{239F}"
     1021layer at (268,394) size 5x4 scrollHeight 14
    10881022  RenderBlock {mo} at (0,130) size 5x4
    1089     RenderText {mo} at (0,-2) size 5x17
    1090       text run at (0,-2) width 5: "\x{239F}"
    1091 layer at (484,401) size 5x12 scrollHeight 15
    1092   RenderBlock {mo} at (0,134) size 5x12
    1093 layer at (497,267) size 8x10 scrollHeight 15
     1023    RenderText {mo} at (0,-3) size 5x17
     1024      text run at (0,-3) width 5: "\x{239F}"
     1025layer at (268,398) size 5x11 scrollHeight 14
     1026  RenderBlock {mo} at (0,134) size 5x11
     1027layer at (281,264) size 8x10 scrollHeight 15
    10941028  RenderBlock {mo} at (0,0) size 8x10
    1095     RenderText {mo} at (0,-2) size 8x17
    1096       text run at (0,-2) width 8: "\x{23D0}"
    1097 layer at (497,277) size 8x10 scrollHeight 15
     1029layer at (281,274) size 8x10 scrollHeight 14
    10981030  RenderBlock {mo} at (0,10) size 8x10
    1099     RenderText {mo} at (0,-2) size 8x17
    1100       text run at (0,-2) width 8: "\x{23D0}"
    1101 layer at (497,287) size 8x10 scrollHeight 15
     1031    RenderText {mo} at (0,-3) size 8x17
     1032      text run at (0,-3) width 8: "\x{23D0}"
     1033layer at (281,284) size 8x10 scrollHeight 14
    11021034  RenderBlock {mo} at (0,20) size 8x10
    1103     RenderText {mo} at (0,-2) size 8x17
    1104       text run at (0,-2) width 8: "\x{23D0}"
    1105 layer at (497,297) size 8x10 scrollHeight 15
     1035    RenderText {mo} at (0,-3) size 8x17
     1036      text run at (0,-3) width 8: "\x{23D0}"
     1037layer at (281,294) size 8x10 scrollHeight 14
    11061038  RenderBlock {mo} at (0,30) size 8x10
    1107     RenderText {mo} at (0,-2) size 8x17
    1108       text run at (0,-2) width 8: "\x{23D0}"
    1109 layer at (497,307) size 8x10 scrollHeight 15
     1039    RenderText {mo} at (0,-3) size 8x17
     1040      text run at (0,-3) width 8: "\x{23D0}"
     1041layer at (281,304) size 8x10 scrollHeight 14
    11101042  RenderBlock {mo} at (0,40) size 8x10
    1111     RenderText {mo} at (0,-2) size 8x17
    1112       text run at (0,-2) width 8: "\x{23D0}"
    1113 layer at (497,317) size 8x10 scrollHeight 15
     1043    RenderText {mo} at (0,-3) size 8x17
     1044      text run at (0,-3) width 8: "\x{23D0}"
     1045layer at (281,314) size 8x10 scrollHeight 14
    11141046  RenderBlock {mo} at (0,50) size 8x10
    1115     RenderText {mo} at (0,-2) size 8x17
    1116       text run at (0,-2) width 8: "\x{23D0}"
    1117 layer at (497,327) size 8x10 scrollHeight 15
     1047    RenderText {mo} at (0,-3) size 8x17
     1048      text run at (0,-3) width 8: "\x{23D0}"
     1049layer at (281,324) size 8x10 scrollHeight 14
    11181050  RenderBlock {mo} at (0,60) size 8x10
    1119     RenderText {mo} at (0,-2) size 8x17
    1120       text run at (0,-2) width 8: "\x{23D0}"
    1121 layer at (497,337) size 8x10 scrollHeight 15
     1051    RenderText {mo} at (0,-3) size 8x17
     1052      text run at (0,-3) width 8: "\x{23D0}"
     1053layer at (281,334) size 8x10 scrollHeight 14
    11221054  RenderBlock {mo} at (0,70) size 8x10
    1123     RenderText {mo} at (0,-2) size 8x17
    1124       text run at (0,-2) width 8: "\x{23D0}"
    1125 layer at (497,347) size 8x10 scrollHeight 15
     1055    RenderText {mo} at (0,-3) size 8x17
     1056      text run at (0,-3) width 8: "\x{23D0}"
     1057layer at (281,344) size 8x10 scrollHeight 14
    11261058  RenderBlock {mo} at (0,80) size 8x10
    1127     RenderText {mo} at (0,-2) size 8x17
    1128       text run at (0,-2) width 8: "\x{23D0}"
    1129 layer at (497,357) size 8x10 scrollHeight 15
     1059    RenderText {mo} at (0,-3) size 8x17
     1060      text run at (0,-3) width 8: "\x{23D0}"
     1061layer at (281,354) size 8x10 scrollHeight 14
    11301062  RenderBlock {mo} at (0,90) size 8x10
    1131     RenderText {mo} at (0,-2) size 8x17
    1132       text run at (0,-2) width 8: "\x{23D0}"
    1133 layer at (497,367) size 8x10 scrollHeight 15
     1063    RenderText {mo} at (0,-3) size 8x17
     1064      text run at (0,-3) width 8: "\x{23D0}"
     1065layer at (281,364) size 8x10 scrollHeight 14
    11341066  RenderBlock {mo} at (0,100) size 8x10
    1135     RenderText {mo} at (0,-2) size 8x17
    1136       text run at (0,-2) width 8: "\x{23D0}"
    1137 layer at (497,377) size 8x10 scrollHeight 15
     1067    RenderText {mo} at (0,-3) size 8x17
     1068      text run at (0,-3) width 8: "\x{23D0}"
     1069layer at (281,374) size 8x10 scrollHeight 14
    11381070  RenderBlock {mo} at (0,110) size 8x10
    1139     RenderText {mo} at (0,-2) size 8x17
    1140       text run at (0,-2) width 8: "\x{23D0}"
    1141 layer at (497,387) size 8x10 scrollHeight 15
     1071    RenderText {mo} at (0,-3) size 8x17
     1072      text run at (0,-3) width 8: "\x{23D0}"
     1073layer at (281,384) size 8x10 scrollHeight 14
    11421074  RenderBlock {mo} at (0,120) size 8x10
    1143     RenderText {mo} at (0,-2) size 8x17
    1144       text run at (0,-2) width 8: "\x{23D0}"
    1145 layer at (497,397) size 8x4 scrollHeight 15
     1075    RenderText {mo} at (0,-3) size 8x17
     1076      text run at (0,-3) width 8: "\x{23D0}"
     1077layer at (281,394) size 8x4 scrollHeight 14
    11461078  RenderBlock {mo} at (0,130) size 8x4
    1147     RenderText {mo} at (0,-2) size 8x17
    1148       text run at (0,-2) width 8: "\x{23D0}"
    1149 layer at (497,401) size 8x12 scrollHeight 15
    1150   RenderBlock {mo} at (0,134) size 8x12
    1151 layer at (632,267) size 8x10 scrollHeight 15
     1079    RenderText {mo} at (0,-3) size 8x17
     1080      text run at (0,-3) width 8: "\x{23D0}"
     1081layer at (281,398) size 8x11 scrollHeight 14
     1082  RenderBlock {mo} at (0,134) size 8x11
     1083layer at (344,264) size 8x10 scrollHeight 15
    11521084  RenderBlock {mo} at (0,0) size 8x10
    1153     RenderText {mo} at (0,-2) size 8x17
    1154       text run at (0,-2) width 8: "\x{23D0}"
    1155 layer at (632,277) size 8x10 scrollHeight 15
     1085layer at (344,274) size 8x10 scrollHeight 14
    11561086  RenderBlock {mo} at (0,10) size 8x10
    1157     RenderText {mo} at (0,-2) size 8x17
    1158       text run at (0,-2) width 8: "\x{23D0}"
    1159 layer at (632,287) size 8x10 scrollHeight 15
     1087    RenderText {mo} at (0,-3) size 8x17
     1088      text run at (0,-3) width 8: "\x{23D0}"
     1089layer at (344,284) size 8x10 scrollHeight 14
    11601090  RenderBlock {mo} at (0,20) size 8x10
    1161     RenderText {mo} at (0,-2) size 8x17
    1162       text run at (0,-2) width 8: "\x{23D0}"
    1163 layer at (632,297) size 8x10 scrollHeight 15
     1091    RenderText {mo} at (0,-3) size 8x17
     1092      text run at (0,-3) width 8: "\x{23D0}"
     1093layer at (344,294) size 8x10 scrollHeight 14
    11641094  RenderBlock {mo} at (0,30) size 8x10
    1165     RenderText {mo} at (0,-2) size 8x17
    1166       text run at (0,-2) width 8: "\x{23D0}"
    1167 layer at (632,307) size 8x10 scrollHeight 15
     1095    RenderText {mo} at (0,-3) size 8x17
     1096      text run at (0,-3) width 8: "\x{23D0}"
     1097layer at (344,304) size 8x10 scrollHeight 14
    11681098  RenderBlock {mo} at (0,40) size 8x10
    1169     RenderText {mo} at (0,-2) size 8x17
    1170       text run at (0,-2) width 8: "\x{23D0}"
    1171 layer at (632,317) size 8x10 scrollHeight 15
     1099    RenderText {mo} at (0,-3) size 8x17
     1100      text run at (0,-3) width 8: "\x{23D0}"
     1101layer at (344,314) size 8x10 scrollHeight 14
    11721102  RenderBlock {mo} at (0,50) size 8x10
    1173     RenderText {mo} at (0,-2) size 8x17
    1174       text run at (0,-2) width 8: "\x{23D0}"
    1175 layer at (632,327) size 8x10 scrollHeight 15
     1103    RenderText {mo} at (0,-3) size 8x17
     1104      text run at (0,-3) width 8: "\x{23D0}"
     1105layer at (344,324) size 8x10 scrollHeight 14
    11761106  RenderBlock {mo} at (0,60) size 8x10
    1177     RenderText {mo} at (0,-2) size 8x17
    1178       text run at (0,-2) width 8: "\x{23D0}"
    1179 layer at (632,337) size 8x10 scrollHeight 15
     1107    RenderText {mo} at (0,-3) size 8x17
     1108      text run at (0,-3) width 8: "\x{23D0}"
     1109layer at (344,334) size 8x10 scrollHeight 14
    11801110  RenderBlock {mo} at (0,70) size 8x10
    1181     RenderText {mo} at (0,-2) size 8x17
    1182       text run at (0,-2) width 8: "\x{23D0}"
    1183 layer at (632,347) size 8x10 scrollHeight 15
     1111    RenderText {mo} at (0,-3) size 8x17
     1112      text run at (0,-3) width 8: "\x{23D0}"
     1113layer at (344,344) size 8x10 scrollHeight 14
    11841114  RenderBlock {mo} at (0,80) size 8x10
    1185     RenderText {mo} at (0,-2) size 8x17
    1186       text run at (0,-2) width 8: "\x{23D0}"
    1187 layer at (632,357) size 8x10 scrollHeight 15
     1115    RenderText {mo} at (0,-3) size 8x17
     1116      text run at (0,-3) width 8: "\x{23D0}"
     1117layer at (344,354) size 8x10 scrollHeight 14
    11881118  RenderBlock {mo} at (0,90) size 8x10
    1189     RenderText {mo} at (0,-2) size 8x17
    1190       text run at (0,-2) width 8: "\x{23D0}"
    1191 layer at (632,367) size 8x10 scrollHeight 15
     1119    RenderText {mo} at (0,-3) size 8x17
     1120      text run at (0,-3) width 8: "\x{23D0}"
     1121layer at (344,364) size 8x10 scrollHeight 14
    11921122  RenderBlock {mo} at (0,100) size 8x10
    1193     RenderText {mo} at (0,-2) size 8x17
    1194       text run at (0,-2) width 8: "\x{23D0}"
    1195 layer at (632,377) size 8x10 scrollHeight 15
     1123    RenderText {mo} at (0,-3) size 8x17
     1124      text run at (0,-3) width 8: "\x{23D0}"
     1125layer at (344,374) size 8x10 scrollHeight 14
    11961126  RenderBlock {mo} at (0,110) size 8x10
    1197     RenderText {mo} at (0,-2) size 8x17
    1198       text run at (0,-2) width 8: "\x{23D0}"
    1199 layer at (632,387) size 8x10 scrollHeight 15
     1127    RenderText {mo} at (0,-3) size 8x17
     1128      text run at (0,-3) width 8: "\x{23D0}"
     1129layer at (344,384) size 8x10 scrollHeight 14
    12001130  RenderBlock {mo} at (0,120) size 8x10
    1201     RenderText {mo} at (0,-2) size 8x17
    1202       text run at (0,-2) width 8: "\x{23D0}"
    1203 layer at (632,397) size 8x4 scrollHeight 15
     1131    RenderText {mo} at (0,-3) size 8x17
     1132      text run at (0,-3) width 8: "\x{23D0}"
     1133layer at (344,394) size 8x4 scrollHeight 14
    12041134  RenderBlock {mo} at (0,130) size 8x4
    1205     RenderText {mo} at (0,-2) size 8x17
    1206       text run at (0,-2) width 8: "\x{23D0}"
    1207 layer at (632,401) size 8x12 scrollHeight 15
    1208   RenderBlock {mo} at (0,134) size 8x12
    1209 layer at (10,413) size 10x10 scrollHeight 15
     1135    RenderText {mo} at (0,-3) size 8x17
     1136      text run at (0,-3) width 8: "\x{23D0}"
     1137layer at (344,398) size 8x11 scrollHeight 14
     1138  RenderBlock {mo} at (0,134) size 8x11
     1139layer at (360,264) size 10x10 scrollHeight 15
    12101140  RenderBlock {mo} at (0,0) size 10x10
    1211     RenderText {mo} at (0,-2) size 10x17
    1212       text run at (0,-2) width 10: "\x{2320}"
    1213 layer at (10,423) size 10x10 scrollHeight 15
     1141layer at (360,274) size 10x10 scrollHeight 14
    12141142  RenderBlock {mo} at (0,10) size 10x10
    1215     RenderText {mo} at (0,-2) size 10x17
    1216       text run at (0,-2) width 10: "\x{23AE}"
    1217 layer at (10,433) size 10x10 scrollHeight 15
     1143    RenderText {mo} at (0,-3) size 10x17
     1144      text run at (0,-3) width 10: "\x{23AE}"
     1145layer at (360,284) size 10x10 scrollHeight 14
    12181146  RenderBlock {mo} at (0,20) size 10x10
    1219     RenderText {mo} at (0,-2) size 10x17
    1220       text run at (0,-2) width 10: "\x{23AE}"
    1221 layer at (10,443) size 10x10 scrollHeight 15
     1147    RenderText {mo} at (0,-3) size 10x17
     1148      text run at (0,-3) width 10: "\x{23AE}"
     1149layer at (360,294) size 10x10 scrollHeight 14
    12221150  RenderBlock {mo} at (0,30) size 10x10
    1223     RenderText {mo} at (0,-2) size 10x17
    1224       text run at (0,-2) width 10: "\x{23AE}"
    1225 layer at (10,453) size 10x10 scrollHeight 15
     1151    RenderText {mo} at (0,-3) size 10x17
     1152      text run at (0,-3) width 10: "\x{23AE}"
     1153layer at (360,304) size 10x10 scrollHeight 14
    12261154  RenderBlock {mo} at (0,40) size 10x10
    1227     RenderText {mo} at (0,-2) size 10x17
    1228       text run at (0,-2) width 10: "\x{23AE}"
    1229 layer at (10,463) size 10x10 scrollHeight 15
     1155    RenderText {mo} at (0,-3) size 10x17
     1156      text run at (0,-3) width 10: "\x{23AE}"
     1157layer at (360,314) size 10x10 scrollHeight 14
    12301158  RenderBlock {mo} at (0,50) size 10x10
    1231     RenderText {mo} at (0,-2) size 10x17
    1232       text run at (0,-2) width 10: "\x{23AE}"
    1233 layer at (10,473) size 10x10 scrollHeight 15
     1159    RenderText {mo} at (0,-3) size 10x17
     1160      text run at (0,-3) width 10: "\x{23AE}"
     1161layer at (360,324) size 10x10 scrollHeight 14
    12341162  RenderBlock {mo} at (0,60) size 10x10
    1235     RenderText {mo} at (0,-2) size 10x17
    1236       text run at (0,-2) width 10: "\x{23AE}"
    1237 layer at (10,483) size 10x10 scrollHeight 15
     1163    RenderText {mo} at (0,-3) size 10x17
     1164      text run at (0,-3) width 10: "\x{23AE}"
     1165layer at (360,334) size 10x10 scrollHeight 14
    12381166  RenderBlock {mo} at (0,70) size 10x10
    1239     RenderText {mo} at (0,-2) size 10x17
    1240       text run at (0,-2) width 10: "\x{23AE}"
    1241 layer at (10,493) size 10x10 scrollHeight 15
     1167    RenderText {mo} at (0,-3) size 10x17
     1168      text run at (0,-3) width 10: "\x{23AE}"
     1169layer at (360,344) size 10x10 scrollHeight 14
    12421170  RenderBlock {mo} at (0,80) size 10x10
    1243     RenderText {mo} at (0,-2) size 10x17
    1244       text run at (0,-2) width 10: "\x{23AE}"
    1245 layer at (10,503) size 10x10 scrollHeight 15
     1171    RenderText {mo} at (0,-3) size 10x17
     1172      text run at (0,-3) width 10: "\x{23AE}"
     1173layer at (360,354) size 10x10 scrollHeight 14
    12461174  RenderBlock {mo} at (0,90) size 10x10
    1247     RenderText {mo} at (0,-2) size 10x17
    1248       text run at (0,-2) width 10: "\x{23AE}"
    1249 layer at (10,513) size 10x10 scrollHeight 15
     1175    RenderText {mo} at (0,-3) size 10x17
     1176      text run at (0,-3) width 10: "\x{23AE}"
     1177layer at (360,364) size 10x10 scrollHeight 14
    12501178  RenderBlock {mo} at (0,100) size 10x10
    1251     RenderText {mo} at (0,-2) size 10x17
    1252       text run at (0,-2) width 10: "\x{23AE}"
    1253 layer at (10,523) size 10x10 scrollHeight 15
     1179    RenderText {mo} at (0,-3) size 10x17
     1180      text run at (0,-3) width 10: "\x{23AE}"
     1181layer at (360,374) size 10x10 scrollHeight 14
    12541182  RenderBlock {mo} at (0,110) size 10x10
    1255     RenderText {mo} at (0,-2) size 10x17
    1256       text run at (0,-2) width 10: "\x{23AE}"
    1257 layer at (10,533) size 10x10 scrollHeight 15
     1183    RenderText {mo} at (0,-3) size 10x17
     1184      text run at (0,-3) width 10: "\x{23AE}"
     1185layer at (360,384) size 10x10 scrollHeight 14
    12581186  RenderBlock {mo} at (0,120) size 10x10
    1259     RenderText {mo} at (0,-2) size 10x17
    1260       text run at (0,-2) width 10: "\x{23AE}"
    1261 layer at (10,543) size 10x4 scrollHeight 15
     1187    RenderText {mo} at (0,-3) size 10x17
     1188      text run at (0,-3) width 10: "\x{23AE}"
     1189layer at (360,394) size 10x4 scrollHeight 14
    12621190  RenderBlock {mo} at (0,130) size 10x4
    1263     RenderText {mo} at (0,-2) size 10x17
    1264       text run at (0,-2) width 10: "\x{23AE}"
    1265 layer at (10,547) size 10x12 scrollHeight 15
    1266   RenderBlock {mo} at (0,134) size 10x12
    1267 layer at (10,575) size 5x10 scrollHeight 15
    1268   RenderBlock {mo} at (0,0) size 5x10
    1269     RenderText {mo} at (0,-2) size 5x17
    1270       text run at (0,-2) width 5: "\x{239B}"
    1271 layer at (10,585) size 5x10 scrollHeight 15
     1191    RenderText {mo} at (0,-3) size 10x17
     1192      text run at (0,-3) width 10: "\x{23AE}"
     1193layer at (360,398) size 10x11 scrollHeight 14
     1194  RenderBlock {mo} at (0,134) size 10x11
     1195layer at (10,425) size 5x10 scrollHeight 15
     1196  RenderBlock {mo} at (0,0) size 5x10
     1197layer at (10,435) size 5x10 scrollHeight 14
    12721198  RenderBlock {mo} at (0,10) size 5x10
    1273     RenderText {mo} at (0,-2) size 5x17
    1274       text run at (0,-2) width 5: "\x{239C}"
    1275 layer at (10,595) size 5x10 scrollHeight 15
     1199    RenderText {mo} at (0,-3) size 5x17
     1200      text run at (0,-3) width 5: "\x{239C}"
     1201layer at (10,445) size 5x10 scrollHeight 14
    12761202  RenderBlock {mo} at (0,20) size 5x10
    1277     RenderText {mo} at (0,-2) size 5x17
    1278       text run at (0,-2) width 5: "\x{239C}"
    1279 layer at (10,605) size 5x8 scrollHeight 15
     1203    RenderText {mo} at (0,-3) size 5x17
     1204      text run at (0,-3) width 5: "\x{239C}"
     1205layer at (10,455) size 5x8 scrollHeight 14
    12801206  RenderBlock {mo} at (0,30) size 5x8
    1281     RenderText {mo} at (0,-2) size 5x17
    1282       text run at (0,-2) width 5: "\x{239C}"
    1283 layer at (10,613) size 5x12 scrollHeight 15
    1284   RenderBlock {mo} at (0,38) size 5x12
    1285 layer at (154,575) size 5x10 scrollHeight 15
    1286   RenderBlock {mo} at (0,0) size 5x10
    1287     RenderText {mo} at (0,-2) size 5x17
    1288       text run at (0,-2) width 5: "\x{239E}"
    1289 layer at (154,585) size 5x10 scrollHeight 15
     1207    RenderText {mo} at (0,-3) size 5x17
     1208      text run at (0,-3) width 5: "\x{239C}"
     1209layer at (10,463) size 5x11 scrollHeight 14
     1210  RenderBlock {mo} at (0,38) size 5x11
     1211layer at (154,425) size 5x10 scrollHeight 15
     1212  RenderBlock {mo} at (0,0) size 5x10
     1213layer at (154,435) size 5x10 scrollHeight 14
    12901214  RenderBlock {mo} at (0,10) size 5x10
    1291     RenderText {mo} at (0,-2) size 5x17
    1292       text run at (0,-2) width 5: "\x{239F}"
    1293 layer at (154,595) size 5x10 scrollHeight 15
     1215    RenderText {mo} at (0,-3) size 5x17
     1216      text run at (0,-3) width 5: "\x{239F}"
     1217layer at (154,445) size 5x10 scrollHeight 14
    12941218  RenderBlock {mo} at (0,20) size 5x10
    1295     RenderText {mo} at (0,-2) size 5x17
    1296       text run at (0,-2) width 5: "\x{239F}"
    1297 layer at (154,605) size 5x8 scrollHeight 15
     1219    RenderText {mo} at (0,-3) size 5x17
     1220      text run at (0,-3) width 5: "\x{239F}"
     1221layer at (154,455) size 5x8 scrollHeight 14
    12981222  RenderBlock {mo} at (0,30) size 5x8
    1299     RenderText {mo} at (0,-2) size 5x17
    1300       text run at (0,-2) width 5: "\x{239F}"
    1301 layer at (154,613) size 5x12 scrollHeight 15
    1302   RenderBlock {mo} at (0,38) size 5x12
    1303 layer at (50,96) size 7x15 backgroundClip at (50,98) size 7x10 clip at (50,98) size 7x10 outlineClip at (50,98) size 7x10
    1304   RenderBlock (relative positioned) {mo} at (0,0) size 7x12
    1305     RenderText {mo} at (0,-2) size 7x17
    1306       text run at (0,-2) width 7: "\x{23A8}"
    1307 layer at (50,104) size 7x15 backgroundClip at (50,108) size 7x12 clip at (50,108) size 7x12 outlineClip at (50,108) size 7x12
    1308   RenderBlock (relative positioned) {mo} at (0,0) size 7x12
    1309     RenderText {mo} at (0,-2) size 7x17
    1310       text run at (0,-2) width 7: "\x{23A9}"
    1311 layer at (88,96) size 7x15 backgroundClip at (88,98) size 7x10 clip at (88,98) size 7x10 outlineClip at (88,98) size 7x10
    1312   RenderBlock (relative positioned) {mo} at (0,0) size 7x12
    1313     RenderText {mo} at (0,-2) size 7x17
    1314       text run at (0,-2) width 7: "\x{23AC}"
    1315 layer at (88,104) size 7x15 backgroundClip at (88,108) size 7x12 clip at (88,108) size 7x12 outlineClip at (88,108) size 7x12
    1316   RenderBlock (relative positioned) {mo} at (0,0) size 7x12
    1317     RenderText {mo} at (0,-2) size 7x17
    1318       text run at (0,-2) width 7: "\x{23AD}"
    1319 layer at (103,103) size 5x15 backgroundClip at (103,107) size 5x12 clip at (103,107) size 5x12 outlineClip at (103,107) size 5x12
    1320   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    1321     RenderText {mo} at (0,-2) size 5x17
    1322       text run at (0,-2) width 5: "\x{23A3}"
    1323 layer at (139,103) size 5x15 backgroundClip at (139,107) size 5x12 clip at (139,107) size 5x12 outlineClip at (139,107) size 5x12
    1324   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    1325     RenderText {mo} at (0,-2) size 5x17
    1326       text run at (0,-2) width 5: "\x{23A6}"
    1327 layer at (152,103) size 5x15 backgroundClip at (152,107) size 5x12 clip at (152,107) size 5x12 outlineClip at (152,107) size 5x12
    1328   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    1329     RenderText {mo} at (0,-2) size 5x17
    1330       text run at (0,-2) width 5: "\x{239D}"
    1331 layer at (188,103) size 5x15 backgroundClip at (188,107) size 5x12 clip at (188,107) size 5x12 outlineClip at (188,107) size 5x12
    1332   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    1333     RenderText {mo} at (0,-2) size 5x17
    1334       text run at (0,-2) width 5: "\x{23A0}"
    1335 layer at (201,103) size 8x15 backgroundClip at (201,107) size 8x12 clip at (201,107) size 8x12 outlineClip at (201,107) size 8x12
    1336   RenderBlock (relative positioned) {mo} at (0,0) size 8x12
    1337     RenderText {mo} at (0,-2) size 8x17
    1338       text run at (0,-2) width 8: "\x{23D0}"
    1339 layer at (240,103) size 8x15 backgroundClip at (240,107) size 8x12 clip at (240,107) size 8x12 outlineClip at (240,107) size 8x12
    1340   RenderBlock (relative positioned) {mo} at (0,0) size 8x12
    1341     RenderText {mo} at (0,-2) size 8x17
    1342       text run at (0,-2) width 8: "\x{23D0}"
    1343 layer at (256,103) size 10x15 backgroundClip at (256,107) size 10x12 clip at (256,107) size 10x12 outlineClip at (256,107) size 10x12
    1344   RenderBlock (relative positioned) {mo} at (0,0) size 10x12
    1345     RenderText {mo} at (0,-2) size 10x17
    1346       text run at (0,-2) width 10: "\x{2321}"
    1347 layer at (50,148) size 7x15 backgroundClip at (50,150) size 7x10 clip at (50,150) size 7x10 outlineClip at (50,150) size 7x10
    1348   RenderBlock (relative positioned) {mo} at (0,0) size 7x12
    1349     RenderText {mo} at (0,-2) size 7x17
    1350       text run at (0,-2) width 7: "\x{23A8}"
    1351 layer at (50,160) size 7x15 backgroundClip at (50,164) size 7x12 clip at (50,164) size 7x12 outlineClip at (50,164) size 7x12
    1352   RenderBlock (relative positioned) {mo} at (0,0) size 7x12
    1353     RenderText {mo} at (0,-2) size 7x17
    1354       text run at (0,-2) width 7: "\x{23A9}"
    1355 layer at (96,148) size 7x15 backgroundClip at (96,150) size 7x10 clip at (96,150) size 7x10 outlineClip at (96,150) size 7x10
    1356   RenderBlock (relative positioned) {mo} at (0,0) size 7x12
    1357     RenderText {mo} at (0,-2) size 7x17
    1358       text run at (0,-2) width 7: "\x{23AC}"
    1359 layer at (96,160) size 7x15 backgroundClip at (96,164) size 7x12 clip at (96,164) size 7x12 outlineClip at (96,164) size 7x12
    1360   RenderBlock (relative positioned) {mo} at (0,0) size 7x12
    1361     RenderText {mo} at (0,-2) size 7x17
    1362       text run at (0,-2) width 7: "\x{23AD}"
    1363 layer at (111,160) size 5x15 backgroundClip at (111,164) size 5x12 clip at (111,164) size 5x12 outlineClip at (111,164) size 5x12
    1364   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    1365     RenderText {mo} at (0,-2) size 5x17
    1366       text run at (0,-2) width 5: "\x{23A3}"
    1367 layer at (155,160) size 5x15 backgroundClip at (155,164) size 5x12 clip at (155,164) size 5x12 outlineClip at (155,164) size 5x12
    1368   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    1369     RenderText {mo} at (0,-2) size 5x17
    1370       text run at (0,-2) width 5: "\x{23A6}"
    1371 layer at (168,160) size 5x15 backgroundClip at (168,164) size 5x12 clip at (168,164) size 5x12 outlineClip at (168,164) size 5x12
    1372   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    1373     RenderText {mo} at (0,-2) size 5x17
    1374       text run at (0,-2) width 5: "\x{239D}"
    1375 layer at (212,160) size 5x15 backgroundClip at (212,164) size 5x12 clip at (212,164) size 5x12 outlineClip at (212,164) size 5x12
    1376   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    1377     RenderText {mo} at (0,-2) size 5x17
    1378       text run at (0,-2) width 5: "\x{23A0}"
    1379 layer at (225,160) size 8x15 backgroundClip at (225,164) size 8x12 clip at (225,164) size 8x12 outlineClip at (225,164) size 8x12
    1380   RenderBlock (relative positioned) {mo} at (0,0) size 8x12
    1381     RenderText {mo} at (0,-2) size 8x17
    1382       text run at (0,-2) width 8: "\x{23D0}"
    1383 layer at (272,160) size 8x15 backgroundClip at (272,164) size 8x12 clip at (272,164) size 8x12 outlineClip at (272,164) size 8x12
    1384   RenderBlock (relative positioned) {mo} at (0,0) size 8x12
    1385     RenderText {mo} at (0,-2) size 8x17
    1386       text run at (0,-2) width 8: "\x{23D0}"
    1387 layer at (288,160) size 10x15 backgroundClip at (288,164) size 10x12 clip at (288,164) size 10x12 outlineClip at (288,164) size 10x12
    1388   RenderBlock (relative positioned) {mo} at (0,0) size 10x12
    1389     RenderText {mo} at (0,-2) size 10x17
    1390       text run at (0,-2) width 10: "\x{2321}"
    1391 layer at (50,213) size 7x15 backgroundClip at (50,215) size 7x10 clip at (50,215) size 7x10 outlineClip at (50,215) size 7x10
    1392   RenderBlock (relative positioned) {mo} at (0,0) size 7x12
    1393     RenderText {mo} at (0,-2) size 7x17
    1394       text run at (0,-2) width 7: "\x{23A8}"
    1395 layer at (50,235) size 7x15 backgroundClip at (50,239) size 7x12 clip at (50,239) size 7x12 outlineClip at (50,239) size 7x12
    1396   RenderBlock (relative positioned) {mo} at (0,0) size 7x12
    1397     RenderText {mo} at (0,-2) size 7x17
    1398       text run at (0,-2) width 7: "\x{23A9}"
    1399 layer at (112,213) size 7x15 backgroundClip at (112,215) size 7x10 clip at (112,215) size 7x10 outlineClip at (112,215) size 7x10
    1400   RenderBlock (relative positioned) {mo} at (0,0) size 7x12
    1401     RenderText {mo} at (0,-2) size 7x17
    1402       text run at (0,-2) width 7: "\x{23AC}"
    1403 layer at (112,235) size 7x15 backgroundClip at (112,239) size 7x12 clip at (112,239) size 7x12 outlineClip at (112,239) size 7x12
    1404   RenderBlock (relative positioned) {mo} at (0,0) size 7x12
    1405     RenderText {mo} at (0,-2) size 7x17
    1406       text run at (0,-2) width 7: "\x{23AD}"
    1407 layer at (127,235) size 5x15 backgroundClip at (127,239) size 5x12 clip at (127,239) size 5x12 outlineClip at (127,239) size 5x12
    1408   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    1409     RenderText {mo} at (0,-2) size 5x17
    1410       text run at (0,-2) width 5: "\x{23A3}"
    1411 layer at (187,235) size 5x15 backgroundClip at (187,239) size 5x12 clip at (187,239) size 5x12 outlineClip at (187,239) size 5x12
    1412   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    1413     RenderText {mo} at (0,-2) size 5x17
    1414       text run at (0,-2) width 5: "\x{23A6}"
    1415 layer at (200,235) size 5x15 backgroundClip at (200,239) size 5x12 clip at (200,239) size 5x12 outlineClip at (200,239) size 5x12
    1416   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    1417     RenderText {mo} at (0,-2) size 5x17
    1418       text run at (0,-2) width 5: "\x{239D}"
    1419 layer at (260,235) size 5x15 backgroundClip at (260,239) size 5x12 clip at (260,239) size 5x12 outlineClip at (260,239) size 5x12
    1420   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    1421     RenderText {mo} at (0,-2) size 5x17
    1422       text run at (0,-2) width 5: "\x{23A0}"
    1423 layer at (273,235) size 8x15 backgroundClip at (273,239) size 8x12 clip at (273,239) size 8x12 outlineClip at (273,239) size 8x12
    1424   RenderBlock (relative positioned) {mo} at (0,0) size 8x12
    1425     RenderText {mo} at (0,-2) size 8x17
    1426       text run at (0,-2) width 8: "\x{23D0}"
    1427 layer at (336,235) size 8x15 backgroundClip at (336,239) size 8x12 clip at (336,239) size 8x12 outlineClip at (336,239) size 8x12
    1428   RenderBlock (relative positioned) {mo} at (0,0) size 8x12
    1429     RenderText {mo} at (0,-2) size 8x17
    1430       text run at (0,-2) width 8: "\x{23D0}"
    1431 layer at (352,235) size 10x15 backgroundClip at (352,239) size 10x12 clip at (352,239) size 10x12 outlineClip at (352,239) size 10x12
    1432   RenderBlock (relative positioned) {mo} at (0,0) size 10x12
    1433     RenderText {mo} at (0,-2) size 10x17
    1434       text run at (0,-2) width 10: "\x{2321}"
    1435 layer at (58,332) size 7x15 backgroundClip at (58,334) size 7x10 clip at (58,334) size 7x10 outlineClip at (58,334) size 7x10
    1436   RenderBlock (relative positioned) {mo} at (0,0) size 7x12
    1437     RenderText {mo} at (0,-2) size 7x17
    1438       text run at (0,-2) width 7: "\x{23A8}"
    1439 layer at (58,397) size 7x15 backgroundClip at (58,401) size 7x12 clip at (58,401) size 7x12 outlineClip at (58,401) size 7x12
    1440   RenderBlock (relative positioned) {mo} at (0,0) size 7x12
    1441     RenderText {mo} at (0,-2) size 7x17
    1442       text run at (0,-2) width 7: "\x{23A9}"
    1443 layer at (192,332) size 7x15 backgroundClip at (192,334) size 7x10 clip at (192,334) size 7x10 outlineClip at (192,334) size 7x10
    1444   RenderBlock (relative positioned) {mo} at (0,0) size 7x12
    1445     RenderText {mo} at (0,-2) size 7x17
    1446       text run at (0,-2) width 7: "\x{23AC}"
    1447 layer at (192,397) size 7x15 backgroundClip at (192,401) size 7x12 clip at (192,401) size 7x12 outlineClip at (192,401) size 7x12
    1448   RenderBlock (relative positioned) {mo} at (0,0) size 7x12
    1449     RenderText {mo} at (0,-2) size 7x17
    1450       text run at (0,-2) width 7: "\x{23AD}"
    1451 layer at (207,397) size 5x15 backgroundClip at (207,401) size 5x12 clip at (207,401) size 5x12 outlineClip at (207,401) size 5x12
    1452   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    1453     RenderText {mo} at (0,-2) size 5x17
    1454       text run at (0,-2) width 5: "\x{23A3}"
    1455 layer at (339,397) size 5x15 backgroundClip at (339,401) size 5x12 clip at (339,401) size 5x12 outlineClip at (339,401) size 5x12
    1456   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    1457     RenderText {mo} at (0,-2) size 5x17
    1458       text run at (0,-2) width 5: "\x{23A6}"
    1459 layer at (352,397) size 5x15 backgroundClip at (352,401) size 5x12 clip at (352,401) size 5x12 outlineClip at (352,401) size 5x12
    1460   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    1461     RenderText {mo} at (0,-2) size 5x17
    1462       text run at (0,-2) width 5: "\x{239D}"
    1463 layer at (484,397) size 5x15 backgroundClip at (484,401) size 5x12 clip at (484,401) size 5x12 outlineClip at (484,401) size 5x12
    1464   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    1465     RenderText {mo} at (0,-2) size 5x17
    1466       text run at (0,-2) width 5: "\x{23A0}"
    1467 layer at (497,397) size 8x15 backgroundClip at (497,401) size 8x12 clip at (497,401) size 8x12 outlineClip at (497,401) size 8x12
    1468   RenderBlock (relative positioned) {mo} at (0,0) size 8x12
    1469     RenderText {mo} at (0,-2) size 8x17
    1470       text run at (0,-2) width 8: "\x{23D0}"
    1471 layer at (632,397) size 8x15 backgroundClip at (632,401) size 8x12 clip at (632,401) size 8x12 outlineClip at (632,401) size 8x12
    1472   RenderBlock (relative positioned) {mo} at (0,0) size 8x12
    1473     RenderText {mo} at (0,-2) size 8x17
    1474       text run at (0,-2) width 8: "\x{23D0}"
    1475 layer at (10,543) size 10x15 backgroundClip at (10,547) size 10x12 clip at (10,547) size 10x12 outlineClip at (10,547) size 10x12
    1476   RenderBlock (relative positioned) {mo} at (0,0) size 10x12
    1477     RenderText {mo} at (0,-2) size 10x17
    1478       text run at (0,-2) width 10: "\x{2321}"
    1479 layer at (10,609) size 5x15 backgroundClip at (10,613) size 5x12 clip at (10,613) size 5x12 outlineClip at (10,613) size 5x12
    1480   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    1481     RenderText {mo} at (0,-2) size 5x17
    1482       text run at (0,-2) width 5: "\x{239D}"
    1483 layer at (154,609) size 5x15 backgroundClip at (154,613) size 5x12 clip at (154,613) size 5x12 outlineClip at (154,613) size 5x12
    1484   RenderBlock (relative positioned) {mo} at (0,0) size 5x12
    1485     RenderText {mo} at (0,-2) size 5x17
    1486       text run at (0,-2) width 5: "\x{23A0}"
     1223    RenderText {mo} at (0,-3) size 5x17
     1224      text run at (0,-3) width 5: "\x{239F}"
     1225layer at (154,463) size 5x11 scrollHeight 14
     1226  RenderBlock {mo} at (0,38) size 5x11
     1227layer at (50,90) size 7x14 backgroundClip at (50,89) size 7x9 clip at (50,89) size 7x9 outlineClip at (50,89) size 7x9
     1228  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1229    RenderText {mo} at (0,-3) size 7x17
     1230      text run at (0,-3) width 7: "\x{23A7}"
     1231layer at (50,97) size 7x14 backgroundClip at (50,98) size 7x10 clip at (50,98) size 7x10 outlineClip at (50,98) size 7x10
     1232  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1233    RenderText {mo} at (0,-3) size 7x17
     1234      text run at (0,-3) width 7: "\x{23A8}"
     1235layer at (50,105) size 7x14 backgroundClip at (50,108) size 7x11 clip at (50,108) size 7x11 outlineClip at (50,108) size 7x11
     1236  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1237    RenderText {mo} at (0,-3) size 7x17
     1238      text run at (0,-3) width 7: "\x{23A9}"
     1239layer at (88,90) size 7x14 backgroundClip at (88,89) size 7x9 clip at (88,89) size 7x9 outlineClip at (88,89) size 7x9
     1240  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1241    RenderText {mo} at (0,-3) size 7x17
     1242      text run at (0,-3) width 7: "\x{23AB}"
     1243layer at (88,97) size 7x14 backgroundClip at (88,98) size 7x10 clip at (88,98) size 7x10 outlineClip at (88,98) size 7x10
     1244  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1245    RenderText {mo} at (0,-3) size 7x17
     1246      text run at (0,-3) width 7: "\x{23AC}"
     1247layer at (88,105) size 7x14 backgroundClip at (88,108) size 7x11 clip at (88,108) size 7x11 outlineClip at (88,108) size 7x11
     1248  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1249    RenderText {mo} at (0,-3) size 7x17
     1250      text run at (0,-3) width 7: "\x{23AD}"
     1251layer at (103,90) size 5x14 backgroundClip at (103,89) size 5x10 clip at (103,89) size 5x10 outlineClip at (103,89) size 5x10
     1252  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1253    RenderText {mo} at (0,-3) size 5x17
     1254      text run at (0,-3) width 5: "\x{23A1}"
     1255layer at (103,104) size 5x14 backgroundClip at (103,107) size 5x11 clip at (103,107) size 5x11 outlineClip at (103,107) size 5x11
     1256  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1257    RenderText {mo} at (0,-3) size 5x17
     1258      text run at (0,-3) width 5: "\x{23A3}"
     1259layer at (139,90) size 5x14 backgroundClip at (139,89) size 5x10 clip at (139,89) size 5x10 outlineClip at (139,89) size 5x10
     1260  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1261    RenderText {mo} at (0,-3) size 5x17
     1262      text run at (0,-3) width 5: "\x{23A4}"
     1263layer at (139,104) size 5x14 backgroundClip at (139,107) size 5x11 clip at (139,107) size 5x11 outlineClip at (139,107) size 5x11
     1264  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1265    RenderText {mo} at (0,-3) size 5x17
     1266      text run at (0,-3) width 5: "\x{23A6}"
     1267layer at (152,90) size 5x14 backgroundClip at (152,89) size 5x10 clip at (152,89) size 5x10 outlineClip at (152,89) size 5x10
     1268  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1269    RenderText {mo} at (0,-3) size 5x17
     1270      text run at (0,-3) width 5: "\x{239B}"
     1271layer at (152,104) size 5x14 backgroundClip at (152,107) size 5x11 clip at (152,107) size 5x11 outlineClip at (152,107) size 5x11
     1272  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1273    RenderText {mo} at (0,-3) size 5x17
     1274      text run at (0,-3) width 5: "\x{239D}"
     1275layer at (188,90) size 5x14 backgroundClip at (188,89) size 5x10 clip at (188,89) size 5x10 outlineClip at (188,89) size 5x10
     1276  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1277    RenderText {mo} at (0,-3) size 5x17
     1278      text run at (0,-3) width 5: "\x{239E}"
     1279layer at (188,104) size 5x14 backgroundClip at (188,107) size 5x11 clip at (188,107) size 5x11 outlineClip at (188,107) size 5x11
     1280  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1281    RenderText {mo} at (0,-3) size 5x17
     1282      text run at (0,-3) width 5: "\x{23A0}"
     1283layer at (201,90) size 8x14 backgroundClip at (201,89) size 8x10 clip at (201,89) size 8x10 outlineClip at (201,89) size 8x10
     1284  RenderBlock (relative positioned) {mo} at (0,0) size 8x11
     1285    RenderText {mo} at (0,-3) size 8x17
     1286      text run at (0,-3) width 8: "\x{23D0}"
     1287layer at (201,104) size 8x14 backgroundClip at (201,107) size 8x11 clip at (201,107) size 8x11 outlineClip at (201,107) size 8x11
     1288  RenderBlock (relative positioned) {mo} at (0,0) size 8x11
     1289    RenderText {mo} at (0,-3) size 8x17
     1290      text run at (0,-3) width 8: "\x{23D0}"
     1291layer at (240,90) size 8x14 backgroundClip at (240,89) size 8x10 clip at (240,89) size 8x10 outlineClip at (240,89) size 8x10
     1292  RenderBlock (relative positioned) {mo} at (0,0) size 8x11
     1293    RenderText {mo} at (0,-3) size 8x17
     1294      text run at (0,-3) width 8: "\x{23D0}"
     1295layer at (240,104) size 8x14 backgroundClip at (240,107) size 8x11 clip at (240,107) size 8x11 outlineClip at (240,107) size 8x11
     1296  RenderBlock (relative positioned) {mo} at (0,0) size 8x11
     1297    RenderText {mo} at (0,-3) size 8x17
     1298      text run at (0,-3) width 8: "\x{23D0}"
     1299layer at (256,90) size 10x14 backgroundClip at (256,89) size 10x10 clip at (256,89) size 10x10 outlineClip at (256,89) size 10x10
     1300  RenderBlock (relative positioned) {mo} at (0,0) size 10x11
     1301    RenderText {mo} at (0,-3) size 10x17
     1302      text run at (0,-3) width 10: "\x{2320}"
     1303layer at (256,104) size 10x14 backgroundClip at (256,107) size 10x11 clip at (256,107) size 10x11 outlineClip at (256,107) size 10x11
     1304  RenderBlock (relative positioned) {mo} at (0,0) size 10x11
     1305    RenderText {mo} at (0,-3) size 10x17
     1306      text run at (0,-3) width 10: "\x{2321}"
     1307layer at (50,136) size 7x14 backgroundClip at (50,135) size 7x10 clip at (50,135) size 7x10 outlineClip at (50,135) size 7x10
     1308  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1309    RenderText {mo} at (0,-3) size 7x17
     1310      text run at (0,-3) width 7: "\x{23A7}"
     1311layer at (50,148) size 7x14 backgroundClip at (50,149) size 7x10 clip at (50,149) size 7x10 outlineClip at (50,149) size 7x10
     1312  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1313    RenderText {mo} at (0,-3) size 7x17
     1314      text run at (0,-3) width 7: "\x{23A8}"
     1315layer at (50,160) size 7x14 backgroundClip at (50,163) size 7x11 clip at (50,163) size 7x11 outlineClip at (50,163) size 7x11
     1316  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1317    RenderText {mo} at (0,-3) size 7x17
     1318      text run at (0,-3) width 7: "\x{23A9}"
     1319layer at (96,136) size 7x14 backgroundClip at (96,135) size 7x10 clip at (96,135) size 7x10 outlineClip at (96,135) size 7x10
     1320  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1321    RenderText {mo} at (0,-3) size 7x17
     1322      text run at (0,-3) width 7: "\x{23AB}"
     1323layer at (96,148) size 7x14 backgroundClip at (96,149) size 7x10 clip at (96,149) size 7x10 outlineClip at (96,149) size 7x10
     1324  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1325    RenderText {mo} at (0,-3) size 7x17
     1326      text run at (0,-3) width 7: "\x{23AC}"
     1327layer at (96,160) size 7x14 backgroundClip at (96,163) size 7x11 clip at (96,163) size 7x11 outlineClip at (96,163) size 7x11
     1328  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1329    RenderText {mo} at (0,-3) size 7x17
     1330      text run at (0,-3) width 7: "\x{23AD}"
     1331layer at (111,136) size 5x14 backgroundClip at (111,135) size 5x10 clip at (111,135) size 5x10 outlineClip at (111,135) size 5x10
     1332  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1333    RenderText {mo} at (0,-3) size 5x17
     1334      text run at (0,-3) width 5: "\x{23A1}"
     1335layer at (111,160) size 5x14 backgroundClip at (111,163) size 5x11 clip at (111,163) size 5x11 outlineClip at (111,163) size 5x11
     1336  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1337    RenderText {mo} at (0,-3) size 5x17
     1338      text run at (0,-3) width 5: "\x{23A3}"
     1339layer at (155,136) size 5x14 backgroundClip at (155,135) size 5x10 clip at (155,135) size 5x10 outlineClip at (155,135) size 5x10
     1340  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1341    RenderText {mo} at (0,-3) size 5x17
     1342      text run at (0,-3) width 5: "\x{23A4}"
     1343layer at (155,160) size 5x14 backgroundClip at (155,163) size 5x11 clip at (155,163) size 5x11 outlineClip at (155,163) size 5x11
     1344  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1345    RenderText {mo} at (0,-3) size 5x17
     1346      text run at (0,-3) width 5: "\x{23A6}"
     1347layer at (168,136) size 5x14 backgroundClip at (168,135) size 5x10 clip at (168,135) size 5x10 outlineClip at (168,135) size 5x10
     1348  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1349    RenderText {mo} at (0,-3) size 5x17
     1350      text run at (0,-3) width 5: "\x{239B}"
     1351layer at (168,160) size 5x14 backgroundClip at (168,163) size 5x11 clip at (168,163) size 5x11 outlineClip at (168,163) size 5x11
     1352  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1353    RenderText {mo} at (0,-3) size 5x17
     1354      text run at (0,-3) width 5: "\x{239D}"
     1355layer at (212,136) size 5x14 backgroundClip at (212,135) size 5x10 clip at (212,135) size 5x10 outlineClip at (212,135) size 5x10
     1356  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1357    RenderText {mo} at (0,-3) size 5x17
     1358      text run at (0,-3) width 5: "\x{239E}"
     1359layer at (212,160) size 5x14 backgroundClip at (212,163) size 5x11 clip at (212,163) size 5x11 outlineClip at (212,163) size 5x11
     1360  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1361    RenderText {mo} at (0,-3) size 5x17
     1362      text run at (0,-3) width 5: "\x{23A0}"
     1363layer at (225,136) size 8x14 backgroundClip at (225,135) size 8x10 clip at (225,135) size 8x10 outlineClip at (225,135) size 8x10
     1364  RenderBlock (relative positioned) {mo} at (0,0) size 8x11
     1365    RenderText {mo} at (0,-3) size 8x17
     1366      text run at (0,-3) width 8: "\x{23D0}"
     1367layer at (225,160) size 8x14 backgroundClip at (225,163) size 8x11 clip at (225,163) size 8x11 outlineClip at (225,163) size 8x11
     1368  RenderBlock (relative positioned) {mo} at (0,0) size 8x11
     1369    RenderText {mo} at (0,-3) size 8x17
     1370      text run at (0,-3) width 8: "\x{23D0}"
     1371layer at (272,136) size 8x14 backgroundClip at (272,135) size 8x10 clip at (272,135) size 8x10 outlineClip at (272,135) size 8x10
     1372  RenderBlock (relative positioned) {mo} at (0,0) size 8x11
     1373    RenderText {mo} at (0,-3) size 8x17
     1374      text run at (0,-3) width 8: "\x{23D0}"
     1375layer at (272,160) size 8x14 backgroundClip at (272,163) size 8x11 clip at (272,163) size 8x11 outlineClip at (272,163) size 8x11
     1376  RenderBlock (relative positioned) {mo} at (0,0) size 8x11
     1377    RenderText {mo} at (0,-3) size 8x17
     1378      text run at (0,-3) width 8: "\x{23D0}"
     1379layer at (288,136) size 10x14 backgroundClip at (288,135) size 10x10 clip at (288,135) size 10x10 outlineClip at (288,135) size 10x10
     1380  RenderBlock (relative positioned) {mo} at (0,0) size 10x11
     1381    RenderText {mo} at (0,-3) size 10x17
     1382      text run at (0,-3) width 10: "\x{2320}"
     1383layer at (288,160) size 10x14 backgroundClip at (288,163) size 10x11 clip at (288,163) size 10x11 outlineClip at (288,163) size 10x11
     1384  RenderBlock (relative positioned) {mo} at (0,0) size 10x11
     1385    RenderText {mo} at (0,-3) size 10x17
     1386      text run at (0,-3) width 10: "\x{2321}"
     1387layer at (50,191) size 7x14 backgroundClip at (50,190) size 7x10 clip at (50,190) size 7x10 outlineClip at (50,190) size 7x10
     1388  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1389    RenderText {mo} at (0,-3) size 7x17
     1390      text run at (0,-3) width 7: "\x{23A7}"
     1391layer at (50,212) size 7x14 backgroundClip at (50,213) size 7x10 clip at (50,213) size 7x10 outlineClip at (50,213) size 7x10
     1392  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1393    RenderText {mo} at (0,-3) size 7x17
     1394      text run at (0,-3) width 7: "\x{23A8}"
     1395layer at (50,234) size 7x14 backgroundClip at (50,237) size 7x11 clip at (50,237) size 7x11 outlineClip at (50,237) size 7x11
     1396  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1397    RenderText {mo} at (0,-3) size 7x17
     1398      text run at (0,-3) width 7: "\x{23A9}"
     1399layer at (112,191) size 7x14 backgroundClip at (112,190) size 7x10 clip at (112,190) size 7x10 outlineClip at (112,190) size 7x10
     1400  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1401    RenderText {mo} at (0,-3) size 7x17
     1402      text run at (0,-3) width 7: "\x{23AB}"
     1403layer at (112,212) size 7x14 backgroundClip at (112,213) size 7x10 clip at (112,213) size 7x10 outlineClip at (112,213) size 7x10
     1404  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1405    RenderText {mo} at (0,-3) size 7x17
     1406      text run at (0,-3) width 7: "\x{23AC}"
     1407layer at (112,234) size 7x14 backgroundClip at (112,237) size 7x11 clip at (112,237) size 7x11 outlineClip at (112,237) size 7x11
     1408  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1409    RenderText {mo} at (0,-3) size 7x17
     1410      text run at (0,-3) width 7: "\x{23AD}"
     1411layer at (127,191) size 5x14 backgroundClip at (127,190) size 5x10 clip at (127,190) size 5x10 outlineClip at (127,190) size 5x10
     1412  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1413    RenderText {mo} at (0,-3) size 5x17
     1414      text run at (0,-3) width 5: "\x{23A1}"
     1415layer at (127,234) size 5x14 backgroundClip at (127,237) size 5x11 clip at (127,237) size 5x11 outlineClip at (127,237) size 5x11
     1416  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1417    RenderText {mo} at (0,-3) size 5x17
     1418      text run at (0,-3) width 5: "\x{23A3}"
     1419layer at (187,191) size 5x14 backgroundClip at (187,190) size 5x10 clip at (187,190) size 5x10 outlineClip at (187,190) size 5x10
     1420  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1421    RenderText {mo} at (0,-3) size 5x17
     1422      text run at (0,-3) width 5: "\x{23A4}"
     1423layer at (187,234) size 5x14 backgroundClip at (187,237) size 5x11 clip at (187,237) size 5x11 outlineClip at (187,237) size 5x11
     1424  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1425    RenderText {mo} at (0,-3) size 5x17
     1426      text run at (0,-3) width 5: "\x{23A6}"
     1427layer at (200,191) size 5x14 backgroundClip at (200,190) size 5x10 clip at (200,190) size 5x10 outlineClip at (200,190) size 5x10
     1428  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1429    RenderText {mo} at (0,-3) size 5x17
     1430      text run at (0,-3) width 5: "\x{239B}"
     1431layer at (200,234) size 5x14 backgroundClip at (200,237) size 5x11 clip at (200,237) size 5x11 outlineClip at (200,237) size 5x11
     1432  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1433    RenderText {mo} at (0,-3) size 5x17
     1434      text run at (0,-3) width 5: "\x{239D}"
     1435layer at (260,191) size 5x14 backgroundClip at (260,190) size 5x10 clip at (260,190) size 5x10 outlineClip at (260,190) size 5x10
     1436  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1437    RenderText {mo} at (0,-3) size 5x17
     1438      text run at (0,-3) width 5: "\x{239E}"
     1439layer at (260,234) size 5x14 backgroundClip at (260,237) size 5x11 clip at (260,237) size 5x11 outlineClip at (260,237) size 5x11
     1440  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1441    RenderText {mo} at (0,-3) size 5x17
     1442      text run at (0,-3) width 5: "\x{23A0}"
     1443layer at (273,191) size 8x14 backgroundClip at (273,190) size 8x10 clip at (273,190) size 8x10 outlineClip at (273,190) size 8x10
     1444  RenderBlock (relative positioned) {mo} at (0,0) size 8x11
     1445    RenderText {mo} at (0,-3) size 8x17
     1446      text run at (0,-3) width 8: "\x{23D0}"
     1447layer at (273,234) size 8x14 backgroundClip at (273,237) size 8x11 clip at (273,237) size 8x11 outlineClip at (273,237) size 8x11
     1448  RenderBlock (relative positioned) {mo} at (0,0) size 8x11
     1449    RenderText {mo} at (0,-3) size 8x17
     1450      text run at (0,-3) width 8: "\x{23D0}"
     1451layer at (336,191) size 8x14 backgroundClip at (336,190) size 8x10 clip at (336,190) size 8x10 outlineClip at (336,190) size 8x10
     1452  RenderBlock (relative positioned) {mo} at (0,0) size 8x11
     1453    RenderText {mo} at (0,-3) size 8x17
     1454      text run at (0,-3) width 8: "\x{23D0}"
     1455layer at (336,234) size 8x14 backgroundClip at (336,237) size 8x11 clip at (336,237) size 8x11 outlineClip at (336,237) size 8x11
     1456  RenderBlock (relative positioned) {mo} at (0,0) size 8x11
     1457    RenderText {mo} at (0,-3) size 8x17
     1458      text run at (0,-3) width 8: "\x{23D0}"
     1459layer at (352,191) size 10x14 backgroundClip at (352,190) size 10x10 clip at (352,190) size 10x10 outlineClip at (352,190) size 10x10
     1460  RenderBlock (relative positioned) {mo} at (0,0) size 10x11
     1461    RenderText {mo} at (0,-3) size 10x17
     1462      text run at (0,-3) width 10: "\x{2320}"
     1463layer at (352,234) size 10x14 backgroundClip at (352,237) size 10x11 clip at (352,237) size 10x11 outlineClip at (352,237) size 10x11
     1464  RenderBlock (relative positioned) {mo} at (0,0) size 10x11
     1465    RenderText {mo} at (0,-3) size 10x17
     1466      text run at (0,-3) width 10: "\x{2321}"
     1467layer at (58,265) size 7x14 backgroundClip at (58,264) size 7x10 clip at (58,264) size 7x10 outlineClip at (58,264) size 7x10
     1468  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1469    RenderText {mo} at (0,-3) size 7x17
     1470      text run at (0,-3) width 7: "\x{23A7}"
     1471layer at (58,330) size 7x14 backgroundClip at (58,331) size 7x10 clip at (58,331) size 7x10 outlineClip at (58,331) size 7x10
     1472  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1473    RenderText {mo} at (0,-3) size 7x17
     1474      text run at (0,-3) width 7: "\x{23A8}"
     1475layer at (58,395) size 7x14 backgroundClip at (58,398) size 7x11 clip at (58,398) size 7x11 outlineClip at (58,398) size 7x11
     1476  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1477    RenderText {mo} at (0,-3) size 7x17
     1478      text run at (0,-3) width 7: "\x{23A9}"
     1479layer at (120,265) size 7x14 backgroundClip at (120,264) size 7x10 clip at (120,264) size 7x10 outlineClip at (120,264) size 7x10
     1480  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1481    RenderText {mo} at (0,-3) size 7x17
     1482      text run at (0,-3) width 7: "\x{23AB}"
     1483layer at (120,330) size 7x14 backgroundClip at (120,331) size 7x10 clip at (120,331) size 7x10 outlineClip at (120,331) size 7x10
     1484  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1485    RenderText {mo} at (0,-3) size 7x17
     1486      text run at (0,-3) width 7: "\x{23AC}"
     1487layer at (120,395) size 7x14 backgroundClip at (120,398) size 7x11 clip at (120,398) size 7x11 outlineClip at (120,398) size 7x11
     1488  RenderBlock (relative positioned) {mo} at (0,0) size 7x11
     1489    RenderText {mo} at (0,-3) size 7x17
     1490      text run at (0,-3) width 7: "\x{23AD}"
     1491layer at (135,265) size 5x14 backgroundClip at (135,264) size 5x10 clip at (135,264) size 5x10 outlineClip at (135,264) size 5x10
     1492  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1493    RenderText {mo} at (0,-3) size 5x17
     1494      text run at (0,-3) width 5: "\x{23A1}"
     1495layer at (135,395) size 5x14 backgroundClip at (135,398) size 5x11 clip at (135,398) size 5x11 outlineClip at (135,398) size 5x11
     1496  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1497    RenderText {mo} at (0,-3) size 5x17
     1498      text run at (0,-3) width 5: "\x{23A3}"
     1499layer at (195,265) size 5x14 backgroundClip at (195,264) size 5x10 clip at (195,264) size 5x10 outlineClip at (195,264) size 5x10
     1500  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1501    RenderText {mo} at (0,-3) size 5x17
     1502      text run at (0,-3) width 5: "\x{23A4}"
     1503layer at (195,395) size 5x14 backgroundClip at (195,398) size 5x11 clip at (195,398) size 5x11 outlineClip at (195,398) size 5x11
     1504  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1505    RenderText {mo} at (0,-3) size 5x17
     1506      text run at (0,-3) width 5: "\x{23A6}"
     1507layer at (208,265) size 5x14 backgroundClip at (208,264) size 5x10 clip at (208,264) size 5x10 outlineClip at (208,264) size 5x10
     1508  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1509    RenderText {mo} at (0,-3) size 5x17
     1510      text run at (0,-3) width 5: "\x{239B}"
     1511layer at (208,395) size 5x14 backgroundClip at (208,398) size 5x11 clip at (208,398) size 5x11 outlineClip at (208,398) size 5x11
     1512  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1513    RenderText {mo} at (0,-3) size 5x17
     1514      text run at (0,-3) width 5: "\x{239D}"
     1515layer at (268,265) size 5x14 backgroundClip at (268,264) size 5x10 clip at (268,264) size 5x10 outlineClip at (268,264) size 5x10
     1516  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1517    RenderText {mo} at (0,-3) size 5x17
     1518      text run at (0,-3) width 5: "\x{239E}"
     1519layer at (268,395) size 5x14 backgroundClip at (268,398) size 5x11 clip at (268,398) size 5x11 outlineClip at (268,398) size 5x11
     1520  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1521    RenderText {mo} at (0,-3) size 5x17
     1522      text run at (0,-3) width 5: "\x{23A0}"
     1523layer at (281,265) size 8x14 backgroundClip at (281,264) size 8x10 clip at (281,264) size 8x10 outlineClip at (281,264) size 8x10
     1524  RenderBlock (relative positioned) {mo} at (0,0) size 8x11
     1525    RenderText {mo} at (0,-3) size 8x17
     1526      text run at (0,-3) width 8: "\x{23D0}"
     1527layer at (281,395) size 8x14 backgroundClip at (281,398) size 8x11 clip at (281,398) size 8x11 outlineClip at (281,398) size 8x11
     1528  RenderBlock (relative positioned) {mo} at (0,0) size 8x11
     1529    RenderText {mo} at (0,-3) size 8x17
     1530      text run at (0,-3) width 8: "\x{23D0}"
     1531layer at (344,265) size 8x14 backgroundClip at (344,264) size 8x10 clip at (344,264) size 8x10 outlineClip at (344,264) size 8x10
     1532  RenderBlock (relative positioned) {mo} at (0,0) size 8x11
     1533    RenderText {mo} at (0,-3) size 8x17
     1534      text run at (0,-3) width 8: "\x{23D0}"
     1535layer at (344,395) size 8x14 backgroundClip at (344,398) size 8x11 clip at (344,398) size 8x11 outlineClip at (344,398) size 8x11
     1536  RenderBlock (relative positioned) {mo} at (0,0) size 8x11
     1537    RenderText {mo} at (0,-3) size 8x17
     1538      text run at (0,-3) width 8: "\x{23D0}"
     1539layer at (360,265) size 10x14 backgroundClip at (360,264) size 10x10 clip at (360,264) size 10x10 outlineClip at (360,264) size 10x10
     1540  RenderBlock (relative positioned) {mo} at (0,0) size 10x11
     1541    RenderText {mo} at (0,-3) size 10x17
     1542      text run at (0,-3) width 10: "\x{2320}"
     1543layer at (360,395) size 10x14 backgroundClip at (360,398) size 10x11 clip at (360,398) size 10x11 outlineClip at (360,398) size 10x11
     1544  RenderBlock (relative positioned) {mo} at (0,0) size 10x11
     1545    RenderText {mo} at (0,-3) size 10x17
     1546      text run at (0,-3) width 10: "\x{2321}"
     1547layer at (10,426) size 5x14 backgroundClip at (10,425) size 5x10 clip at (10,425) size 5x10 outlineClip at (10,425) size 5x10
     1548  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1549    RenderText {mo} at (0,-3) size 5x17
     1550      text run at (0,-3) width 5: "\x{239B}"
     1551layer at (10,460) size 5x14 backgroundClip at (10,463) size 5x11 clip at (10,463) size 5x11 outlineClip at (10,463) size 5x11
     1552  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1553    RenderText {mo} at (0,-3) size 5x17
     1554      text run at (0,-3) width 5: "\x{239D}"
     1555layer at (154,426) size 5x14 backgroundClip at (154,425) size 5x10 clip at (154,425) size 5x10 outlineClip at (154,425) size 5x10
     1556  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1557    RenderText {mo} at (0,-3) size 5x17
     1558      text run at (0,-3) width 5: "\x{239E}"
     1559layer at (154,460) size 5x14 backgroundClip at (154,463) size 5x11 clip at (154,463) size 5x11 outlineClip at (154,463) size 5x11
     1560  RenderBlock (relative positioned) {mo} at (0,0) size 5x11
     1561    RenderText {mo} at (0,-3) size 5x17
     1562      text run at (0,-3) width 5: "\x{23A0}"
  • trunk/LayoutTests/platform/mac/mathml/presentation/tables-expected.checksum

    r62945 r64967  
    1 496b2a81d83a5acf28694c0a381d752b
     14bb76a66be1fb135f74d3f495ee5dd85
  • trunk/WebCore/ChangeLog

    r64966 r64967  
     12010-08-09  François Sausset  <sausset@gmail.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        Implement mfenced MathML element
     6        Update stretchy operator code to take into account new brackets and to tune layout parameters
     7        https://bugs.webkit.org/show_bug.cgi?id=42472
     8
     9        Test: mathml/presentation/fenced.xhtml
     10
     11        * WebCore.xcodeproj/project.pbxproj:
     12        * mathml/MathMLInlineContainerElement.cpp:
     13        (WebCore::MathMLInlineContainerElement::MathMLInlineContainerElement):
     14        (WebCore::MathMLInlineContainerElement::createRenderer):
     15        * mathml/RenderMathMLFenced.cpp: Added.
     16        (WebCore::RenderMathMLFenced::RenderMathMLFenced):
     17        (WebCore::RenderMathMLFenced::updateFromElement):
     18        (WebCore::RenderMathMLFenced::makeOperatorStyle):
     19        (WebCore::RenderMathMLFenced::makeFences):
     20        (WebCore::RenderMathMLFenced::addChild):
     21        (WebCore::RenderMathMLFenced::layout):
     22        * mathml/RenderMathMLFenced.h: Added.
     23        * mathml/RenderMathMLOperator.cpp:
     24        (WebCore::RenderMathMLOperator::RenderMathMLOperator):
     25        (WebCore::RenderMathMLOperator::stretchToHeight):
     26        (WebCore::):
     27        (WebCore::RenderMathMLOperator::updateFromElement):
     28        (WebCore::RenderMathMLOperator::createStackableStyle):
     29        (WebCore::RenderMathMLOperator::createGlyph):
     30
    1312010-08-08  ryuan choi  <ryuan.choi@samsung.com>
    232
  • trunk/WebCore/WebCore.xcodeproj/project.pbxproj

    r64949 r64967  
    234234                0F5B7A5410F65D7A00376302 /* RenderEmbeddedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F5B7A5210F65D7A00376302 /* RenderEmbeddedObject.cpp */; };
    235235                0F5B7A5510F65D7A00376302 /* RenderEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F5B7A5310F65D7A00376302 /* RenderEmbeddedObject.h */; settings = {ATTRIBUTES = (Private, ); }; };
     236                0F69B9C9120FE1D6000E1FC7 /* RenderMathMLFenced.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F69B9C7120FE1D6000E1FC7 /* RenderMathMLFenced.cpp */; };
     237                0F69B9CA120FE1D6000E1FC7 /* RenderMathMLFenced.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F69B9C8120FE1D6000E1FC7 /* RenderMathMLFenced.h */; };
    236238                0F6ECD450F252F3700BDE271 /* CSSPropertyLonghand.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F6ECD430F252F3700BDE271 /* CSSPropertyLonghand.h */; };
    237239                0F6ECD460F252F3700BDE271 /* CSSPropertyLonghand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F6ECD440F252F3700BDE271 /* CSSPropertyLonghand.cpp */; };
     
    59365938                0F5B7A5210F65D7A00376302 /* RenderEmbeddedObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RenderEmbeddedObject.cpp; sourceTree = "<group>"; };
    59375939                0F5B7A5310F65D7A00376302 /* RenderEmbeddedObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RenderEmbeddedObject.h; sourceTree = "<group>"; };
     5940                0F69B9C7120FE1D6000E1FC7 /* RenderMathMLFenced.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RenderMathMLFenced.cpp; sourceTree = "<group>"; };
     5941                0F69B9C8120FE1D6000E1FC7 /* RenderMathMLFenced.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RenderMathMLFenced.h; sourceTree = "<group>"; };
    59385942                0F6ECD430F252F3700BDE271 /* CSSPropertyLonghand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CSSPropertyLonghand.h; sourceTree = "<group>"; };
    59395943                0F6ECD440F252F3700BDE271 /* CSSPropertyLonghand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CSSPropertyLonghand.cpp; sourceTree = "<group>"; };
     
    1741817422                                FA654A6D1108ABFF002615E0 /* RenderMathMLBlock.cpp */,
    1741917423                                FA654A6E1108ABFF002615E0 /* RenderMathMLBlock.h */,
     17424                                0F69B9C7120FE1D6000E1FC7 /* RenderMathMLFenced.cpp */,
     17425                                0F69B9C8120FE1D6000E1FC7 /* RenderMathMLFenced.h */,
    1742017426                                FAA1056E114C2DF700940A01 /* RenderMathMLFraction.cpp */,
    1742117427                                FAA1056F114C2DF700940A01 /* RenderMathMLFraction.h */,
     
    2012720133                                97DD4D870FDF4D6E00ECF9A4 /* XSSAuditor.h in Headers */,
    2012820134                                CE172E011136E8CE0062A533 /* ZoomMode.h in Headers */,
     20135                                0F69B9CA120FE1D6000E1FC7 /* RenderMathMLFenced.h in Headers */,
    2012920136                        );
    2013020137                        runOnlyForDeploymentPostprocessing = 0;
     
    2254922556                                E1BE512D0CF6C512002EA959 /* XSLTUnicodeSort.cpp in Sources */,
    2255022557                                97DD4D860FDF4D6E00ECF9A4 /* XSSAuditor.cpp in Sources */,
     22558                                0F69B9C9120FE1D6000E1FC7 /* RenderMathMLFenced.cpp in Sources */,
    2255122559                        );
    2255222560                        runOnlyForDeploymentPostprocessing = 0;
  • trunk/WebCore/mathml/MathMLInlineContainerElement.cpp

    r64668 r64967  
    3333#include "MathMLNames.h"
    3434#include "RenderMathMLBlock.h"
     35#include "RenderMathMLFenced.h"
    3536#include "RenderMathMLFraction.h"
    3637#include "RenderMathMLRoot.h"
     
    7677    else if (hasLocalName(MathMLNames::mrootTag))
    7778        return new (arena) RenderMathMLRoot(this);
     79    else if (hasLocalName(MathMLNames::mfencedTag))
     80        return new (arena) RenderMathMLFenced(this);
    7881    else
    7982        return new (arena) RenderMathMLBlock(this);
  • trunk/WebCore/mathml/RenderMathMLOperator.cpp

    r64783 r64967  
    3939
    4040RenderMathMLOperator::RenderMathMLOperator(Node* container)
    41     : RenderMathMLBlock(container),
    42       m_stretchHeight(0),
    43       m_operator(0)
    44 {
    45 }
    46    
     41    : RenderMathMLBlock(container)
     42    , m_stretchHeight(0)
     43    , m_operator(0)
     44{
     45}
     46
    4747RenderMathMLOperator::RenderMathMLOperator(Node* container, UChar operatorChar)
    48     : RenderMathMLBlock(container),
    49       m_stretchHeight(0),
    50       m_operator(operatorChar)
    51 {
    52 }
    53    
     48    : RenderMathMLBlock(container)
     49    , m_stretchHeight(0)
     50    , m_operator(operatorChar)
     51{
     52}
     53
    5454bool RenderMathMLOperator::isChildAllowed(RenderObject*, RenderStyle*) const
    5555{
     
    6060static const float gOperatorExpansion = 1.2f;
    6161
    62 void  RenderMathMLOperator::stretchToHeight(int height)
     62void RenderMathMLOperator::stretchToHeight(int height)
    6363{
    6464    if (height == m_stretchHeight)
     
    8888    UChar bottomGlyph;
    8989    UChar middleGlyph;
    90 } stretchyCharacters[9] = {
    91 { 0x28  , 0x239b, 0x239c, 0x239d, 0x0    }, // left parenthesis
    92 { 0x29  , 0x239e, 0x239f, 0x23a0, 0x0    }, // right parenthesis
    93 { 0x5b  , 0x23a1, 0x23a2, 0x23a3, 0x0    }, // left square bracket
    94 { 0x5d  , 0x23a4, 0x23a5, 0x23a6, 0x0    }, // right square bracket
    95 { 0x7b  , 0x23a7, 0x23aa, 0x23a9, 0x23a8 }, // left curly bracket
    96 { 0x7c  , 0x23d0, 0x23d0, 0x23d0, 0x0    }, // vertical bar
    97 { 0x7d  , 0x23ab, 0x23aa, 0x23ad, 0x23ac }, // right curly bracket
    98 { 0x222b, 0x2320, 0x23ae, 0x2321, 0x0    } // integral sign
     90} stretchyCharacters[13] = {
     91    { 0x28  , 0x239b, 0x239c, 0x239d, 0x0    }, // left parenthesis
     92    { 0x29  , 0x239e, 0x239f, 0x23a0, 0x0    }, // right parenthesis
     93    { 0x5b  , 0x23a1, 0x23a2, 0x23a3, 0x0    }, // left square bracket
     94    { 0x2308, 0x23a1, 0x23a2, 0x23a2, 0x0    }, // left ceiling
     95    { 0x230a, 0x23a2, 0x23a2, 0x23a3, 0x0    }, // left floor
     96    { 0x5d  , 0x23a4, 0x23a5, 0x23a6, 0x0    }, // right square bracket
     97    { 0x2309, 0x23a4, 0x23a5, 0x23a5, 0x0    }, // right ceiling
     98    { 0x230b, 0x23a5, 0x23a5, 0x23a6, 0x0    }, // right floor
     99    { 0x7b  , 0x23a7, 0x23aa, 0x23a9, 0x23a8 }, // left curly bracket
     100    { 0x7c  , 0x23d0, 0x23d0, 0x23d0, 0x0    }, // vertical bar
     101    { 0x2016, 0x2016, 0x2016, 0x2016, 0x0    }, // double vertical line
     102    { 0x7d  , 0x23ab, 0x23aa, 0x23ad, 0x23ac }, // right curly bracket
     103    { 0x222b, 0x2320, 0x23ae, 0x2321, 0x0    } // integral sign
    99104};
    100105
     
    108113// All of these settings are represented in the constants below.
    109114
     115// FIXME: use fractions of style()->fontSize() for proper zooming/resizing.
    110116static const int gGlyphFontSize = 14;
    111 static const int gGlyphLineHeight = 12;
     117static const int gGlyphLineHeight = 11;
    112118static const int gMinimumStretchHeight = 24;
    113119static const int gGlyphHeight = 10;
    114 static const int gMiddleGlyphTopAdjust = -2;
    115 static const int gBottomGlyphTopAdjust = -4;
     120static const int gTopGlyphTopAdjust = 1;
     121static const int gMiddleGlyphTopAdjust = -1;
     122static const int gBottomGlyphTopAdjust = -3;
    116123static const float gMinimumRatioForStretch = 0.10f;
    117124
     
    142149                for (unsigned int i = 0; !firstChar && i < opText.length(); i++) {
    143150                    if (!isSpaceOrNewline(opText[i]))
    144                        firstChar = opText[i];
     151                        firstChar = opText[i];
    145152                }
    146153            }
     
    177184        newStyle->inheritFrom(style());
    178185        newStyle->setDisplay(INLINE_BLOCK);
    179 
     186       
    180187        // Check for a stretchable character that is under the minimum height and use the
    181188        // font size to adjust the glyph size.
     
    204211        container->setStyle(newStyle.release());
    205212        addChild(container);
    206 
     213       
    207214        // Build the text of the operator.
    208215        RenderText* text = 0;
     
    228235            if (half <= gGlyphHeight) {
    229236                // We only have enough space for a single middle glyph.
    230                 createGlyph(stretchyCharacters[index].topGlyph, half);
     237                createGlyph(stretchyCharacters[index].topGlyph, half, gTopGlyphTopAdjust);
    231238                createGlyph(stretchyCharacters[index].middleGlyph, gGlyphHeight, gMiddleGlyphTopAdjust);
    232239                createGlyph(stretchyCharacters[index].bottomGlyph, 0, gBottomGlyphTopAdjust);
    233240            } else {
    234241                // We have to extend both the top and bottom to the middle.
    235                 createGlyph(stretchyCharacters[index].topGlyph, gGlyphHeight);
     242                createGlyph(stretchyCharacters[index].topGlyph, gGlyphHeight, gTopGlyphTopAdjust);
    236243                int remaining = half - gGlyphHeight;
    237244                while (remaining > 0) {
     
    271278            // We do not have a middle glyph and so we just extend from the top to the bottom glyph.
    272279            int remaining = m_stretchHeight - 2 * gGlyphHeight;
    273             createGlyph(stretchyCharacters[index].topGlyph, gGlyphHeight);
     280            createGlyph(stretchyCharacters[index].topGlyph, gGlyphHeight, gTopGlyphTopAdjust);
    274281            while (remaining > 0) {
    275282                if (remaining < gGlyphHeight) {
     
    291298    newStyle->inheritFrom(style());
    292299    newStyle->setDisplay(BLOCK);
    293 
     300   
    294301    FontDescription desc;
    295302    desc.setIsAbsoluteSize(true);
     
    303310    if (size > 0)
    304311        newStyle->setMaxHeight(Length(size, Fixed));
    305 
     312   
    306313    newStyle->setOverflowY(OHIDDEN);
    307314    newStyle->setOverflowX(OHIDDEN);
     
    331338        parent = charBlock;
    332339    }
    333      
     340   
    334341    RenderText* text = new (renderArena()) RenderText(node(), StringImpl::create(&glyph, 1));
    335342    text->setStyle(container->style());
     
    346353    return RenderBlock::baselinePosition(firstLine, isRootLineBox);
    347354}
    348 
     355   
    349356}
    350357
Note: See TracChangeset for help on using the changeset viewer.