Changeset 170418 in webkit


Ignore:
Timestamp:
Jun 24, 2014 9:56:32 PM (10 years ago)
Author:
fred.wang@free.fr
Message:

Tools: [EFL] [GTK] Use Latin Modern Math in the jhbuild environments.
https://bugs.webkit.org/show_bug.cgi?id=134153

Reviewed by Martin Robinson.

  • efl/jhbuild.modules: Use webkitgtk-test-fonts.git instead of the zip archive and upgrade to 0.0.5.
  • gtk/jhbuild.modules: Upgrade webkitgtk-test-fonts to 0.0.5.

LayoutTests: [EFL] [GTK] Update the MathML test references.
https://bugs.webkit.org/show_bug.cgi?id=134153

Reviewed by Martin Robinson.

We update the GTK references after the move to Latin Modern Math.

  • mathml/presentation/bug95015-expected.html: hide the base X since it is causing antialiasing diff.
  • mathml/presentation/bug95015.html: ditto
  • platform/efl/TestExpectations: enable some tests again (the references must be updated).
  • platform/gtk/TestExpectations: enable OpenType MATH test again, mark mo-stacked-glyphs as failing.
  • platform/gtk/mathml/presentation/menclose-notation-default-longdiv-expected.txt: update reference.
  • platform/gtk/mathml/presentation/mo-stretch-expected.png: ditto
  • platform/gtk/mathml/presentation/mo-stretch-expected.txt: ditto
  • platform/gtk/mathml/presentation/roots-expected.png: ditto
  • platform/gtk/mathml/presentation/roots-expected.txt: ditto
Location:
trunk
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r170417 r170418  
     12014-06-24  Frédéric Wang  <fred.wang@free.fr>
     2
     3        [EFL] [GTK] Update the MathML test references.
     4        https://bugs.webkit.org/show_bug.cgi?id=134153
     5
     6        Reviewed by Martin Robinson.
     7
     8        We update the GTK references after the move to Latin Modern Math.
     9
     10        * mathml/presentation/bug95015-expected.html: hide the base X since it is causing antialiasing diff.
     11        * mathml/presentation/bug95015.html: ditto
     12        * platform/efl/TestExpectations: enable some tests again (the references must be updated).
     13        * platform/gtk/TestExpectations: enable OpenType MATH test again, mark mo-stacked-glyphs as failing.
     14        * platform/gtk/mathml/presentation/menclose-notation-default-longdiv-expected.txt: update reference.
     15        * platform/gtk/mathml/presentation/mo-stretch-expected.png: ditto
     16        * platform/gtk/mathml/presentation/mo-stretch-expected.txt: ditto
     17        * platform/gtk/mathml/presentation/roots-expected.png: ditto
     18        * platform/gtk/mathml/presentation/roots-expected.txt: ditto
     19
    1202014-06-24  Commit Queue  <commit-queue@webkit.org>
    221
  • trunk/LayoutTests/mathml/presentation/bug95015-expected.html

    r152777 r170418  
    1515          <mspace height="50px" depth="50px"/>
    1616          <msup>
    17             <mi>X</mi>
     17            <mphantom><mi>X</mi></mphantom>
    1818            <mspace/>
    1919          </msup>
  • trunk/LayoutTests/mathml/presentation/bug95015.html

    r152777 r170418  
    1515          <mspace height="50px" depth="50px"/>
    1616          <msup>
    17             <mi>X</mi>
     17            <mphantom><mi>X</mi></mphantom>
    1818            <msubsup><mi>y</mi><mn>1</mn><mn>2</mn></msubsup>
    1919          </msup>
  • trunk/LayoutTests/platform/efl/TestExpectations

    r170354 r170418  
    21352135webkit.org/b/133308 fast/selectors/hover-quirks.html [ Failure ]
    21362136
    2137 # These tests require Latin Modern Math to be installed on the bots.
    2138 webkit.org/b/133604 mathml/opentype/horizontal-munderover.html [ Failure ]
    2139 webkit.org/b/133604 mathml/opentype/horizontal.html [ Failure ]
    2140 webkit.org/b/133604 mathml/opentype/large-operators.html [ Failure ]
    2141 webkit.org/b/133604 mathml/opentype/vertical.html [ Failure ]
    2142 
    2143 # Missing or bad references
    2144 webkit.org/b/130322 mathml/opentype/opentype-stretchy.html [ Failure ]
    2145 webkit.org/b/72828 mathml/opentype/opentype-stretchy-horizontal.html [ Failure ]
    2146 webkit.org/b/119038 mathml/presentation/mo-stretch.html [ Failure ]
    2147 webkit.org/b/119038 mathml/presentation/roots.xhtml [ Failure ]
    2148 
    21492137# Failures EFL since the inception
    21502138webkit.org/b/133734 css3/viewport-percentage-lengths/viewport-percentage-lengths-anonymous-block.html [ Failure ]
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r170232 r170418  
    19741974webkit.org/b/133803 editing/undo/undo-deleteWord.html [ Failure ]
    19751975
    1976 # These tests require Latin Modern Math to be installed on the bots.
    1977 webkit.org/b/133604 mathml/opentype/horizontal-munderover.html [ Failure ]
    1978 webkit.org/b/133604 mathml/opentype/horizontal.html [ Failure ]
    1979 webkit.org/b/133604 mathml/opentype/large-operators.html [ Failure ]
    1980 webkit.org/b/133604 mathml/opentype/vertical.html [ Failure ]
     1976# Difference invisible at the naked eye with Latin Modern Math.
     1977webkit.org/b/134153 mathml/presentation/mo-stacked-glyphs.html [ ImageOnlyFailure ]
    19811978
    19821979#////////////////////////////////////////////////////////////////////////////////////////
  • trunk/LayoutTests/platform/gtk/mathml/presentation/menclose-notation-default-longdiv-expected.txt

    r167539 r170418  
    77        RenderMathMLMath {math} at (0,0) size 102x56 [padding: 0 1 0 1]
    88          RenderMathMLRow {mrow} at (1,0) size 100x56
    9             RenderMathMLMenclose {menclose} at (0,0) size 100x56 [padding: 6 0 0 5]
    10               RenderMathMLSpace {mspace} at (5,6) size 100x50 [bgcolor=#FF0000]
     9            RenderMathMLMenclose {menclose} at (0,0) size 100x56 [padding: 6 0 0 6]
     10              RenderMathMLSpace {mspace} at (6,6) size 100x50 [bgcolor=#FF0000]
    1111        RenderText {#text} at (0,0) size 0x0
  • trunk/LayoutTests/platform/gtk/mathml/presentation/mo-stretch-expected.txt

    r170005 r170418  
    11layer at (0,0) size 800x600
    22  RenderView at (0,0) size 800x600
    3 layer at (0,0) size 800x259
    4   RenderBlock {HTML} at (0,0) size 800x259
    5     RenderBody {BODY} at (8,8) size 784x243
    6       RenderMathMLMath {math} at (0,0) size 126x24 [padding: 0 1 0 1]
    7         RenderMathMLRow {mrow} at (1,0) size 124x24
    8           RenderMathMLOperator {mo} at (0,5) size 7x14
    9             RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
    10               RenderBlock (anonymous) at (0,0) size 5x14
    11                 RenderText at (0,-6) size 5x25
    12                   text run at (0,-6) width 5: "("
    13           RenderMathMLOperator {mo} at (7,5) size 7x14
    14             RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
    15               RenderBlock (anonymous) at (0,0) size 5x14
    16                 RenderText at (0,-6) size 5x25
    17                   text run at (0,-6) width 5: ")"
    18           RenderMathMLOperator {mo} at (14,5) size 10x14
    19             RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
    20               RenderBlock (anonymous) at (0,0) size 8x14
    21                 RenderText at (0,-6) size 8x25
    22                   text run at (0,-6) width 8: "{"
    23           RenderMathMLOperator {mo} at (24,5) size 10x14
    24             RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
    25               RenderBlock (anonymous) at (0,0) size 8x14
    26                 RenderText at (0,-6) size 8x25
    27                   text run at (0,-6) width 8: "}"
    28           RenderMathMLOperator {mo} at (34,5) size 7x14
    29             RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
    30               RenderBlock (anonymous) at (0,0) size 5x14
    31                 RenderText at (0,-6) size 5x25
    32                   text run at (0,-6) width 5: "["
    33           RenderMathMLOperator {mo} at (41,5) size 7x14
    34             RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
    35               RenderBlock (anonymous) at (0,0) size 5x14
    36                 RenderText at (0,-6) size 5x25
    37                   text run at (0,-6) width 5: "]"
    38           RenderMathMLOperator {mo} at (48,4) size 8x16
    39             RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    40               RenderBlock (anonymous) at (0,0) size 8x16
    41                 RenderText at (0,-5) size 8x25
    42                   text run at (0,-5) width 8: "\x{2308}"
    43           RenderMathMLOperator {mo} at (56,4) size 8x16
    44             RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    45               RenderBlock (anonymous) at (0,0) size 8x16
    46                 RenderText at (0,-5) size 8x25
    47                   text run at (0,-5) width 8: "\x{2309}"
    48           RenderMathMLOperator {mo} at (64,4) size 8x16
    49             RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    50               RenderBlock (anonymous) at (0,0) size 8x16
    51                 RenderText at (0,-5) size 8x25
    52                   text run at (0,-5) width 8: "\x{230A}"
    53           RenderMathMLOperator {mo} at (72,4) size 8x16
    54             RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    55               RenderBlock (anonymous) at (0,0) size 8x16
    56                 RenderText at (0,-5) size 8x25
    57                   text run at (0,-5) width 8: "\x{230B}"
    58           RenderMathMLOperator {mo} at (80,2) size 12x20
    59             RenderMathMLBlock (anonymous, flex) at (0,0) size 11x20
    60               RenderBlock (anonymous) at (0,0) size 7x20
    61                 RenderText at (0,-3) size 7x25
    62                   text run at (0,-3) width 7: "\x{222B}"
    63           RenderMathMLOperator {mo} at (91,0) size 8x24
    64             RenderMathMLBlock (anonymous, flex) at (1,0) size 4x12
    65               RenderBlock (anonymous) at (0,0) size 3x12
    66                 RenderText at (0,-6) size 3x25
    67                   text run at (0,-6) width 3: "|"
    68           RenderMathMLOperator {mo} at (98,4) size 9x16
    69             RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    70               RenderBlock (anonymous) at (0,0) size 8x16
    71                 RenderText at (0,-5) size 8x25
    72                   text run at (0,-5) width 8: "\x{2016}"
    73           RenderMathMLOperator {mo} at (106,4) size 18x16
     3layer at (0,0) size 800x269
     4  RenderBlock {HTML} at (0,0) size 800x269
     5    RenderBody {BODY} at (8,8) size 784x253
     6      RenderMathMLMath {math} at (0,0) size 173x36 [padding: 0 1 0 1]
     7        RenderMathMLRow {mrow} at (1,0) size 171x36
     8          RenderMathMLOperator {mo} at (0,4) size 14x30
     9            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
     10              RenderBlock (anonymous) at (0,0) size 6x16
     11                RenderText at (0,-45) size 6x106
     12                  text run at (0,-45) width 6: "("
     13          RenderMathMLOperator {mo} at (14,4) size 14x30
     14            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
     15              RenderBlock (anonymous) at (0,0) size 6x16
     16                RenderText at (0,-45) size 6x106
     17                  text run at (0,-45) width 6: ")"
     18          RenderMathMLOperator {mo} at (28,4) size 14x30
     19            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
     20              RenderBlock (anonymous) at (0,0) size 8x16
     21                RenderText at (0,-45) size 8x106
     22                  text run at (0,-45) width 8: "{"
     23          RenderMathMLOperator {mo} at (42,4) size 14x30
     24            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
     25              RenderBlock (anonymous) at (0,0) size 8x16
     26                RenderText at (0,-45) size 8x106
     27                  text run at (0,-45) width 8: "}"
     28          RenderMathMLOperator {mo} at (56,4) size 11x30
     29            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     30              RenderBlock (anonymous) at (0,0) size 4x16
     31                RenderText at (0,-45) size 4x106
     32                  text run at (0,-45) width 4: "["
     33          RenderMathMLOperator {mo} at (67,4) size 11x30
     34            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     35              RenderBlock (anonymous) at (0,0) size 4x16
     36                RenderText at (0,-45) size 4x106
     37                  text run at (0,-45) width 4: "]"
     38          RenderMathMLOperator {mo} at (78,4) size 11x30
     39            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     40              RenderBlock (anonymous) at (0,0) size 7x16
     41                RenderText at (0,-45) size 7x106
     42                  text run at (0,-45) width 7: "\x{2308}"
     43          RenderMathMLOperator {mo} at (89,4) size 11x30
     44            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     45              RenderBlock (anonymous) at (0,0) size 7x16
     46                RenderText at (0,-45) size 7x106
     47                  text run at (0,-45) width 7: "\x{2309}"
     48          RenderMathMLOperator {mo} at (100,4) size 11x30
     49            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     50              RenderBlock (anonymous) at (0,0) size 7x16
     51                RenderText at (0,-45) size 7x106
     52                  text run at (0,-45) width 7: "\x{230A}"
     53          RenderMathMLOperator {mo} at (111,4) size 11x30
     54            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     55              RenderBlock (anonymous) at (0,0) size 7x16
     56                RenderText at (0,-45) size 7x106
     57                  text run at (0,-45) width 7: "\x{230B}"
     58          RenderMathMLOperator {mo} at (122,0) size 17x36
     59            RenderMathMLBlock (anonymous, flex) at (0,0) size 16x18
     60              RenderBlock (anonymous) at (0,0) size 11x18
     61                RenderText at (0,-44) size 11x106
     62                  text run at (0,-44) width 11: "\x{222B}"
     63          RenderMathMLOperator {mo} at (138,6) size 9x28
     64            RenderMathMLBlock (anonymous, flex) at (1,0) size 5x16
     65              RenderBlock (anonymous) at (0,0) size 4x16
     66                RenderText at (0,-45) size 4x106
     67                  text run at (0,-45) width 4: "|"
     68          RenderMathMLOperator {mo} at (146,11) size 8x16
     69            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x16
     70              RenderBlock (anonymous) at (0,0) size 6x16
     71                RenderText at (0,-45) size 6x106
     72                  text run at (0,-45) width 6: "\x{2016}"
     73          RenderMathMLOperator {mo} at (153,11) size 18x16
    7474            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
    7575              RenderBlock (anonymous) at (0,0) size 8x16
    76                 RenderText at (0,-5) size 8x25
    77                   text run at (0,-5) width 8: "\x{2225}"
    78       RenderText {#text} at (125,2) size 5x17
    79         text run at (125,2) width 5: " "
     76                RenderText at (0,-45) size 8x106
     77                  text run at (0,-45) width 8: "\x{2225}"
     78      RenderText {#text} at (172,9) size 5x17
     79        text run at (172,9) width 5: " "
    8080      RenderBR {BR} at (0,0) size 0x0
    81       RenderMathMLMath {math} at (0,24) size 126x142 [padding: 0 1 0 1]
    82         RenderMathMLRow {mrow} at (1,0) size 124x142
    83           RenderMathMLOperator {mo} at (0,0) size 7x142
    84             RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
    85               RenderBlock (anonymous) at (0,0) size 5x14
    86                 RenderText at (0,-6) size 5x25
    87                   text run at (0,-6) width 5: "("
    88           RenderMathMLOperator {mo} at (7,0) size 7x142
    89             RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
    90               RenderBlock (anonymous) at (0,0) size 5x14
    91                 RenderText at (0,-6) size 5x25
    92                   text run at (0,-6) width 5: ")"
    93           RenderMathMLOperator {mo} at (14,0) size 10x142
    94             RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
    95               RenderBlock (anonymous) at (0,0) size 8x14
    96                 RenderText at (0,-6) size 8x25
    97                   text run at (0,-6) width 8: "{"
    98           RenderMathMLOperator {mo} at (24,0) size 10x142
    99             RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
    100               RenderBlock (anonymous) at (0,0) size 8x14
    101                 RenderText at (0,-6) size 8x25
    102                   text run at (0,-6) width 8: "}"
    103           RenderMathMLOperator {mo} at (34,0) size 7x142
    104             RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
    105               RenderBlock (anonymous) at (0,0) size 5x14
    106                 RenderText at (0,-6) size 5x25
    107                   text run at (0,-6) width 5: "["
    108           RenderMathMLOperator {mo} at (41,0) size 7x142
    109             RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
    110               RenderBlock (anonymous) at (0,0) size 5x14
    111                 RenderText at (0,-6) size 5x25
    112                   text run at (0,-6) width 5: "]"
    113           RenderMathMLOperator {mo} at (48,0) size 8x142
    114             RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    115               RenderBlock (anonymous) at (0,0) size 8x16
    116                 RenderText at (0,-5) size 8x25
    117                   text run at (0,-5) width 8: "\x{2308}"
    118           RenderMathMLOperator {mo} at (56,0) size 8x142
    119             RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    120               RenderBlock (anonymous) at (0,0) size 8x16
    121                 RenderText at (0,-5) size 8x25
    122                   text run at (0,-5) width 8: "\x{2309}"
    123           RenderMathMLOperator {mo} at (64,0) size 8x142
    124             RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    125               RenderBlock (anonymous) at (0,0) size 8x16
    126                 RenderText at (0,-5) size 8x25
    127                   text run at (0,-5) width 8: "\x{230A}"
    128           RenderMathMLOperator {mo} at (72,0) size 8x142
    129             RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    130               RenderBlock (anonymous) at (0,0) size 8x16
    131                 RenderText at (0,-5) size 8x25
    132                   text run at (0,-5) width 8: "\x{230B}"
    133           RenderMathMLOperator {mo} at (80,0) size 12x142
    134             RenderMathMLBlock (anonymous, flex) at (0,0) size 11x20
    135               RenderBlock (anonymous) at (0,0) size 7x20
    136                 RenderText at (0,-3) size 7x25
    137                   text run at (0,-3) width 7: "\x{222B}"
    138           RenderMathMLOperator {mo} at (91,0) size 8x142
    139             RenderMathMLBlock (anonymous, flex) at (1,0) size 4x12
    140               RenderBlock (anonymous) at (0,0) size 3x12
    141                 RenderText at (0,-6) size 3x25
    142                   text run at (0,-6) width 3: "|"
    143           RenderMathMLOperator {mo} at (98,0) size 9x76
    144             RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    145               RenderBlock (anonymous) at (0,0) size 8x16
    146                 RenderText at (0,-5) size 8x25
    147                   text run at (0,-5) width 8: "\x{2016}"
    148           RenderMathMLOperator {mo} at (106,0) size 18x76
     81      RenderMathMLMath {math} at (0,35) size 173x143 [padding: 0 1 0 1]
     82        RenderMathMLRow {mrow} at (1,0) size 171x143
     83          RenderMathMLOperator {mo} at (0,0) size 14x143
     84            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
     85              RenderBlock (anonymous) at (0,0) size 6x16
     86                RenderText at (0,-45) size 6x106
     87                  text run at (0,-45) width 6: "("
     88          RenderMathMLOperator {mo} at (14,0) size 14x143
     89            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
     90              RenderBlock (anonymous) at (0,0) size 6x16
     91                RenderText at (0,-45) size 6x106
     92                  text run at (0,-45) width 6: ")"
     93          RenderMathMLOperator {mo} at (28,0) size 14x143
     94            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
     95              RenderBlock (anonymous) at (0,0) size 8x16
     96                RenderText at (0,-45) size 8x106
     97                  text run at (0,-45) width 8: "{"
     98          RenderMathMLOperator {mo} at (42,0) size 14x143
     99            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
     100              RenderBlock (anonymous) at (0,0) size 8x16
     101                RenderText at (0,-45) size 8x106
     102                  text run at (0,-45) width 8: "}"
     103          RenderMathMLOperator {mo} at (56,0) size 11x143
     104            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     105              RenderBlock (anonymous) at (0,0) size 4x16
     106                RenderText at (0,-45) size 4x106
     107                  text run at (0,-45) width 4: "["
     108          RenderMathMLOperator {mo} at (67,0) size 11x143
     109            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     110              RenderBlock (anonymous) at (0,0) size 4x16
     111                RenderText at (0,-45) size 4x106
     112                  text run at (0,-45) width 4: "]"
     113          RenderMathMLOperator {mo} at (78,0) size 11x143
     114            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     115              RenderBlock (anonymous) at (0,0) size 7x16
     116                RenderText at (0,-45) size 7x106
     117                  text run at (0,-45) width 7: "\x{2308}"
     118          RenderMathMLOperator {mo} at (89,0) size 11x143
     119            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     120              RenderBlock (anonymous) at (0,0) size 7x16
     121                RenderText at (0,-45) size 7x106
     122                  text run at (0,-45) width 7: "\x{2309}"
     123          RenderMathMLOperator {mo} at (100,0) size 11x143
     124            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     125              RenderBlock (anonymous) at (0,0) size 7x16
     126                RenderText at (0,-45) size 7x106
     127                  text run at (0,-45) width 7: "\x{230A}"
     128          RenderMathMLOperator {mo} at (111,0) size 11x143
     129            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     130              RenderBlock (anonymous) at (0,0) size 7x16
     131                RenderText at (0,-45) size 7x106
     132                  text run at (0,-45) width 7: "\x{230B}"
     133          RenderMathMLOperator {mo} at (122,57) size 17x36
     134            RenderMathMLBlock (anonymous, flex) at (0,0) size 16x18
     135              RenderBlock (anonymous) at (0,0) size 11x18
     136                RenderText at (0,-44) size 11x106
     137                  text run at (0,-44) width 11: "\x{222B}"
     138          RenderMathMLOperator {mo} at (138,0) size 9x143
     139            RenderMathMLBlock (anonymous, flex) at (1,0) size 5x16
     140              RenderBlock (anonymous) at (0,0) size 4x16
     141                RenderText at (0,-45) size 4x106
     142                  text run at (0,-45) width 4: "|"
     143          RenderMathMLOperator {mo} at (146,0) size 8x76
     144            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x16
     145              RenderBlock (anonymous) at (0,0) size 6x16
     146                RenderText at (0,-45) size 6x106
     147                  text run at (0,-45) width 6: "\x{2016}"
     148          RenderMathMLOperator {mo} at (153,0) size 18x76
    149149            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
    150150              RenderBlock (anonymous) at (0,0) size 8x16
    151                 RenderText at (0,-5) size 8x25
    152                   text run at (0,-5) width 8: "\x{2225}"
    153           RenderMathMLSpace {mspace} at (123,0) size 0x76
    154       RenderText {#text} at (125,85) size 5x17
    155         text run at (125,85) width 5: " "
    156       RenderMathMLMath {math} at (129,49) size 126x92 [padding: 0 1 0 1]
    157         RenderMathMLRow {mrow} at (1,0) size 124x92
    158           RenderMathMLOperator {mo} at (0,0) size 7x92
    159             RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
    160               RenderBlock (anonymous) at (0,0) size 5x14
    161                 RenderText at (0,-6) size 5x25
    162                   text run at (0,-6) width 5: "("
    163           RenderMathMLOperator {mo} at (7,0) size 7x92
    164             RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
    165               RenderBlock (anonymous) at (0,0) size 5x14
    166                 RenderText at (0,-6) size 5x25
    167                   text run at (0,-6) width 5: ")"
    168           RenderMathMLOperator {mo} at (14,0) size 10x92
    169             RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
    170               RenderBlock (anonymous) at (0,0) size 8x14
    171                 RenderText at (0,-6) size 8x25
    172                   text run at (0,-6) width 8: "{"
    173           RenderMathMLOperator {mo} at (24,0) size 10x92
    174             RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
    175               RenderBlock (anonymous) at (0,0) size 8x14
    176                 RenderText at (0,-6) size 8x25
    177                   text run at (0,-6) width 8: "}"
    178           RenderMathMLOperator {mo} at (34,0) size 7x92
    179             RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
    180               RenderBlock (anonymous) at (0,0) size 5x14
    181                 RenderText at (0,-6) size 5x25
    182                   text run at (0,-6) width 5: "["
    183           RenderMathMLOperator {mo} at (41,0) size 7x92
    184             RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
    185               RenderBlock (anonymous) at (0,0) size 5x14
    186                 RenderText at (0,-6) size 5x25
    187                   text run at (0,-6) width 5: "]"
    188           RenderMathMLOperator {mo} at (48,0) size 8x92
    189             RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    190               RenderBlock (anonymous) at (0,0) size 8x16
    191                 RenderText at (0,-5) size 8x25
    192                   text run at (0,-5) width 8: "\x{2308}"
    193           RenderMathMLOperator {mo} at (56,0) size 8x92
    194             RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    195               RenderBlock (anonymous) at (0,0) size 8x16
    196                 RenderText at (0,-5) size 8x25
    197                   text run at (0,-5) width 8: "\x{2309}"
    198           RenderMathMLOperator {mo} at (64,0) size 8x92
    199             RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    200               RenderBlock (anonymous) at (0,0) size 8x16
    201                 RenderText at (0,-5) size 8x25
    202                   text run at (0,-5) width 8: "\x{230A}"
    203           RenderMathMLOperator {mo} at (72,0) size 8x92
    204             RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    205               RenderBlock (anonymous) at (0,0) size 8x16
    206                 RenderText at (0,-5) size 8x25
    207                   text run at (0,-5) width 8: "\x{230B}"
    208           RenderMathMLOperator {mo} at (80,0) size 12x92
    209             RenderMathMLBlock (anonymous, flex) at (0,0) size 11x20
    210               RenderBlock (anonymous) at (0,0) size 7x20
    211                 RenderText at (0,-3) size 7x25
    212                   text run at (0,-3) width 7: "\x{222B}"
    213           RenderMathMLOperator {mo} at (91,0) size 8x92
    214             RenderMathMLBlock (anonymous, flex) at (1,0) size 4x12
    215               RenderBlock (anonymous) at (0,0) size 3x12
    216                 RenderText at (0,-6) size 3x25
    217                   text run at (0,-6) width 3: "|"
    218           RenderMathMLOperator {mo} at (98,0) size 9x51
    219             RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    220               RenderBlock (anonymous) at (0,0) size 8x16
    221                 RenderText at (0,-5) size 8x25
    222                   text run at (0,-5) width 8: "\x{2016}"
    223           RenderMathMLOperator {mo} at (106,0) size 18x51
     151                RenderText at (0,-45) size 8x106
     152                  text run at (0,-45) width 8: "\x{2225}"
     153          RenderMathMLSpace {mspace} at (170,0) size 0x76
     154      RenderText {#text} at (172,96) size 5x17
     155        text run at (172,96) width 5: " "
     156      RenderMathMLMath {math} at (176,54) size 173x99 [padding: 0 1 0 1]
     157        RenderMathMLRow {mrow} at (1,0) size 171x99
     158          RenderMathMLOperator {mo} at (0,6) size 14x93
     159            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
     160              RenderBlock (anonymous) at (0,0) size 6x16
     161                RenderText at (0,-45) size 6x106
     162                  text run at (0,-45) width 6: "("
     163          RenderMathMLOperator {mo} at (14,6) size 14x93
     164            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
     165              RenderBlock (anonymous) at (0,0) size 6x16
     166                RenderText at (0,-45) size 6x106
     167                  text run at (0,-45) width 6: ")"
     168          RenderMathMLOperator {mo} at (28,6) size 14x93
     169            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
     170              RenderBlock (anonymous) at (0,0) size 8x16
     171                RenderText at (0,-45) size 8x106
     172                  text run at (0,-45) width 8: "{"
     173          RenderMathMLOperator {mo} at (42,6) size 14x93
     174            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
     175              RenderBlock (anonymous) at (0,0) size 8x16
     176                RenderText at (0,-45) size 8x106
     177                  text run at (0,-45) width 8: "}"
     178          RenderMathMLOperator {mo} at (56,6) size 11x93
     179            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     180              RenderBlock (anonymous) at (0,0) size 4x16
     181                RenderText at (0,-45) size 4x106
     182                  text run at (0,-45) width 4: "["
     183          RenderMathMLOperator {mo} at (67,6) size 11x93
     184            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     185              RenderBlock (anonymous) at (0,0) size 4x16
     186                RenderText at (0,-45) size 4x106
     187                  text run at (0,-45) width 4: "]"
     188          RenderMathMLOperator {mo} at (78,6) size 11x93
     189            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     190              RenderBlock (anonymous) at (0,0) size 7x16
     191                RenderText at (0,-45) size 7x106
     192                  text run at (0,-45) width 7: "\x{2308}"
     193          RenderMathMLOperator {mo} at (89,6) size 11x93
     194            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     195              RenderBlock (anonymous) at (0,0) size 7x16
     196                RenderText at (0,-45) size 7x106
     197                  text run at (0,-45) width 7: "\x{2309}"
     198          RenderMathMLOperator {mo} at (100,6) size 11x93
     199            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     200              RenderBlock (anonymous) at (0,0) size 7x16
     201                RenderText at (0,-45) size 7x106
     202                  text run at (0,-45) width 7: "\x{230A}"
     203          RenderMathMLOperator {mo} at (111,6) size 11x93
     204            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     205              RenderBlock (anonymous) at (0,0) size 7x16
     206                RenderText at (0,-45) size 7x106
     207                  text run at (0,-45) width 7: "\x{230B}"
     208          RenderMathMLOperator {mo} at (122,37) size 17x36
     209            RenderMathMLBlock (anonymous, flex) at (0,0) size 16x18
     210              RenderBlock (anonymous) at (0,0) size 11x18
     211                RenderText at (0,-44) size 11x106
     212                  text run at (0,-44) width 11: "\x{222B}"
     213          RenderMathMLOperator {mo} at (138,6) size 9x93
     214            RenderMathMLBlock (anonymous, flex) at (1,0) size 5x16
     215              RenderBlock (anonymous) at (0,0) size 4x16
     216                RenderText at (0,-45) size 4x106
     217                  text run at (0,-45) width 4: "|"
     218          RenderMathMLOperator {mo} at (146,0) size 8x58
     219            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x16
     220              RenderBlock (anonymous) at (0,0) size 6x16
     221                RenderText at (0,-45) size 6x106
     222                  text run at (0,-45) width 6: "\x{2016}"
     223          RenderMathMLOperator {mo} at (153,0) size 18x58
    224224            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
    225225              RenderBlock (anonymous) at (0,0) size 8x16
    226                 RenderText at (0,-5) size 8x25
    227                   text run at (0,-5) width 8: "\x{2225}"
    228           RenderMathMLSpace {mspace} at (123,0) size 0x51
    229       RenderText {#text} at (254,85) size 5x17
    230         text run at (254,85) width 5: " "
    231       RenderMathMLMath {math} at (258,79) size 126x32 [padding: 0 1 0 1]
    232         RenderMathMLRow {mrow} at (1,0) size 124x32
    233           RenderMathMLOperator {mo} at (0,9) size 7x14
    234             RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
    235               RenderBlock (anonymous) at (0,0) size 5x14
    236                 RenderText at (0,-6) size 5x25
    237                   text run at (0,-6) width 5: "("
    238           RenderMathMLOperator {mo} at (7,9) size 7x14
    239             RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
    240               RenderBlock (anonymous) at (0,0) size 5x14
    241                 RenderText at (0,-6) size 5x25
    242                   text run at (0,-6) width 5: ")"
    243           RenderMathMLOperator {mo} at (14,9) size 10x14
    244             RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
    245               RenderBlock (anonymous) at (0,0) size 8x14
    246                 RenderText at (0,-6) size 8x25
    247                   text run at (0,-6) width 8: "{"
    248           RenderMathMLOperator {mo} at (24,9) size 10x14
    249             RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
    250               RenderBlock (anonymous) at (0,0) size 8x14
    251                 RenderText at (0,-6) size 8x25
    252                   text run at (0,-6) width 8: "}"
    253           RenderMathMLOperator {mo} at (34,9) size 7x14
    254             RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
    255               RenderBlock (anonymous) at (0,0) size 5x14
    256                 RenderText at (0,-6) size 5x25
    257                   text run at (0,-6) width 5: "["
    258           RenderMathMLOperator {mo} at (41,9) size 7x14
    259             RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
    260               RenderBlock (anonymous) at (0,0) size 5x14
    261                 RenderText at (0,-6) size 5x25
    262                   text run at (0,-6) width 5: "]"
    263           RenderMathMLOperator {mo} at (48,8) size 8x16
    264             RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    265               RenderBlock (anonymous) at (0,0) size 8x16
    266                 RenderText at (0,-5) size 8x25
    267                   text run at (0,-5) width 8: "\x{2308}"
    268           RenderMathMLOperator {mo} at (56,8) size 8x16
    269             RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    270               RenderBlock (anonymous) at (0,0) size 8x16
    271                 RenderText at (0,-5) size 8x25
    272                   text run at (0,-5) width 8: "\x{2309}"
    273           RenderMathMLOperator {mo} at (64,8) size 8x16
    274             RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    275               RenderBlock (anonymous) at (0,0) size 8x16
    276                 RenderText at (0,-5) size 8x25
    277                   text run at (0,-5) width 8: "\x{230A}"
    278           RenderMathMLOperator {mo} at (72,8) size 8x16
    279             RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    280               RenderBlock (anonymous) at (0,0) size 8x16
    281                 RenderText at (0,-5) size 8x25
    282                   text run at (0,-5) width 8: "\x{230B}"
    283           RenderMathMLOperator {mo} at (80,6) size 12x20
    284             RenderMathMLBlock (anonymous, flex) at (0,0) size 11x20
    285               RenderBlock (anonymous) at (0,0) size 7x20
    286                 RenderText at (0,-3) size 7x25
    287                   text run at (0,-3) width 7: "\x{222B}"
    288           RenderMathMLOperator {mo} at (91,0) size 8x32
    289             RenderMathMLBlock (anonymous, flex) at (1,0) size 4x12
    290               RenderBlock (anonymous) at (0,0) size 3x12
    291                 RenderText at (0,-6) size 3x25
    292                   text run at (0,-6) width 3: "|"
    293           RenderMathMLOperator {mo} at (98,8) size 9x16
    294             RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    295               RenderBlock (anonymous) at (0,0) size 8x16
    296                 RenderText at (0,-5) size 8x25
    297                   text run at (0,-5) width 8: "\x{2016}"
    298           RenderMathMLOperator {mo} at (106,8) size 18x16
     226                RenderText at (0,-45) size 8x106
     227                  text run at (0,-45) width 8: "\x{2225}"
     228          RenderMathMLSpace {mspace} at (170,6) size 0x51
     229      RenderText {#text} at (348,96) size 5x17
     230        text run at (348,96) width 5: " "
     231      RenderMathMLMath {math} at (352,88) size 173x37 [padding: 0 1 0 1]
     232        RenderMathMLRow {mrow} at (1,0) size 171x37
     233          RenderMathMLOperator {mo} at (0,2) size 14x34
     234            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
     235              RenderBlock (anonymous) at (0,0) size 6x16
     236                RenderText at (0,-45) size 6x106
     237                  text run at (0,-45) width 6: "("
     238          RenderMathMLOperator {mo} at (14,2) size 14x34
     239            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
     240              RenderBlock (anonymous) at (0,0) size 6x16
     241                RenderText at (0,-45) size 6x106
     242                  text run at (0,-45) width 6: ")"
     243          RenderMathMLOperator {mo} at (28,2) size 14x34
     244            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
     245              RenderBlock (anonymous) at (0,0) size 8x16
     246                RenderText at (0,-45) size 8x106
     247                  text run at (0,-45) width 8: "{"
     248          RenderMathMLOperator {mo} at (42,2) size 14x34
     249            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
     250              RenderBlock (anonymous) at (0,0) size 8x16
     251                RenderText at (0,-45) size 8x106
     252                  text run at (0,-45) width 8: "}"
     253          RenderMathMLOperator {mo} at (56,2) size 11x34
     254            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     255              RenderBlock (anonymous) at (0,0) size 4x16
     256                RenderText at (0,-45) size 4x106
     257                  text run at (0,-45) width 4: "["
     258          RenderMathMLOperator {mo} at (67,2) size 11x34
     259            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     260              RenderBlock (anonymous) at (0,0) size 4x16
     261                RenderText at (0,-45) size 4x106
     262                  text run at (0,-45) width 4: "]"
     263          RenderMathMLOperator {mo} at (78,2) size 11x34
     264            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     265              RenderBlock (anonymous) at (0,0) size 7x16
     266                RenderText at (0,-45) size 7x106
     267                  text run at (0,-45) width 7: "\x{2308}"
     268          RenderMathMLOperator {mo} at (89,2) size 11x34
     269            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     270              RenderBlock (anonymous) at (0,0) size 7x16
     271                RenderText at (0,-45) size 7x106
     272                  text run at (0,-45) width 7: "\x{2309}"
     273          RenderMathMLOperator {mo} at (100,2) size 11x34
     274            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     275              RenderBlock (anonymous) at (0,0) size 7x16
     276                RenderText at (0,-45) size 7x106
     277                  text run at (0,-45) width 7: "\x{230A}"
     278          RenderMathMLOperator {mo} at (111,2) size 11x34
     279            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     280              RenderBlock (anonymous) at (0,0) size 7x16
     281                RenderText at (0,-45) size 7x106
     282                  text run at (0,-45) width 7: "\x{230B}"
     283          RenderMathMLOperator {mo} at (122,1) size 17x36
     284            RenderMathMLBlock (anonymous, flex) at (0,0) size 16x18
     285              RenderBlock (anonymous) at (0,0) size 11x18
     286                RenderText at (0,-44) size 11x106
     287                  text run at (0,-44) width 11: "\x{222B}"
     288          RenderMathMLOperator {mo} at (138,2) size 9x34
     289            RenderMathMLBlock (anonymous, flex) at (1,0) size 5x16
     290              RenderBlock (anonymous) at (0,0) size 4x16
     291                RenderText at (0,-45) size 4x106
     292                  text run at (0,-45) width 4: "|"
     293          RenderMathMLOperator {mo} at (146,0) size 8x24
     294            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x16
     295              RenderBlock (anonymous) at (0,0) size 6x16
     296                RenderText at (0,-45) size 6x106
     297                  text run at (0,-45) width 6: "\x{2016}"
     298          RenderMathMLOperator {mo} at (153,0) size 18x24
    299299            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
    300300              RenderBlock (anonymous) at (0,0) size 8x16
    301                 RenderText at (0,-5) size 8x25
    302                   text run at (0,-5) width 8: "\x{2225}"
    303           RenderMathMLSpace {mspace} at (123,0) size 0x21
    304       RenderText {#text} at (383,85) size 5x17
    305         text run at (383,85) width 5: " "
     301                RenderText at (0,-45) size 8x106
     302                  text run at (0,-45) width 8: "\x{2225}"
     303          RenderMathMLSpace {mspace} at (170,2) size 0x21
     304      RenderText {#text} at (524,96) size 5x17
     305        text run at (524,96) width 5: " "
    306306      RenderBR {BR} at (0,0) size 0x0
    307       RenderMathMLMath {math} at (0,166) size 138x78 [padding: 0 1 0 1]
    308         RenderMathMLSquareRoot {msqrt} at (1,0) size 136x78
    309           RenderMathMLBlock (anonymous, flex) at (0,0) size 12x78
    310             RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x78
    311               RenderMathMLBlock (anonymous, flex) at (0,0) size 12x78
    312                 RenderBlock (anonymous) at (0,0) size 12x78
    313                   RenderText at (0,-1) size 15x25
    314                     text run at (0,-1) width 15: "\x{221A}"
    315           RenderMathMLRootWrapper at (12,3) size 124x75
    316             RenderMathMLOperator {mo} at (0,0) size 7x72
    317               RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
    318                 RenderBlock (anonymous) at (0,0) size 5x14
    319                   RenderText at (0,-6) size 5x25
    320                     text run at (0,-6) width 5: "("
    321             RenderMathMLOperator {mo} at (7,0) size 7x72
    322               RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
    323                 RenderBlock (anonymous) at (0,0) size 5x14
    324                   RenderText at (0,-6) size 5x25
    325                     text run at (0,-6) width 5: ")"
    326             RenderMathMLOperator {mo} at (14,0) size 10x72
    327               RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
    328                 RenderBlock (anonymous) at (0,0) size 8x14
    329                   RenderText at (0,-6) size 8x25
    330                     text run at (0,-6) width 8: "{"
    331             RenderMathMLOperator {mo} at (24,0) size 10x72
    332               RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
    333                 RenderBlock (anonymous) at (0,0) size 8x14
    334                   RenderText at (0,-6) size 8x25
    335                     text run at (0,-6) width 8: "}"
    336             RenderMathMLOperator {mo} at (34,0) size 7x72
    337               RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
    338                 RenderBlock (anonymous) at (0,0) size 5x14
    339                   RenderText at (0,-6) size 5x25
    340                     text run at (0,-6) width 5: "["
    341             RenderMathMLOperator {mo} at (41,0) size 7x72
    342               RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
    343                 RenderBlock (anonymous) at (0,0) size 5x14
    344                   RenderText at (0,-6) size 5x25
    345                     text run at (0,-6) width 5: "]"
    346             RenderMathMLOperator {mo} at (48,0) size 8x72
    347               RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
     307      RenderMathMLMath {math} at (0,178) size 190x76 [padding: 0 1 0 1]
     308        RenderMathMLSquareRoot {msqrt} at (1,0) size 188x76
     309          RenderMathMLBlock (anonymous, flex) at (0,0) size 17x76
     310            RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x76
     311              RenderMathMLBlock (anonymous, flex) at (0,0) size 13x75
     312                RenderBlock (anonymous) at (0,0) size 13x75
     313                  RenderText at (0,-56) size 13x106
     314                    text run at (0,-56) width 13: "\x{221A}"
     315          RenderMathMLRootWrapper at (17,2) size 171x74
     316            RenderMathMLOperator {mo} at (0,0) size 14x73
     317              RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
     318                RenderBlock (anonymous) at (0,0) size 6x16
     319                  RenderText at (0,-45) size 6x106
     320                    text run at (0,-45) width 6: "("
     321            RenderMathMLOperator {mo} at (14,0) size 14x73
     322              RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
     323                RenderBlock (anonymous) at (0,0) size 6x16
     324                  RenderText at (0,-45) size 6x106
     325                    text run at (0,-45) width 6: ")"
     326            RenderMathMLOperator {mo} at (28,0) size 14x73
     327              RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
    348328                RenderBlock (anonymous) at (0,0) size 8x16
    349                   RenderText at (0,-5) size 8x25
    350                     text run at (0,-5) width 8: "\x{2308}"
    351             RenderMathMLOperator {mo} at (56,0) size 8x72
    352               RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
     329                  RenderText at (0,-45) size 8x106
     330                    text run at (0,-45) width 8: "{"
     331            RenderMathMLOperator {mo} at (42,0) size 14x73
     332              RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
    353333                RenderBlock (anonymous) at (0,0) size 8x16
    354                   RenderText at (0,-5) size 8x25
    355                     text run at (0,-5) width 8: "\x{2309}"
    356             RenderMathMLOperator {mo} at (64,0) size 8x72
    357               RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    358                 RenderBlock (anonymous) at (0,0) size 8x16
    359                   RenderText at (0,-5) size 8x25
    360                     text run at (0,-5) width 8: "\x{230A}"
    361             RenderMathMLOperator {mo} at (72,0) size 8x72
    362               RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    363                 RenderBlock (anonymous) at (0,0) size 8x16
    364                   RenderText at (0,-5) size 8x25
    365                     text run at (0,-5) width 8: "\x{230B}"
    366             RenderMathMLOperator {mo} at (80,0) size 12x72
    367               RenderMathMLBlock (anonymous, flex) at (0,0) size 11x20
    368                 RenderBlock (anonymous) at (0,0) size 7x20
    369                   RenderText at (0,-3) size 7x25
    370                     text run at (0,-3) width 7: "\x{222B}"
    371             RenderMathMLOperator {mo} at (91,0) size 8x72
    372               RenderMathMLBlock (anonymous, flex) at (1,0) size 4x12
    373                 RenderBlock (anonymous) at (0,0) size 3x12
    374                   RenderText at (0,-6) size 3x25
    375                     text run at (0,-6) width 3: "|"
    376             RenderMathMLOperator {mo} at (98,0) size 9x41
    377               RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
    378                 RenderBlock (anonymous) at (0,0) size 8x16
    379                   RenderText at (0,-5) size 8x25
    380                     text run at (0,-5) width 8: "\x{2016}"
    381             RenderMathMLOperator {mo} at (106,0) size 18x41
     334                  RenderText at (0,-45) size 8x106
     335                    text run at (0,-45) width 8: "}"
     336            RenderMathMLOperator {mo} at (56,0) size 11x73
     337              RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     338                RenderBlock (anonymous) at (0,0) size 4x16
     339                  RenderText at (0,-45) size 4x106
     340                    text run at (0,-45) width 4: "["
     341            RenderMathMLOperator {mo} at (67,0) size 11x73
     342              RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     343                RenderBlock (anonymous) at (0,0) size 4x16
     344                  RenderText at (0,-45) size 4x106
     345                    text run at (0,-45) width 4: "]"
     346            RenderMathMLOperator {mo} at (78,0) size 11x73
     347              RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     348                RenderBlock (anonymous) at (0,0) size 7x16
     349                  RenderText at (0,-45) size 7x106
     350                    text run at (0,-45) width 7: "\x{2308}"
     351            RenderMathMLOperator {mo} at (89,0) size 11x73
     352              RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     353                RenderBlock (anonymous) at (0,0) size 7x16
     354                  RenderText at (0,-45) size 7x106
     355                    text run at (0,-45) width 7: "\x{2309}"
     356            RenderMathMLOperator {mo} at (100,0) size 11x73
     357              RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     358                RenderBlock (anonymous) at (0,0) size 7x16
     359                  RenderText at (0,-45) size 7x106
     360                    text run at (0,-45) width 7: "\x{230A}"
     361            RenderMathMLOperator {mo} at (111,0) size 11x73
     362              RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
     363                RenderBlock (anonymous) at (0,0) size 7x16
     364                  RenderText at (0,-45) size 7x106
     365                    text run at (0,-45) width 7: "\x{230B}"
     366            RenderMathMLOperator {mo} at (122,21) size 17x36
     367              RenderMathMLBlock (anonymous, flex) at (0,0) size 16x18
     368                RenderBlock (anonymous) at (0,0) size 11x18
     369                  RenderText at (0,-44) size 11x106
     370                    text run at (0,-44) width 11: "\x{222B}"
     371            RenderMathMLOperator {mo} at (138,0) size 9x73
     372              RenderMathMLBlock (anonymous, flex) at (1,0) size 5x16
     373                RenderBlock (anonymous) at (0,0) size 4x16
     374                  RenderText at (0,-45) size 4x106
     375                    text run at (0,-45) width 4: "|"
     376            RenderMathMLOperator {mo} at (146,0) size 8x42
     377              RenderMathMLBlock (anonymous, flex) at (0,0) size 7x16
     378                RenderBlock (anonymous) at (0,0) size 6x16
     379                  RenderText at (0,-45) size 6x106
     380                    text run at (0,-45) width 6: "\x{2016}"
     381            RenderMathMLOperator {mo} at (153,0) size 18x42
    382382              RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
    383383                RenderBlock (anonymous) at (0,0) size 8x16
    384                   RenderText at (0,-5) size 8x25
    385                     text run at (0,-5) width 8: "\x{2225}"
    386             RenderMathMLSpace {mspace} at (123,0) size 0x41
     384                  RenderText at (0,-45) size 8x106
     385                    text run at (0,-45) width 8: "\x{2225}"
     386            RenderMathMLSpace {mspace} at (170,0) size 0x41
    387387      RenderText {#text} at (0,0) size 0x0
  • trunk/LayoutTests/platform/gtk/mathml/presentation/roots-expected.txt

    r170005 r170418  
    11layer at (0,0) size 800x600
    22  RenderView at (0,0) size 800x600
    3 layer at (0,0) size 800x506
    4   RenderBlock {html} at (0,0) size 800x506
    5     RenderBody {body} at (8,16) size 784x474
     3layer at (0,0) size 800x492
     4  RenderBlock {html} at (0,0) size 800x492
     5    RenderBody {body} at (8,16) size 784x460
    66      RenderBlock {p} at (0,0) size 784x18
    7         RenderText {#text} at (0,1) size 177x17
    8           text run at (0,1) width 177: "square root (should be red): "
    9         RenderMathMLMath {math} at (177,0) size 22x18 [padding: 0 1 0 1]
    10           RenderMathMLSquareRoot {msqrt} at (1,0) size 20x18 [color=#FF0000]
    11             RenderMathMLBlock (anonymous, flex) at (0,0) size 12x18
    12               RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x18
    13                 RenderMathMLBlock (anonymous, flex) at (0,0) size 12x18
    14                   RenderBlock (anonymous) at (0,0) size 12x18
    15                     RenderText at (0,-1) size 15x25
    16                       text run at (0,-1) width 15: "\x{221A}"
    17             RenderMathMLRootWrapper at (12,3) size 8x15
     7        RenderText {#text} at (0,0) size 177x17
     8          text run at (0,0) width 177: "square root (should be red): "
     9        RenderMathMLMath {math} at (177,1) size 27x18 [padding: 0 1 0 1]
     10          RenderMathMLSquareRoot {msqrt} at (1,0) size 25x18 [color=#FF0000]
     11            RenderMathMLBlock (anonymous, flex) at (0,0) size 17x18
     12              RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x18
     13                RenderMathMLBlock (anonymous, flex) at (0,0) size 13x17
     14                  RenderBlock (anonymous) at (0,0) size 13x17
     15                    RenderText at (0,-56) size 13x106
     16                      text run at (0,-56) width 13: "\x{221A}"
     17            RenderMathMLRootWrapper at (17,2) size 8x16
    1818              RenderMathMLToken {mn} at (0,0) size 8x12
    1919                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    2020                  RenderBlock (anonymous) at (0,0) size 8x12
    21                     RenderText {#text} at (0,-6) size 8x25
    22                       text run at (0,-6) width 8: "2"
     21                    RenderText {#text} at (0,-46) size 8x106
     22                      text run at (0,-46) width 8: "2"
    2323      RenderBlock {p} at (0,34) size 784x18
    24         RenderText {#text} at (0,1) size 110x17
    25           text run at (0,1) width 110: "long square root: "
    26         RenderMathMLMath {math} at (110,0) size 49x18 [padding: 0 1 0 1]
    27           RenderMathMLSquareRoot {msqrt} at (1,0) size 47x18
    28             RenderMathMLBlock (anonymous, flex) at (0,0) size 12x18
    29               RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x18
    30                 RenderMathMLBlock (anonymous, flex) at (0,0) size 12x18
    31                   RenderBlock (anonymous) at (0,0) size 12x18
    32                     RenderText at (0,-1) size 15x25
    33                       text run at (0,-1) width 15: "\x{221A}"
    34             RenderMathMLRootWrapper at (12,3) size 35x15
    35               RenderMathMLRow {mrow} at (0,0) size 35x12
    36                 RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
    37                   RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
    38                     RenderBlock (anonymous) at (0,0) size 7x9
    39                       RenderText {#text} at (0,-9) size 7x25
    40                         text run at (0,-9) width 7: "x"
    41                 RenderMathMLOperator {mo} at (8,2) size 19x10
    42                   RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
    43                     RenderBlock (anonymous) at (0,0) size 11x10
    44                       RenderText at (0,-8) size 11x25
    45                         text run at (0,-8) width 11: "+"
    46                 RenderMathMLToken {mn} at (26,0) size 9x12
     24        RenderText {#text} at (0,0) size 110x17
     25          text run at (0,0) width 110: "long square root: "
     26        RenderMathMLMath {math} at (110,1) size 56x18 [padding: 0 1 0 1]
     27          RenderMathMLSquareRoot {msqrt} at (1,0) size 54x18
     28            RenderMathMLBlock (anonymous, flex) at (0,0) size 17x18
     29              RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x18
     30                RenderMathMLBlock (anonymous, flex) at (0,0) size 13x17
     31                  RenderBlock (anonymous) at (0,0) size 13x17
     32                    RenderText at (0,-56) size 13x106
     33                      text run at (0,-56) width 13: "\x{221A}"
     34            RenderMathMLRootWrapper at (17,2) size 37x16
     35              RenderMathMLRow {mrow} at (0,0) size 37x13
     36                RenderMathMLToken {mi} at (0,4) size 10x8 [padding: 0 2 0 0]
     37                  RenderMathMLBlock (anonymous, flex) at (0,0) size 8x8
     38                    RenderBlock (anonymous) at (0,0) size 8x8
     39                      RenderText {#text} at (0,-50) size 8x106
     40                        text run at (0,-50) width 8: "x"
     41                RenderMathMLOperator {mo} at (9,1) size 20x12
     42                  RenderMathMLBlock (anonymous, flex) at (3,0) size 13x12
     43                    RenderBlock (anonymous) at (0,0) size 12x12
     44                      RenderText at (0,-47) size 12x106
     45                        text run at (0,-47) width 12: "+"
     46                RenderMathMLToken {mn} at (28,0) size 9x12
    4747                  RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    4848                    RenderBlock (anonymous) at (0,0) size 8x12
    49                       RenderText {#text} at (0,-6) size 8x25
    50                         text run at (0,-6) width 8: "1"
    51       RenderBlock {p} at (0,68) size 784x22
    52         RenderText {#text} at (0,5) size 222x17
    53           text run at (0,5) width 222: "long square root with implied row: "
    54         RenderMathMLMath {math} at (222,0) size 55x22 [padding: 0 1 0 1]
    55           RenderMathMLSquareRoot {msqrt} at (1,0) size 53x22
    56             RenderMathMLBlock (anonymous, flex) at (0,0) size 12x22
    57               RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x22
    58                 RenderMathMLBlock (anonymous, flex) at (0,0) size 12x22
    59                   RenderBlock (anonymous) at (0,0) size 12x22
    60                     RenderText at (0,-1) size 15x25
    61                       text run at (0,-1) width 15: "\x{221A}"
    62             RenderMathMLRootWrapper at (12,3) size 41x19
    63               RenderMathMLScripts {msup} at (0,0) size 15x16
    64                 Base Wrapper at (0,0) size 9x16 [padding: 7 0 0 0]
    65                   RenderMathMLToken {mi} at (0,7) size 9x9 [padding: 0 2 0 0]
    66                     RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
    67                       RenderBlock (anonymous) at (0,0) size 7x9
    68                         RenderText {#text} at (0,-9) size 7x25
    69                           text run at (0,-9) width 7: "x"
    70                 SubSupPair Wrapper at (8,0) size 7x16
    71                   RenderMathMLToken {mn} at (0,0) size 6x10
    72                     RenderMathMLBlock (anonymous, flex) at (0,0) size 6x10
    73                       RenderBlock (anonymous) at (0,0) size 6x10
    74                         RenderText {#text} at (0,-4) size 6x19
    75                           text run at (0,-4) width 6: "2"
    76               RenderMathMLOperator {mo} at (14,6) size 19x10
    77                 RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
    78                   RenderBlock (anonymous) at (0,0) size 11x10
    79                     RenderText at (0,-8) size 11x25
    80                       text run at (0,-8) width 11: "+"
    81               RenderMathMLToken {mn} at (32,4) size 9x12
     49                      RenderText {#text} at (0,-46) size 8x106
     50                        text run at (0,-46) width 8: "1"
     51      RenderBlock {p} at (0,68) size 784x19
     52        RenderText {#text} at (0,2) size 222x17
     53          text run at (0,2) width 222: "long square root with implied row: "
     54        RenderMathMLMath {math} at (222,0) size 62x19 [padding: 0 1 0 1]
     55          RenderMathMLSquareRoot {msqrt} at (1,0) size 60x19
     56            RenderMathMLBlock (anonymous, flex) at (0,0) size 17x19
     57              RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x19
     58                RenderMathMLBlock (anonymous, flex) at (0,0) size 13x18
     59                  RenderBlock (anonymous) at (0,0) size 13x18
     60                    RenderText at (0,-56) size 13x106
     61                      text run at (0,-56) width 13: "\x{221A}"
     62            RenderMathMLRootWrapper at (17,2) size 43x17
     63              RenderMathMLScripts {msup} at (0,0) size 16x15
     64                Base Wrapper at (0,0) size 10x15 [padding: 7 0 0 0]
     65                  RenderMathMLToken {mi} at (0,7) size 10x8 [padding: 0 2 0 0]
     66                    RenderMathMLBlock (anonymous, flex) at (0,0) size 8x8
     67                      RenderBlock (anonymous) at (0,0) size 8x8
     68                        RenderText {#text} at (0,-50) size 8x106
     69                          text run at (0,-50) width 8: "x"
     70                SubSupPair Wrapper at (9,0) size 7x15
     71                  RenderMathMLToken {mn} at (0,0) size 6x9
     72                    RenderMathMLBlock (anonymous, flex) at (0,0) size 6x9
     73                      RenderBlock (anonymous) at (0,0) size 6x9
     74                        RenderText {#text} at (0,-35) size 6x80
     75                          text run at (0,-35) width 6: "2"
     76              RenderMathMLOperator {mo} at (15,4) size 20x12
     77                RenderMathMLBlock (anonymous, flex) at (3,0) size 13x12
     78                  RenderBlock (anonymous) at (0,0) size 12x12
     79                    RenderText at (0,-47) size 12x106
     80                      text run at (0,-47) width 12: "+"
     81              RenderMathMLToken {mn} at (34,3) size 9x12
    8282                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    8383                  RenderBlock (anonymous) at (0,0) size 8x12
    84                     RenderText {#text} at (0,-6) size 8x25
    85                       text run at (0,-6) width 8: "1"
    86       RenderBlock {p} at (0,106) size 784x37
    87         RenderText {#text} at (0,10) size 113x17
    88           text run at (0,10) width 113: "root of a fraction: "
    89         RenderMathMLMath {math} at (113,0) size 51x38 [padding: 0 1 0 1]
    90           RenderMathMLSquareRoot {msqrt} at (1,0) size 49x38
    91             RenderMathMLBlock (anonymous, flex) at (0,0) size 12x38
    92               RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x38
    93                 RenderMathMLBlock (anonymous, flex) at (0,0) size 12x37
    94                   RenderBlock (anonymous) at (0,0) size 12x37
    95                     RenderText at (0,-1) size 15x25
    96                       text run at (0,-1) width 15: "\x{221A}"
    97             RenderMathMLRootWrapper at (12,3) size 37x35
    98               RenderMathMLFraction {mfrac} at (1,0) size 35x32
    99                 RenderMathMLBlock (anonymous, flex) at (0,0) size 35x16
    100                   RenderMathMLRow {mrow} at (0,0) size 35x12
    101                     RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
    102                       RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
    103                         RenderBlock (anonymous) at (0,0) size 7x9
    104                           RenderText {#text} at (0,-9) size 7x25
    105                             text run at (0,-9) width 7: "x"
    106                     RenderMathMLOperator {mo} at (8,2) size 19x10
    107                       RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
    108                         RenderBlock (anonymous) at (0,0) size 11x10
    109                           RenderText at (0,-8) size 11x25
    110                             text run at (0,-8) width 11: "+"
    111                     RenderMathMLToken {mn} at (26,0) size 9x12
     84                    RenderText {#text} at (0,-46) size 8x106
     85                      text run at (0,-46) width 8: "1"
     86      RenderBlock {p} at (0,103) size 784x40
     87        RenderText {#text} at (0,8) size 113x17
     88          text run at (0,8) width 113: "root of a fraction: "
     89        RenderMathMLMath {math} at (113,0) size 58x41 [padding: 0 1 0 1]
     90          RenderMathMLSquareRoot {msqrt} at (1,0) size 56x41
     91            RenderMathMLBlock (anonymous, flex) at (0,0) size 17x41
     92              RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x41
     93                RenderMathMLBlock (anonymous, flex) at (0,0) size 13x40
     94                  RenderBlock (anonymous) at (0,0) size 13x40
     95                    RenderText at (0,-56) size 13x106
     96                      text run at (0,-56) width 13: "\x{221A}"
     97            RenderMathMLRootWrapper at (17,2) size 39x39
     98              RenderMathMLFraction {mfrac} at (1,0) size 37x34
     99                RenderMathMLBlock (anonymous, flex) at (0,0) size 37x17
     100                  RenderMathMLRow {mrow} at (0,0) size 37x13
     101                    RenderMathMLToken {mi} at (0,4) size 10x8 [padding: 0 2 0 0]
     102                      RenderMathMLBlock (anonymous, flex) at (0,0) size 8x8
     103                        RenderBlock (anonymous) at (0,0) size 8x8
     104                          RenderText {#text} at (0,-50) size 8x106
     105                            text run at (0,-50) width 8: "x"
     106                    RenderMathMLOperator {mo} at (9,1) size 20x12
     107                      RenderMathMLBlock (anonymous, flex) at (3,0) size 13x12
     108                        RenderBlock (anonymous) at (0,0) size 12x12
     109                          RenderText at (0,-47) size 12x106
     110                            text run at (0,-47) width 12: "+"
     111                    RenderMathMLToken {mn} at (28,0) size 9x12
    112112                      RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    113113                        RenderBlock (anonymous) at (0,0) size 8x12
    114                           RenderText {#text} at (0,-6) size 8x25
    115                             text run at (0,-6) width 8: "1"
    116                 RenderMathMLBlock (anonymous, flex) at (0,15) size 35x17 [padding: 1 0 0 0]
    117                   RenderMathMLRow {mrow} at (0,4) size 35x13
    118                     RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
    119                       RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
    120                         RenderBlock (anonymous) at (0,0) size 7x9
    121                           RenderText {#text} at (0,-9) size 7x25
    122                             text run at (0,-9) width 7: "x"
    123                     RenderMathMLOperator {mo} at (8,2) size 19x10
    124                       RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
    125                         RenderBlock (anonymous) at (0,0) size 11x10
    126                           RenderText at (0,-8) size 11x25
    127                             text run at (0,-8) width 11: "+"
    128                     RenderMathMLToken {mn} at (26,0) size 9x12
     114                          RenderText {#text} at (0,-46) size 8x106
     115                            text run at (0,-46) width 8: "1"
     116                RenderMathMLBlock (anonymous, flex) at (0,16) size 37x18 [padding: 1 0 0 0]
     117                  RenderMathMLRow {mrow} at (0,4) size 37x14
     118                    RenderMathMLToken {mi} at (0,4) size 10x8 [padding: 0 2 0 0]
     119                      RenderMathMLBlock (anonymous, flex) at (0,0) size 8x8
     120                        RenderBlock (anonymous) at (0,0) size 8x8
     121                          RenderText {#text} at (0,-50) size 8x106
     122                            text run at (0,-50) width 8: "x"
     123                    RenderMathMLOperator {mo} at (9,1) size 20x12
     124                      RenderMathMLBlock (anonymous, flex) at (3,0) size 13x12
     125                        RenderBlock (anonymous) at (0,0) size 12x12
     126                          RenderText at (0,-47) size 12x106
     127                            text run at (0,-47) width 12: "+"
     128                    RenderMathMLToken {mn} at (28,0) size 9x12
    129129                      RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    130130                        RenderBlock (anonymous) at (0,0) size 8x12
    131                           RenderText {#text} at (0,-6) size 8x25
    132                             text run at (0,-6) width 8: "2"
     131                          RenderText {#text} at (0,-46) size 8x106
     132                            text run at (0,-46) width 8: "2"
    133133      RenderBlock {p} at (0,159) size 784x18
    134         RenderText {#text} at (0,1) size 173x17
    135           text run at (0,1) width 173: "cube root (should be blue): "
    136         RenderMathMLMath {math} at (173,0) size 23x19 [color=#0000FF] [padding: 0 1 0 1]
    137           RenderMathMLRoot {mroot} at (1,0) size 21x19
    138             RenderMathMLRootWrapper at (4,0) size 6x19
    139               RenderMathMLToken {mn} at (0,0) size 5x8
    140                 RenderMathMLBlock (anonymous, flex) at (0,0) size 5x8
    141                   RenderBlock (anonymous) at (0,0) size 5x8
    142                     RenderText {#text} at (0,-3) size 5x15
    143                       text run at (0,-3) width 5: "3"
    144             RenderMathMLBlock (anonymous, flex) at (0,0) size 13x19
    145               RenderMathMLRadicalOperator (anonymous) at (0,1) size 12x18
    146                 RenderMathMLBlock (anonymous, flex) at (0,0) size 12x18
    147                   RenderBlock (anonymous) at (0,0) size 12x18
    148                     RenderText at (0,-1) size 15x25
    149                       text run at (0,-1) width 15: "\x{221A}"
    150             RenderMathMLRootWrapper at (12,4) size 9x15
     134        RenderText {#text} at (0,0) size 173x17
     135          text run at (0,0) width 173: "cube root (should be blue): "
     136        RenderMathMLMath {math} at (173,1) size 28x18 [color=#0000FF] [padding: 0 1 0 1]
     137          RenderMathMLRoot {mroot} at (1,0) size 26x18
     138            RenderMathMLRootWrapper at (4,0) size 6x18
     139              RenderMathMLToken {mn} at (0,0) size 5x7
     140                RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
     141                  RenderBlock (anonymous) at (0,0) size 5x7
     142                    RenderText {#text} at (0,-27) size 5x61
     143                      text run at (0,-27) width 5: "3"
     144            RenderMathMLBlock (anonymous, flex) at (0,0) size 18x18
     145              RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x18
     146                RenderMathMLBlock (anonymous, flex) at (0,0) size 13x17
     147                  RenderBlock (anonymous) at (0,0) size 13x17
     148                    RenderText at (0,-56) size 13x106
     149                      text run at (0,-56) width 13: "\x{221A}"
     150            RenderMathMLRootWrapper at (17,2) size 9x16
    151151              RenderMathMLToken {mn} at (0,0) size 8x12
    152152                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    153153                  RenderBlock (anonymous) at (0,0) size 8x12
    154                     RenderText {#text} at (0,-6) size 8x25
    155                       text run at (0,-6) width 8: "2"
     154                    RenderText {#text} at (0,-46) size 8x106
     155                      text run at (0,-46) width 8: "2"
    156156      RenderBlock {p} at (0,193) size 784x18
    157         RenderText {#text} at (0,1) size 75x17
    158           text run at (0,1) width 75: "long index: "
    159         RenderMathMLMath {math} at (75,0) size 53x18 [padding: 0 1 0 1]
    160           RenderMathMLRoot {mroot} at (1,0) size 51x18
    161             RenderMathMLRootWrapper at (4,0) size 36x18
    162               RenderMathMLRow {mrow} at (0,0) size 35x7
    163                 RenderMathMLToken {mi} at (0,1) size 5x5 [padding: 0 1 0 0]
     157        RenderText {#text} at (0,0) size 75x17
     158          text run at (0,0) width 75: "long index: "
     159        RenderMathMLMath {math} at (75,0) size 62x19 [padding: 0 1 0 1]
     160          RenderMathMLRoot {mroot} at (1,0) size 60x19
     161            RenderMathMLRootWrapper at (4,0) size 40x19
     162              RenderMathMLRow {mrow} at (0,0) size 39x8
     163                RenderMathMLToken {mi} at (0,2) size 6x5 [padding: 0 1 0 0]
     164                  RenderMathMLBlock (anonymous, flex) at (0,0) size 5x5
     165                    RenderBlock (anonymous) at (0,0) size 5x5
     166                      RenderText {#text} at (0,-29) size 5x61
     167                        text run at (0,-29) width 5: "x"
     168                RenderMathMLOperator {mo} at (5,0) size 12x7
     169                  RenderMathMLBlock (anonymous, flex) at (2,0) size 7x7
     170                    RenderBlock (anonymous) at (0,0) size 7x7
     171                      RenderText at (0,-27) size 7x61
     172                        text run at (0,-27) width 7: "+"
     173                RenderMathMLToken {mi} at (16,2) size 7x6 [padding: 0 1 0 0]
     174                  RenderMathMLBlock (anonymous, flex) at (0,0) size 5x6
     175                    RenderBlock (anonymous) at (0,0) size 5x6
     176                      RenderText {#text} at (0,-29) size 5x61
     177                        text run at (0,-29) width 5: "y"
     178                RenderMathMLOperator {mo} at (22,0) size 12x7
     179                  RenderMathMLBlock (anonymous, flex) at (2,0) size 7x7
     180                    RenderBlock (anonymous) at (0,0) size 7x7
     181                      RenderText at (0,-27) size 7x61
     182                        text run at (0,-27) width 7: "+"
     183                RenderMathMLToken {mi} at (33,2) size 6x5 [padding: 0 1 0 0]
    164184                  RenderMathMLBlock (anonymous, flex) at (0,0) size 4x5
    165185                    RenderBlock (anonymous) at (0,0) size 4x5
    166                       RenderText {#text} at (0,-6) size 4x15
    167                         text run at (0,-6) width 4: "x"
    168                 RenderMathMLOperator {mo} at (4,0) size 11x6
    169                   RenderMathMLBlock (anonymous, flex) at (2,0) size 6x6
    170                     RenderBlock (anonymous) at (0,0) size 6x6
    171                       RenderText at (0,-5) size 6x15
    172                         text run at (0,-5) width 6: "+"
    173                 RenderMathMLToken {mi} at (14,1) size 6x6 [padding: 0 1 0 0]
    174                   RenderMathMLBlock (anonymous, flex) at (0,0) size 4x6
    175                     RenderBlock (anonymous) at (0,0) size 4x6
    176                       RenderText {#text} at (0,-6) size 4x15
    177                         text run at (0,-6) width 4: "y"
    178                 RenderMathMLOperator {mo} at (19,0) size 11x6
    179                   RenderMathMLBlock (anonymous, flex) at (2,0) size 6x6
    180                     RenderBlock (anonymous) at (0,0) size 6x6
    181                       RenderText at (0,-5) size 6x15
    182                         text run at (0,-5) width 6: "+"
    183                 RenderMathMLToken {mi} at (29,1) size 6x5 [padding: 0 1 0 0]
    184                   RenderMathMLBlock (anonymous, flex) at (0,0) size 4x5
    185                     RenderBlock (anonymous) at (0,0) size 4x5
    186                       RenderText {#text} at (0,-6) size 4x15
    187                         text run at (0,-6) width 4: "z"
    188             RenderMathMLBlock (anonymous, flex) at (30,0) size 13x18
    189               RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x18
    190                 RenderMathMLBlock (anonymous, flex) at (0,0) size 12x18
    191                   RenderBlock (anonymous) at (0,0) size 12x18
    192                     RenderText at (0,-1) size 15x25
    193                       text run at (0,-1) width 15: "\x{221A}"
    194             RenderMathMLRootWrapper at (42,3) size 9x15
     186                      RenderText {#text} at (0,-29) size 4x61
     187                        text run at (0,-29) width 4: "z"
     188            RenderMathMLBlock (anonymous, flex) at (34,0) size 18x19
     189              RenderMathMLRadicalOperator (anonymous) at (0,1) size 17x18
     190                RenderMathMLBlock (anonymous, flex) at (0,0) size 13x17
     191                  RenderBlock (anonymous) at (0,0) size 13x17
     192                    RenderText at (0,-56) size 13x106
     193                      text run at (0,-56) width 13: "\x{221A}"
     194            RenderMathMLRootWrapper at (51,3) size 9x16
    195195              RenderMathMLToken {mn} at (0,0) size 8x12
    196196                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    197197                  RenderBlock (anonymous) at (0,0) size 8x12
    198                     RenderText {#text} at (0,-6) size 8x25
    199                       text run at (0,-6) width 8: "2"
    200       RenderBlock {p} at (0,227) size 784x37
    201         RenderText {#text} at (0,10) size 185x17
    202           text run at (0,10) width 185: "long index w/ complex base: "
    203         RenderMathMLMath {math} at (185,0) size 81x38 [padding: 0 1 0 1]
    204           RenderMathMLRoot {mroot} at (1,0) size 79x38
    205             RenderMathMLRootWrapper at (4,8) size 36x30
    206               RenderMathMLRow {mrow} at (0,0) size 35x7
    207                 RenderMathMLToken {mi} at (0,1) size 5x5 [padding: 0 1 0 0]
     198                    RenderText {#text} at (0,-46) size 8x106
     199                      text run at (0,-46) width 8: "2"
     200      RenderBlock {p} at (0,227) size 784x40
     201        RenderText {#text} at (0,8) size 185x17
     202          text run at (0,8) width 185: "long index w/ complex base: "
     203        RenderMathMLMath {math} at (185,0) size 92x41 [padding: 0 1 0 1]
     204          RenderMathMLRoot {mroot} at (1,0) size 90x41
     205            RenderMathMLRootWrapper at (4,8) size 40x33
     206              RenderMathMLRow {mrow} at (0,0) size 39x8
     207                RenderMathMLToken {mi} at (0,2) size 6x5 [padding: 0 1 0 0]
     208                  RenderMathMLBlock (anonymous, flex) at (0,0) size 5x5
     209                    RenderBlock (anonymous) at (0,0) size 5x5
     210                      RenderText {#text} at (0,-29) size 5x61
     211                        text run at (0,-29) width 5: "x"
     212                RenderMathMLOperator {mo} at (5,0) size 12x7
     213                  RenderMathMLBlock (anonymous, flex) at (2,0) size 7x7
     214                    RenderBlock (anonymous) at (0,0) size 7x7
     215                      RenderText at (0,-27) size 7x61
     216                        text run at (0,-27) width 7: "+"
     217                RenderMathMLToken {mi} at (16,2) size 7x6 [padding: 0 1 0 0]
     218                  RenderMathMLBlock (anonymous, flex) at (0,0) size 5x6
     219                    RenderBlock (anonymous) at (0,0) size 5x6
     220                      RenderText {#text} at (0,-29) size 5x61
     221                        text run at (0,-29) width 5: "y"
     222                RenderMathMLOperator {mo} at (22,0) size 12x7
     223                  RenderMathMLBlock (anonymous, flex) at (2,0) size 7x7
     224                    RenderBlock (anonymous) at (0,0) size 7x7
     225                      RenderText at (0,-27) size 7x61
     226                        text run at (0,-27) width 7: "+"
     227                RenderMathMLToken {mi} at (33,2) size 6x5 [padding: 0 1 0 0]
    208228                  RenderMathMLBlock (anonymous, flex) at (0,0) size 4x5
    209229                    RenderBlock (anonymous) at (0,0) size 4x5
    210                       RenderText {#text} at (0,-6) size 4x15
    211                         text run at (0,-6) width 4: "x"
    212                 RenderMathMLOperator {mo} at (4,0) size 11x6
    213                   RenderMathMLBlock (anonymous, flex) at (2,0) size 6x6
    214                     RenderBlock (anonymous) at (0,0) size 6x6
    215                       RenderText at (0,-5) size 6x15
    216                         text run at (0,-5) width 6: "+"
    217                 RenderMathMLToken {mi} at (14,1) size 6x6 [padding: 0 1 0 0]
    218                   RenderMathMLBlock (anonymous, flex) at (0,0) size 4x6
    219                     RenderBlock (anonymous) at (0,0) size 4x6
    220                       RenderText {#text} at (0,-6) size 4x15
    221                         text run at (0,-6) width 4: "y"
    222                 RenderMathMLOperator {mo} at (19,0) size 11x6
    223                   RenderMathMLBlock (anonymous, flex) at (2,0) size 6x6
    224                     RenderBlock (anonymous) at (0,0) size 6x6
    225                       RenderText at (0,-5) size 6x15
    226                         text run at (0,-5) width 6: "+"
    227                 RenderMathMLToken {mi} at (29,1) size 6x5 [padding: 0 1 0 0]
    228                   RenderMathMLBlock (anonymous, flex) at (0,0) size 4x5
    229                     RenderBlock (anonymous) at (0,0) size 4x5
    230                       RenderText {#text} at (0,-6) size 4x15
    231                         text run at (0,-6) width 4: "z"
    232             RenderMathMLBlock (anonymous, flex) at (30,0) size 13x38
    233               RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x38
    234                 RenderMathMLBlock (anonymous, flex) at (0,0) size 12x37
    235                   RenderBlock (anonymous) at (0,0) size 12x37
    236                     RenderText at (0,-1) size 15x25
    237                       text run at (0,-1) width 15: "\x{221A}"
    238             RenderMathMLRootWrapper at (42,3) size 37x35
    239               RenderMathMLFraction {mfrac} at (1,0) size 35x32
    240                 RenderMathMLBlock (anonymous, flex) at (0,0) size 35x16
    241                   RenderMathMLRow {mrow} at (0,0) size 35x12
    242                     RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
    243                       RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
    244                         RenderBlock (anonymous) at (0,0) size 7x9
    245                           RenderText {#text} at (0,-9) size 7x25
    246                             text run at (0,-9) width 7: "x"
    247                     RenderMathMLOperator {mo} at (8,2) size 19x10
    248                       RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
    249                         RenderBlock (anonymous) at (0,0) size 11x10
    250                           RenderText at (0,-8) size 11x25
    251                             text run at (0,-8) width 11: "+"
    252                     RenderMathMLToken {mn} at (26,0) size 9x12
     230                      RenderText {#text} at (0,-29) size 4x61
     231                        text run at (0,-29) width 4: "z"
     232            RenderMathMLBlock (anonymous, flex) at (34,0) size 18x41
     233              RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x41
     234                RenderMathMLBlock (anonymous, flex) at (0,0) size 13x40
     235                  RenderBlock (anonymous) at (0,0) size 13x40
     236                    RenderText at (0,-56) size 13x106
     237                      text run at (0,-56) width 13: "\x{221A}"
     238            RenderMathMLRootWrapper at (51,2) size 39x39
     239              RenderMathMLFraction {mfrac} at (1,0) size 37x34
     240                RenderMathMLBlock (anonymous, flex) at (0,0) size 37x17
     241                  RenderMathMLRow {mrow} at (0,0) size 37x13
     242                    RenderMathMLToken {mi} at (0,4) size 10x8 [padding: 0 2 0 0]
     243                      RenderMathMLBlock (anonymous, flex) at (0,0) size 8x8
     244                        RenderBlock (anonymous) at (0,0) size 8x8
     245                          RenderText {#text} at (0,-50) size 8x106
     246                            text run at (0,-50) width 8: "x"
     247                    RenderMathMLOperator {mo} at (9,1) size 20x12
     248                      RenderMathMLBlock (anonymous, flex) at (3,0) size 13x12
     249                        RenderBlock (anonymous) at (0,0) size 12x12
     250                          RenderText at (0,-47) size 12x106
     251                            text run at (0,-47) width 12: "+"
     252                    RenderMathMLToken {mn} at (28,0) size 9x12
    253253                      RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    254254                        RenderBlock (anonymous) at (0,0) size 8x12
    255                           RenderText {#text} at (0,-6) size 8x25
    256                             text run at (0,-6) width 8: "1"
    257                 RenderMathMLBlock (anonymous, flex) at (0,15) size 35x17 [padding: 1 0 0 0]
    258                   RenderMathMLRow {mrow} at (0,4) size 35x13
    259                     RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
    260                       RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
    261                         RenderBlock (anonymous) at (0,0) size 7x9
    262                           RenderText {#text} at (0,-9) size 7x25
    263                             text run at (0,-9) width 7: "x"
    264                     RenderMathMLOperator {mo} at (8,2) size 19x10
    265                       RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
    266                         RenderBlock (anonymous) at (0,0) size 11x10
    267                           RenderText at (0,-8) size 11x25
    268                             text run at (0,-8) width 11: "+"
    269                     RenderMathMLToken {mn} at (26,0) size 9x12
     255                          RenderText {#text} at (0,-46) size 8x106
     256                            text run at (0,-46) width 8: "1"
     257                RenderMathMLBlock (anonymous, flex) at (0,16) size 37x18 [padding: 1 0 0 0]
     258                  RenderMathMLRow {mrow} at (0,4) size 37x14
     259                    RenderMathMLToken {mi} at (0,4) size 10x8 [padding: 0 2 0 0]
     260                      RenderMathMLBlock (anonymous, flex) at (0,0) size 8x8
     261                        RenderBlock (anonymous) at (0,0) size 8x8
     262                          RenderText {#text} at (0,-50) size 8x106
     263                            text run at (0,-50) width 8: "x"
     264                    RenderMathMLOperator {mo} at (9,1) size 20x12
     265                      RenderMathMLBlock (anonymous, flex) at (3,0) size 13x12
     266                        RenderBlock (anonymous) at (0,0) size 12x12
     267                          RenderText at (0,-47) size 12x106
     268                            text run at (0,-47) width 12: "+"
     269                    RenderMathMLToken {mn} at (28,0) size 9x12
    270270                      RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    271271                        RenderBlock (anonymous) at (0,0) size 8x12
    272                           RenderText {#text} at (0,-6) size 8x25
    273                             text run at (0,-6) width 8: "2"
    274       RenderBlock {p} at (0,280) size 784x35
    275         RenderText {#text} at (0,18) size 75x17
    276           text run at (0,18) width 75: "high index: "
    277         RenderMathMLMath {math} at (75,0) size 27x36 [padding: 0 1 0 1]
    278           RenderMathMLRoot {mroot} at (1,0) size 25x36
    279             RenderMathMLRootWrapper at (4,0) size 10x36
    280               RenderMathMLFraction {mfrac} at (1,0) size 7x26
    281                 RenderMathMLBlock (anonymous, flex) at (0,0) size 7x18
    282                   RenderMathMLFraction {mfrac} at (1,0) size 5x16
    283                     RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
    284                       RenderMathMLToken {mi} at (0,0) size 5x5 [padding: 0 1 0 0]
    285                         RenderMathMLBlock (anonymous, flex) at (0,0) size 4x5
    286                           RenderBlock (anonymous) at (0,0) size 4x5
    287                             RenderText {#text} at (0,-6) size 4x15
    288                               text run at (0,-6) width 4: "x"
    289                     RenderMathMLBlock (anonymous, flex) at (0,6) size 5x10 [padding: 1 0 0 0]
    290                       RenderMathMLToken {mi} at (0,2) size 5x7 [padding: 0 1 0 0]
    291                         RenderMathMLBlock (anonymous, flex) at (0,0) size 4x6
    292                           RenderBlock (anonymous) at (0,0) size 4x6
    293                             RenderText {#text} at (0,-6) size 4x15
    294                               text run at (0,-6) width 4: "y"
    295                 RenderMathMLBlock (anonymous, flex) at (0,17) size 7x9 [padding: 1 0 0 0]
    296                   RenderMathMLToken {mi} at (1,2) size 5x6 [padding: 0 1 0 0]
     272                          RenderText {#text} at (0,-46) size 8x106
     273                            text run at (0,-46) width 8: "2"
     274      RenderBlock {p} at (0,283) size 784x35
     275        RenderText {#text} at (0,17) size 75x17
     276          text run at (0,17) width 75: "high index: "
     277        RenderMathMLMath {math} at (75,0) size 33x36 [padding: 0 1 0 1]
     278          RenderMathMLRoot {mroot} at (1,0) size 31x36
     279            RenderMathMLRootWrapper at (4,0) size 11x36
     280              RenderMathMLFraction {mfrac} at (1,0) size 8x26
     281                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x18
     282                  RenderMathMLFraction {mfrac} at (1,0) size 6x16
     283                    RenderMathMLBlock (anonymous, flex) at (0,0) size 6x7
     284                      RenderMathMLToken {mi} at (0,0) size 6x5 [padding: 0 1 0 0]
     285                        RenderMathMLBlock (anonymous, flex) at (0,0) size 5x5
     286                          RenderBlock (anonymous) at (0,0) size 5x5
     287                            RenderText {#text} at (0,-29) size 5x61
     288                              text run at (0,-29) width 5: "x"
     289                    RenderMathMLBlock (anonymous, flex) at (0,6) size 6x10 [padding: 1 0 0 0]
     290                      RenderMathMLToken {mi} at (0,2) size 6x7 [padding: 0 1 0 0]
     291                        RenderMathMLBlock (anonymous, flex) at (0,0) size 5x6
     292                          RenderBlock (anonymous) at (0,0) size 5x6
     293                            RenderText {#text} at (0,-29) size 5x61
     294                              text run at (0,-29) width 5: "y"
     295                RenderMathMLBlock (anonymous, flex) at (0,17) size 8x9 [padding: 1 0 0 0]
     296                  RenderMathMLToken {mi} at (1,2) size 6x6 [padding: 0 1 0 0]
    297297                    RenderMathMLBlock (anonymous, flex) at (0,0) size 4x5
    298298                      RenderBlock (anonymous) at (0,0) size 4x5
    299                         RenderText {#text} at (0,-6) size 4x15
    300                           text run at (0,-6) width 4: "z"
    301             RenderMathMLBlock (anonymous, flex) at (4,0) size 13x36
    302               RenderMathMLRadicalOperator (anonymous) at (0,18) size 12x18
    303                 RenderMathMLBlock (anonymous, flex) at (0,0) size 12x18
    304                   RenderBlock (anonymous) at (0,0) size 12x18
    305                     RenderText at (0,-1) size 15x25
    306                       text run at (0,-1) width 15: "\x{221A}"
    307             RenderMathMLRootWrapper at (16,21) size 9x15
     299                        RenderText {#text} at (0,-29) size 4x61
     300                          text run at (0,-29) width 4: "z"
     301            RenderMathMLBlock (anonymous, flex) at (5,0) size 18x36
     302              RenderMathMLRadicalOperator (anonymous) at (0,18) size 17x18
     303                RenderMathMLBlock (anonymous, flex) at (0,0) size 13x17
     304                  RenderBlock (anonymous) at (0,0) size 13x17
     305                    RenderText at (0,-56) size 13x106
     306                      text run at (0,-56) width 13: "\x{221A}"
     307            RenderMathMLRootWrapper at (22,20) size 9x16
    308308              RenderMathMLToken {mn} at (0,0) size 8x12
    309309                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    310310                  RenderBlock (anonymous) at (0,0) size 8x12
    311                     RenderText {#text} at (0,-6) size 8x25
    312                       text run at (0,-6) width 8: "2"
    313       RenderBlock {p} at (0,331) size 784x59
    314         RenderText {#text} at (0,29) size 155x17
    315           text run at (0,29) width 155: "Imbricated square roots: "
    316         RenderMathMLMath {math} at (155,0) size 293x60 [padding: 0 1 0 1]
    317           RenderMathMLSquareRoot {msqrt} at (1,0) size 291x60
    318             RenderMathMLBlock (anonymous, flex) at (0,0) size 12x60
    319               RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x60
    320                 RenderMathMLBlock (anonymous, flex) at (0,0) size 12x60
    321                   RenderBlock (anonymous) at (0,0) size 12x60
    322                     RenderText at (0,-1) size 15x25
    323                       text run at (0,-1) width 15: "\x{221A}"
    324             RenderMathMLRootWrapper at (12,3) size 279x57
    325               RenderMathMLToken {mn} at (0,28) size 8x12
     311                    RenderText {#text} at (0,-46) size 8x106
     312                      text run at (0,-46) width 8: "2"
     313      RenderBlock {p} at (0,334) size 784x54
     314        RenderText {#text} at (0,14) size 155x17
     315          text run at (0,14) width 155: "Imbricated square roots: "
     316        RenderMathMLMath {math} at (155,0) size 342x55 [padding: 0 1 0 1]
     317          RenderMathMLSquareRoot {msqrt} at (1,0) size 340x55
     318            RenderMathMLBlock (anonymous, flex) at (0,0) size 17x55
     319              RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x55
     320                RenderMathMLBlock (anonymous, flex) at (0,0) size 13x55
     321                  RenderBlock (anonymous) at (0,0) size 13x55
     322                    RenderText at (0,-56) size 13x106
     323                      text run at (0,-56) width 13: "\x{221A}"
     324            RenderMathMLRootWrapper at (17,2) size 323x53
     325              RenderMathMLToken {mn} at (0,15) size 8x12
    326326                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    327327                  RenderBlock (anonymous) at (0,0) size 8x12
    328                     RenderText {#text} at (0,-6) size 8x25
    329                       text run at (0,-6) width 8: "1"
    330               RenderMathMLOperator {mo} at (8,30) size 19x10
    331                 RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
    332                   RenderBlock (anonymous) at (0,0) size 11x10
    333                     RenderText at (0,-8) size 11x25
    334                       text run at (0,-8) width 11: "+"
    335               RenderMathMLSquareRoot {msqrt} at (26,0) size 253x54
    336                 RenderMathMLBlock (anonymous, flex) at (0,0) size 12x54
    337                   RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x54
    338                     RenderMathMLBlock (anonymous, flex) at (0,0) size 12x54
    339                       RenderBlock (anonymous) at (0,0) size 12x54
    340                         RenderText at (0,-1) size 15x25
    341                           text run at (0,-1) width 15: "\x{221A}"
    342                 RenderMathMLRootWrapper at (12,3) size 241x51
    343                   RenderMathMLRow {mrow} at (0,0) size 241x48
    344                     RenderMathMLToken {mn} at (0,24) size 8x12
     328                    RenderText {#text} at (0,-46) size 8x106
     329                      text run at (0,-46) width 8: "1"
     330              RenderMathMLOperator {mo} at (8,16) size 20x12
     331                RenderMathMLBlock (anonymous, flex) at (3,0) size 13x12
     332                  RenderBlock (anonymous) at (0,0) size 12x12
     333                    RenderText at (0,-47) size 12x106
     334                      text run at (0,-47) width 12: "+"
     335              RenderMathMLSquareRoot {msqrt} at (27,0) size 296x53
     336                RenderMathMLBlock (anonymous, flex) at (0,0) size 17x53
     337                  RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x53
     338                    RenderMathMLBlock (anonymous, flex) at (0,0) size 13x53
     339                      RenderBlock (anonymous) at (0,0) size 13x53
     340                        RenderText at (0,-56) size 13x106
     341                          text run at (0,-56) width 13: "\x{221A}"
     342                RenderMathMLRootWrapper at (17,2) size 279x51
     343                  RenderMathMLRow {mrow} at (0,0) size 279x51
     344                    RenderMathMLToken {mn} at (0,13) size 8x12
    345345                      RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    346346                        RenderBlock (anonymous) at (0,0) size 8x12
    347                           RenderText {#text} at (0,-6) size 8x25
    348                             text run at (0,-6) width 8: "2"
    349                     RenderMathMLOperator {mo} at (8,26) size 19x10
    350                       RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
    351                         RenderBlock (anonymous) at (0,0) size 11x10
    352                           RenderText at (0,-8) size 11x25
    353                             text run at (0,-8) width 11: "+"
    354                     RenderMathMLSquareRoot {msqrt} at (26,0) size 215x48
    355                       RenderMathMLBlock (anonymous, flex) at (0,0) size 12x48
    356                         RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x48
    357                           RenderMathMLBlock (anonymous, flex) at (0,0) size 12x48
    358                             RenderBlock (anonymous) at (0,0) size 12x48
    359                               RenderText at (0,-1) size 15x25
    360                                 text run at (0,-1) width 15: "\x{221A}"
    361                       RenderMathMLRootWrapper at (12,3) size 203x45
    362                         RenderMathMLRow {mrow} at (0,0) size 203x42
    363                           RenderMathMLToken {mn} at (0,20) size 8x12
     347                          RenderText {#text} at (0,-46) size 8x106
     348                            text run at (0,-46) width 8: "2"
     349                    RenderMathMLOperator {mo} at (8,14) size 20x12
     350                      RenderMathMLBlock (anonymous, flex) at (3,0) size 13x12
     351                        RenderBlock (anonymous) at (0,0) size 12x12
     352                          RenderText at (0,-47) size 12x106
     353                            text run at (0,-47) width 12: "+"
     354                    RenderMathMLSquareRoot {msqrt} at (27,0) size 252x51
     355                      RenderMathMLBlock (anonymous, flex) at (0,0) size 17x51
     356                        RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x51
     357                          RenderMathMLBlock (anonymous, flex) at (0,0) size 13x51
     358                            RenderBlock (anonymous) at (0,0) size 13x51
     359                              RenderText at (0,-56) size 13x106
     360                                text run at (0,-56) width 13: "\x{221A}"
     361                      RenderMathMLRootWrapper at (17,2) size 235x49
     362                        RenderMathMLRow {mrow} at (0,0) size 235x49
     363                          RenderMathMLToken {mn} at (0,11) size 8x12
    364364                            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    365365                              RenderBlock (anonymous) at (0,0) size 8x12
    366                                 RenderText {#text} at (0,-6) size 8x25
    367                                   text run at (0,-6) width 8: "3"
    368                           RenderMathMLOperator {mo} at (8,22) size 19x10
    369                             RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
    370                               RenderBlock (anonymous) at (0,0) size 11x10
    371                                 RenderText at (0,-8) size 11x25
    372                                   text run at (0,-8) width 11: "+"
    373                           RenderMathMLSquareRoot {msqrt} at (26,0) size 177x42
    374                             RenderMathMLBlock (anonymous, flex) at (0,0) size 12x42
    375                               RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x42
    376                                 RenderMathMLBlock (anonymous, flex) at (0,0) size 12x42
    377                                   RenderBlock (anonymous) at (0,0) size 12x42
    378                                     RenderText at (0,-1) size 15x25
    379                                       text run at (0,-1) width 15: "\x{221A}"
    380                             RenderMathMLRootWrapper at (12,3) size 164x39
    381                               RenderMathMLRow {mrow} at (0,0) size 164x36
    382                                 RenderMathMLToken {mn} at (0,16) size 8x12
     366                                RenderText {#text} at (0,-46) size 8x106
     367                                  text run at (0,-46) width 8: "3"
     368                          RenderMathMLOperator {mo} at (8,12) size 20x12
     369                            RenderMathMLBlock (anonymous, flex) at (3,0) size 13x12
     370                              RenderBlock (anonymous) at (0,0) size 12x12
     371                                RenderText at (0,-47) size 12x106
     372                                  text run at (0,-47) width 12: "+"
     373                          RenderMathMLSquareRoot {msqrt} at (27,0) size 208x49
     374                            RenderMathMLBlock (anonymous, flex) at (0,0) size 17x49
     375                              RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x49
     376                                RenderMathMLBlock (anonymous, flex) at (0,0) size 13x48
     377                                  RenderBlock (anonymous) at (0,0) size 13x48
     378                                    RenderText at (0,-56) size 13x106
     379                                      text run at (0,-56) width 13: "\x{221A}"
     380                            RenderMathMLRootWrapper at (17,2) size 190x47
     381                              RenderMathMLRow {mrow} at (0,0) size 190x41
     382                                RenderMathMLToken {mn} at (0,9) size 8x12
    383383                                  RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    384384                                    RenderBlock (anonymous) at (0,0) size 8x12
    385                                       RenderText {#text} at (0,-6) size 8x25
    386                                         text run at (0,-6) width 8: "4"
    387                                 RenderMathMLOperator {mo} at (8,18) size 19x10
    388                                   RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
    389                                     RenderBlock (anonymous) at (0,0) size 11x10
    390                                       RenderText at (0,-8) size 11x25
    391                                         text run at (0,-8) width 11: "+"
    392                                 RenderMathMLSquareRoot {msqrt} at (26,0) size 138x36
    393                                   RenderMathMLBlock (anonymous, flex) at (0,0) size 12x36
    394                                     RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x36
    395                                       RenderMathMLBlock (anonymous, flex) at (0,0) size 12x36
    396                                         RenderBlock (anonymous) at (0,0) size 12x36
    397                                           RenderText at (0,-1) size 15x25
    398                                             text run at (0,-1) width 15: "\x{221A}"
    399                                   RenderMathMLRootWrapper at (12,3) size 126x33
    400                                     RenderMathMLRow {mrow} at (0,0) size 126x30
    401                                       RenderMathMLToken {mn} at (0,11) size 8x13
    402                                         RenderMathMLBlock (anonymous, flex) at (0,0) size 8x13
    403                                           RenderBlock (anonymous) at (0,0) size 8x13
    404                                             RenderText {#text} at (0,-5) size 8x25
    405                                               text run at (0,-5) width 8: "5"
    406                                       RenderMathMLOperator {mo} at (8,14) size 19x10
    407                                         RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
    408                                           RenderBlock (anonymous) at (0,0) size 11x10
    409                                             RenderText at (0,-8) size 11x25
    410                                               text run at (0,-8) width 11: "+"
    411                                       RenderMathMLSquareRoot {msqrt} at (26,0) size 100x30
    412                                         RenderMathMLBlock (anonymous, flex) at (0,0) size 12x30
    413                                           RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x30
    414                                             RenderMathMLBlock (anonymous, flex) at (0,0) size 12x30
    415                                               RenderBlock (anonymous) at (0,0) size 12x30
    416                                                 RenderText at (0,-1) size 15x25
    417                                                   text run at (0,-1) width 15: "\x{221A}"
    418                                         RenderMathMLRootWrapper at (12,3) size 88x27
    419                                           RenderMathMLRow {mrow} at (0,0) size 88x24
    420                                             RenderMathMLToken {mn} at (0,8) size 8x12
     385                                      RenderText {#text} at (0,-46) size 8x106
     386                                        text run at (0,-46) width 8: "4"
     387                                RenderMathMLOperator {mo} at (8,10) size 20x12
     388                                  RenderMathMLBlock (anonymous, flex) at (3,0) size 13x12
     389                                    RenderBlock (anonymous) at (0,0) size 12x12
     390                                      RenderText at (0,-47) size 12x106
     391                                        text run at (0,-47) width 12: "+"
     392                                RenderMathMLSquareRoot {msqrt} at (27,0) size 163x41
     393                                  RenderMathMLBlock (anonymous, flex) at (0,0) size 17x41
     394                                    RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x41
     395                                      RenderMathMLBlock (anonymous, flex) at (0,0) size 13x40
     396                                        RenderBlock (anonymous) at (0,0) size 13x40
     397                                          RenderText at (0,-56) size 13x106
     398                                            text run at (0,-56) width 13: "\x{221A}"
     399                                  RenderMathMLRootWrapper at (17,2) size 146x39
     400                                    RenderMathMLRow {mrow} at (0,0) size 146x31
     401                                      RenderMathMLToken {mn} at (0,7) size 8x12
     402                                        RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
     403                                          RenderBlock (anonymous) at (0,0) size 8x12
     404                                            RenderText {#text} at (0,-46) size 8x106
     405                                              text run at (0,-46) width 8: "5"
     406                                      RenderMathMLOperator {mo} at (8,8) size 20x12
     407                                        RenderMathMLBlock (anonymous, flex) at (3,0) size 13x12
     408                                          RenderBlock (anonymous) at (0,0) size 12x12
     409                                            RenderText at (0,-47) size 12x106
     410                                              text run at (0,-47) width 12: "+"
     411                                      RenderMathMLSquareRoot {msqrt} at (27,0) size 119x31
     412                                        RenderMathMLBlock (anonymous, flex) at (0,0) size 17x31
     413                                          RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x31
     414                                            RenderMathMLBlock (anonymous, flex) at (0,0) size 13x30
     415                                              RenderBlock (anonymous) at (0,0) size 13x30
     416                                                RenderText at (0,-56) size 13x106
     417                                                  text run at (0,-56) width 13: "\x{221A}"
     418                                        RenderMathMLRootWrapper at (17,2) size 102x29
     419                                          RenderMathMLRow {mrow} at (0,0) size 102x21
     420                                            RenderMathMLToken {mn} at (0,5) size 8x12
    421421                                              RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    422422                                                RenderBlock (anonymous) at (0,0) size 8x12
    423                                                   RenderText {#text} at (0,-6) size 8x25
    424                                                     text run at (0,-6) width 8: "6"
    425                                             RenderMathMLOperator {mo} at (8,10) size 19x10
    426                                               RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
    427                                                 RenderBlock (anonymous) at (0,0) size 11x10
    428                                                   RenderText at (0,-8) size 11x25
    429                                                     text run at (0,-8) width 11: "+"
    430                                             RenderMathMLSquareRoot {msqrt} at (26,0) size 62x24
    431                                               RenderMathMLBlock (anonymous, flex) at (0,0) size 12x24
    432                                                 RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x24
    433                                                   RenderMathMLBlock (anonymous, flex) at (0,0) size 12x24
    434                                                     RenderBlock (anonymous) at (0,0) size 12x24
    435                                                       RenderText at (0,-1) size 15x25
    436                                                         text run at (0,-1) width 15: "\x{221A}"
    437                                               RenderMathMLRootWrapper at (12,3) size 50x21
    438                                                 RenderMathMLRow {mrow} at (0,0) size 50x18
    439                                                   RenderMathMLToken {mn} at (0,4) size 8x12
     423                                                  RenderText {#text} at (0,-46) size 8x106
     424                                                    text run at (0,-46) width 8: "6"
     425                                            RenderMathMLOperator {mo} at (8,6) size 20x12
     426                                              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x12
     427                                                RenderBlock (anonymous) at (0,0) size 12x12
     428                                                  RenderText at (0,-47) size 12x106
     429                                                    text run at (0,-47) width 12: "+"
     430                                            RenderMathMLSquareRoot {msqrt} at (27,0) size 75x21
     431                                              RenderMathMLBlock (anonymous, flex) at (0,0) size 17x21
     432                                                RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x21
     433                                                  RenderMathMLBlock (anonymous, flex) at (0,0) size 13x20
     434                                                    RenderBlock (anonymous) at (0,0) size 13x20
     435                                                      RenderText at (0,-56) size 13x106
     436                                                        text run at (0,-56) width 13: "\x{221A}"
     437                                              RenderMathMLRootWrapper at (17,2) size 58x19
     438                                                RenderMathMLRow {mrow} at (0,0) size 58x18
     439                                                  RenderMathMLToken {mn} at (0,3) size 8x12
    440440                                                    RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    441441                                                      RenderBlock (anonymous) at (0,0) size 8x12
    442                                                         RenderText {#text} at (0,-6) size 8x25
    443                                                           text run at (0,-6) width 8: "7"
    444                                                   RenderMathMLOperator {mo} at (8,6) size 19x10
    445                                                     RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
    446                                                       RenderBlock (anonymous) at (0,0) size 11x10
    447                                                         RenderText at (0,-8) size 11x25
    448                                                           text run at (0,-8) width 11: "+"
    449                                                   RenderMathMLSquareRoot {msqrt} at (26,0) size 24x18
    450                                                     RenderMathMLBlock (anonymous, flex) at (0,0) size 12x18
    451                                                       RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x18
    452                                                         RenderMathMLBlock (anonymous, flex) at (0,0) size 12x18
    453                                                           RenderBlock (anonymous) at (0,0) size 12x18
    454                                                             RenderText at (0,-1) size 15x25
    455                                                               text run at (0,-1) width 15: "\x{221A}"
    456                                                     RenderMathMLRootWrapper at (12,3) size 12x15
    457                                                       RenderMathMLToken {mi} at (0,0) size 12x12 [padding: 0 2 0 0]
    458                                                         RenderMathMLBlock (anonymous, flex) at (0,0) size 10x12
    459                                                           RenderBlock (anonymous) at (0,0) size 10x12
    460                                                             RenderText {#text} at (0,-6) size 10x25
    461                                                               text run at (0,-6) width 10: "A"
     442                                                        RenderText {#text} at (0,-46) size 8x106
     443                                                          text run at (0,-46) width 8: "7"
     444                                                  RenderMathMLOperator {mo} at (8,4) size 20x12
     445                                                    RenderMathMLBlock (anonymous, flex) at (3,0) size 13x12
     446                                                      RenderBlock (anonymous) at (0,0) size 12x12
     447                                                        RenderText at (0,-47) size 12x106
     448                                                          text run at (0,-47) width 12: "+"
     449                                                  RenderMathMLSquareRoot {msqrt} at (27,0) size 31x18
     450                                                    RenderMathMLBlock (anonymous, flex) at (0,0) size 17x18
     451                                                      RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x18
     452                                                        RenderMathMLBlock (anonymous, flex) at (0,0) size 13x17
     453                                                          RenderBlock (anonymous) at (0,0) size 13x17
     454                                                            RenderText at (0,-56) size 13x106
     455                                                              text run at (0,-56) width 13: "\x{221A}"
     456                                                    RenderMathMLRootWrapper at (17,2) size 14x16
     457                                                      RenderMathMLToken {mi} at (0,0) size 14x13 [padding: 0 2 0 0]
     458                                                        RenderMathMLBlock (anonymous, flex) at (0,0) size 12x13
     459                                                          RenderBlock (anonymous) at (0,0) size 12x13
     460                                                            RenderText {#text} at (0,-45) size 12x106
     461                                                              text run at (0,-45) width 12: "A"
    462462        RenderText {#text} at (0,0) size 0x0
    463       RenderBlock {p} at (0,406) size 784x68
    464         RenderText {#text} at (0,38) size 110x17
    465           text run at (0,38) width 110: "Imbricated roots: "
    466         RenderMathMLMath {math} at (110,0) size 314x69 [padding: 0 1 0 1]
    467           RenderMathMLRoot {mroot} at (1,0) size 312x69
    468             RenderMathMLRootWrapper at (4,19) size 6x50
    469               RenderMathMLToken {mn} at (0,0) size 5x8
    470                 RenderMathMLBlock (anonymous, flex) at (0,0) size 5x8
    471                   RenderBlock (anonymous) at (0,0) size 5x8
    472                     RenderText {#text} at (0,-3) size 5x15
    473                       text run at (0,-3) width 5: "3"
    474             RenderMathMLBlock (anonymous, flex) at (0,0) size 13x69
    475               RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x69
    476                 RenderMathMLBlock (anonymous, flex) at (0,0) size 12x68
    477                   RenderBlock (anonymous) at (0,0) size 12x68
    478                     RenderText at (0,-1) size 15x25
    479                       text run at (0,-1) width 15: "\x{221A}"
    480             RenderMathMLRootWrapper at (12,3) size 300x66
    481               RenderMathMLRow {mrow} at (0,0) size 299x63
    482                 RenderMathMLToken {mn} at (0,37) size 8x12
     463      RenderBlock {p} at (0,404) size 784x56
     464        RenderText {#text} at (0,25) size 110x17
     465          text run at (0,25) width 110: "Imbricated roots: "
     466        RenderMathMLMath {math} at (110,0) size 366x57 [padding: 0 1 0 1]
     467          RenderMathMLRoot {mroot} at (1,0) size 364x57
     468            RenderMathMLRootWrapper at (4,15) size 6x42
     469              RenderMathMLToken {mn} at (0,0) size 5x7
     470                RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
     471                  RenderBlock (anonymous) at (0,0) size 5x7
     472                    RenderText {#text} at (0,-27) size 5x61
     473                      text run at (0,-27) width 5: "3"
     474            RenderMathMLBlock (anonymous, flex) at (0,0) size 18x57
     475              RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x57
     476                RenderMathMLBlock (anonymous, flex) at (0,0) size 13x57
     477                  RenderBlock (anonymous) at (0,0) size 13x57
     478                    RenderText at (0,-56) size 13x106
     479                      text run at (0,-56) width 13: "\x{221A}"
     480            RenderMathMLRootWrapper at (17,2) size 347x55
     481              RenderMathMLRow {mrow} at (0,0) size 346x55
     482                RenderMathMLToken {mn} at (0,26) size 8x12
    483483                  RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    484484                    RenderBlock (anonymous) at (0,0) size 8x12
    485                       RenderText {#text} at (0,-6) size 8x25
    486                         text run at (0,-6) width 8: "1"
    487                 RenderMathMLOperator {mo} at (8,39) size 19x10
    488                   RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
    489                     RenderBlock (anonymous) at (0,0) size 11x10
    490                       RenderText at (0,-8) size 11x25
    491                         text run at (0,-8) width 11: "+"
    492                 RenderMathMLRoot {mroot} at (26,0) size 273x63
    493                   RenderMathMLRootWrapper at (4,17) size 6x46
     485                      RenderText {#text} at (0,-46) size 8x106
     486                        text run at (0,-46) width 8: "1"
     487                RenderMathMLOperator {mo} at (8,27) size 20x12
     488                  RenderMathMLBlock (anonymous, flex) at (3,0) size 13x12
     489                    RenderBlock (anonymous) at (0,0) size 12x12
     490                      RenderText at (0,-47) size 12x106
     491                        text run at (0,-47) width 12: "+"
     492                RenderMathMLRoot {mroot} at (27,0) size 319x55
     493                  RenderMathMLRootWrapper at (4,14) size 6x41
    494494                    RenderMathMLToken {mn} at (0,0) size 5x8
    495495                      RenderMathMLBlock (anonymous, flex) at (0,0) size 5x8
    496496                        RenderBlock (anonymous) at (0,0) size 5x8
    497                           RenderText {#text} at (0,-3) size 5x15
    498                             text run at (0,-3) width 5: "4"
    499                   RenderMathMLBlock (anonymous, flex) at (0,0) size 13x63
    500                     RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x63
    501                       RenderMathMLBlock (anonymous, flex) at (0,0) size 12x63
    502                         RenderBlock (anonymous) at (0,0) size 12x63
    503                           RenderText at (0,-1) size 15x25
    504                             text run at (0,-1) width 15: "\x{221A}"
    505                   RenderMathMLRootWrapper at (12,3) size 261x60
    506                     RenderMathMLRow {mrow} at (0,0) size 261x57
    507                       RenderMathMLToken {mn} at (0,33) size 8x12
     497                          RenderText {#text} at (0,-26) size 5x61
     498                            text run at (0,-26) width 5: "4"
     499                  RenderMathMLBlock (anonymous, flex) at (0,0) size 18x55
     500                    RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x55
     501                      RenderMathMLBlock (anonymous, flex) at (0,0) size 13x55
     502                        RenderBlock (anonymous) at (0,0) size 13x55
     503                          RenderText at (0,-56) size 13x106
     504                            text run at (0,-56) width 13: "\x{221A}"
     505                  RenderMathMLRootWrapper at (17,2) size 302x53
     506                    RenderMathMLRow {mrow} at (0,0) size 302x53
     507                      RenderMathMLToken {mn} at (0,24) size 8x12
    508508                        RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    509509                          RenderBlock (anonymous) at (0,0) size 8x12
    510                             RenderText {#text} at (0,-6) size 8x25
    511                               text run at (0,-6) width 8: "2"
    512                       RenderMathMLOperator {mo} at (8,35) size 19x10
    513                         RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
    514                           RenderBlock (anonymous) at (0,0) size 11x10
    515                             RenderText at (0,-8) size 11x25
    516                               text run at (0,-8) width 11: "+"
    517                       RenderMathMLRoot {mroot} at (26,0) size 235x57
    518                         RenderMathMLRootWrapper at (4,15) size 6x42
    519                           RenderMathMLToken {mn} at (0,0) size 5x8
    520                             RenderMathMLBlock (anonymous, flex) at (0,0) size 5x8
    521                               RenderBlock (anonymous) at (0,0) size 5x8
    522                                 RenderText {#text} at (0,-3) size 5x15
    523                                   text run at (0,-3) width 5: "5"
    524                         RenderMathMLBlock (anonymous, flex) at (0,0) size 13x57
    525                           RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x57
    526                             RenderMathMLBlock (anonymous, flex) at (0,0) size 12x57
    527                               RenderBlock (anonymous) at (0,0) size 12x57
    528                                 RenderText at (0,-1) size 15x25
    529                                   text run at (0,-1) width 15: "\x{221A}"
    530                         RenderMathMLRootWrapper at (12,3) size 223x54
    531                           RenderMathMLRow {mrow} at (0,0) size 222x51
    532                             RenderMathMLToken {mn} at (0,29) size 8x12
     510                            RenderText {#text} at (0,-46) size 8x106
     511                              text run at (0,-46) width 8: "2"
     512                      RenderMathMLOperator {mo} at (8,25) size 20x12
     513                        RenderMathMLBlock (anonymous, flex) at (3,0) size 13x12
     514                          RenderBlock (anonymous) at (0,0) size 12x12
     515                            RenderText at (0,-47) size 12x106
     516                              text run at (0,-47) width 12: "+"
     517                      RenderMathMLRoot {mroot} at (27,0) size 275x53
     518                        RenderMathMLRootWrapper at (4,14) size 6x39
     519                          RenderMathMLToken {mn} at (0,0) size 5x7
     520                            RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
     521                              RenderBlock (anonymous) at (0,0) size 5x7
     522                                RenderText {#text} at (0,-27) size 5x61
     523                                  text run at (0,-27) width 5: "5"
     524                        RenderMathMLBlock (anonymous, flex) at (0,0) size 18x53
     525                          RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x53
     526                            RenderMathMLBlock (anonymous, flex) at (0,0) size 13x53
     527                              RenderBlock (anonymous) at (0,0) size 13x53
     528                                RenderText at (0,-56) size 13x106
     529                                  text run at (0,-56) width 13: "\x{221A}"
     530                        RenderMathMLRootWrapper at (17,2) size 258x51
     531                          RenderMathMLRow {mrow} at (0,0) size 257x51
     532                            RenderMathMLToken {mn} at (0,22) size 8x12
    533533                              RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    534534                                RenderBlock (anonymous) at (0,0) size 8x12
    535                                   RenderText {#text} at (0,-6) size 8x25
    536                                     text run at (0,-6) width 8: "3"
    537                             RenderMathMLOperator {mo} at (8,31) size 19x10
    538                               RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
    539                                 RenderBlock (anonymous) at (0,0) size 11x10
    540                                   RenderText at (0,-8) size 11x25
    541                                     text run at (0,-8) width 11: "+"
    542                             RenderMathMLRoot {mroot} at (26,0) size 196x51
    543                               RenderMathMLRootWrapper at (4,12) size 6x39
    544                                 RenderMathMLToken {mn} at (0,0) size 5x8
    545                                   RenderMathMLBlock (anonymous, flex) at (0,0) size 5x8
    546                                     RenderBlock (anonymous) at (0,0) size 5x8
    547                                       RenderText {#text} at (0,-3) size 5x15
    548                                         text run at (0,-3) width 5: "6"
    549                               RenderMathMLBlock (anonymous, flex) at (0,0) size 13x51
    550                                 RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x51
    551                                   RenderMathMLBlock (anonymous, flex) at (0,0) size 12x51
    552                                     RenderBlock (anonymous) at (0,0) size 12x51
    553                                       RenderText at (0,-1) size 15x25
    554                                         text run at (0,-1) width 15: "\x{221A}"
    555                               RenderMathMLRootWrapper at (12,3) size 184x48
    556                                 RenderMathMLRow {mrow} at (0,0) size 183x45
    557                                   RenderMathMLToken {mn} at (0,25) size 8x12
     535                                  RenderText {#text} at (0,-46) size 8x106
     536                                    text run at (0,-46) width 8: "3"
     537                            RenderMathMLOperator {mo} at (8,23) size 20x12
     538                              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x12
     539                                RenderBlock (anonymous) at (0,0) size 12x12
     540                                  RenderText at (0,-47) size 12x106
     541                                    text run at (0,-47) width 12: "+"
     542                            RenderMathMLRoot {mroot} at (27,0) size 230x51
     543                              RenderMathMLRootWrapper at (4,13) size 6x38
     544                                RenderMathMLToken {mn} at (0,0) size 5x7
     545                                  RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
     546                                    RenderBlock (anonymous) at (0,0) size 5x7
     547                                      RenderText {#text} at (0,-27) size 5x61
     548                                        text run at (0,-27) width 5: "6"
     549                              RenderMathMLBlock (anonymous, flex) at (0,0) size 18x51
     550                                RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x51
     551                                  RenderMathMLBlock (anonymous, flex) at (0,0) size 13x51
     552                                    RenderBlock (anonymous) at (0,0) size 13x51
     553                                      RenderText at (0,-56) size 13x106
     554                                        text run at (0,-56) width 13: "\x{221A}"
     555                              RenderMathMLRootWrapper at (17,2) size 213x49
     556                                RenderMathMLRow {mrow} at (0,0) size 212x49
     557                                  RenderMathMLToken {mn} at (0,20) size 8x12
    558558                                    RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    559559                                      RenderBlock (anonymous) at (0,0) size 8x12
    560                                         RenderText {#text} at (0,-6) size 8x25
    561                                           text run at (0,-6) width 8: "4"
    562                                   RenderMathMLOperator {mo} at (8,27) size 19x10
    563                                     RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
    564                                       RenderBlock (anonymous) at (0,0) size 11x10
    565                                         RenderText at (0,-8) size 11x25
    566                                           text run at (0,-8) width 11: "+"
    567                                   RenderMathMLRoot {mroot} at (26,0) size 157x45
    568                                     RenderMathMLRootWrapper at (4,11) size 6x34
    569                                       RenderMathMLToken {mn} at (0,0) size 5x7
    570                                         RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
    571                                           RenderBlock (anonymous) at (0,0) size 5x7
    572                                             RenderText {#text} at (0,-4) size 5x15
    573                                               text run at (0,-4) width 5: "7"
    574                                     RenderMathMLBlock (anonymous, flex) at (0,0) size 13x45
    575                                       RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x45
    576                                         RenderMathMLBlock (anonymous, flex) at (0,0) size 12x45
    577                                           RenderBlock (anonymous) at (0,0) size 12x45
    578                                             RenderText at (0,-1) size 15x25
    579                                               text run at (0,-1) width 15: "\x{221A}"
    580                                     RenderMathMLRootWrapper at (12,3) size 145x42
    581                                       RenderMathMLRow {mrow} at (0,0) size 145x39
    582                                         RenderMathMLToken {mn} at (0,20) size 8x13
    583                                           RenderMathMLBlock (anonymous, flex) at (0,0) size 8x13
    584                                             RenderBlock (anonymous) at (0,0) size 8x13
    585                                               RenderText {#text} at (0,-5) size 8x25
    586                                                 text run at (0,-5) width 8: "5"
    587                                         RenderMathMLOperator {mo} at (8,23) size 19x10
    588                                           RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
    589                                             RenderBlock (anonymous) at (0,0) size 11x10
    590                                               RenderText at (0,-8) size 11x25
    591                                                 text run at (0,-8) width 11: "+"
    592                                         RenderMathMLRoot {mroot} at (26,0) size 119x39
    593                                           RenderMathMLRootWrapper at (4,8) size 6x31
    594                                             RenderMathMLToken {mn} at (0,0) size 5x8
    595                                               RenderMathMLBlock (anonymous, flex) at (0,0) size 5x8
    596                                                 RenderBlock (anonymous) at (0,0) size 5x8
    597                                                   RenderText {#text} at (0,-3) size 5x15
    598                                                     text run at (0,-3) width 5: "8"
    599                                           RenderMathMLBlock (anonymous, flex) at (0,0) size 13x39
    600                                             RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x39
    601                                               RenderMathMLBlock (anonymous, flex) at (0,0) size 12x39
    602                                                 RenderBlock (anonymous) at (0,0) size 12x39
    603                                                   RenderText at (0,-1) size 15x25
    604                                                     text run at (0,-1) width 15: "\x{221A}"
    605                                           RenderMathMLRootWrapper at (12,3) size 107x36
    606                                             RenderMathMLRow {mrow} at (0,0) size 106x33
    607                                               RenderMathMLToken {mn} at (0,17) size 8x12
     560                                        RenderText {#text} at (0,-46) size 8x106
     561                                          text run at (0,-46) width 8: "4"
     562                                  RenderMathMLOperator {mo} at (8,21) size 20x12
     563                                    RenderMathMLBlock (anonymous, flex) at (3,0) size 13x12
     564                                      RenderBlock (anonymous) at (0,0) size 12x12
     565                                        RenderText at (0,-47) size 12x106
     566                                          text run at (0,-47) width 12: "+"
     567                                  RenderMathMLRoot {mroot} at (27,0) size 185x49
     568                                    RenderMathMLRootWrapper at (4,11) size 6x38
     569                                      RenderMathMLToken {mn} at (0,0) size 5x8
     570                                        RenderMathMLBlock (anonymous, flex) at (0,0) size 5x8
     571                                          RenderBlock (anonymous) at (0,0) size 5x8
     572                                            RenderText {#text} at (0,-26) size 5x61
     573                                              text run at (0,-26) width 5: "7"
     574                                    RenderMathMLBlock (anonymous, flex) at (0,0) size 18x49
     575                                      RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x49
     576                                        RenderMathMLBlock (anonymous, flex) at (0,0) size 13x48
     577                                          RenderBlock (anonymous) at (0,0) size 13x48
     578                                            RenderText at (0,-56) size 13x106
     579                                              text run at (0,-56) width 13: "\x{221A}"
     580                                    RenderMathMLRootWrapper at (17,2) size 168x47
     581                                      RenderMathMLRow {mrow} at (0,0) size 168x41
     582                                        RenderMathMLToken {mn} at (0,18) size 8x12
     583                                          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
     584                                            RenderBlock (anonymous) at (0,0) size 8x12
     585                                              RenderText {#text} at (0,-46) size 8x106
     586                                                text run at (0,-46) width 8: "5"
     587                                        RenderMathMLOperator {mo} at (8,19) size 20x12
     588                                          RenderMathMLBlock (anonymous, flex) at (3,0) size 13x12
     589                                            RenderBlock (anonymous) at (0,0) size 12x12
     590                                              RenderText at (0,-47) size 12x106
     591                                                text run at (0,-47) width 12: "+"
     592                                        RenderMathMLRoot {mroot} at (27,0) size 141x41
     593                                          RenderMathMLRootWrapper at (4,9) size 6x32
     594                                            RenderMathMLToken {mn} at (0,0) size 5x7
     595                                              RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
     596                                                RenderBlock (anonymous) at (0,0) size 5x7
     597                                                  RenderText {#text} at (0,-27) size 5x61
     598                                                    text run at (0,-27) width 5: "8"
     599                                          RenderMathMLBlock (anonymous, flex) at (0,0) size 18x41
     600                                            RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x41
     601                                              RenderMathMLBlock (anonymous, flex) at (0,0) size 13x40
     602                                                RenderBlock (anonymous) at (0,0) size 13x40
     603                                                  RenderText at (0,-56) size 13x106
     604                                                    text run at (0,-56) width 13: "\x{221A}"
     605                                          RenderMathMLRootWrapper at (17,2) size 124x39
     606                                            RenderMathMLRow {mrow} at (0,0) size 123x31
     607                                              RenderMathMLToken {mn} at (0,16) size 8x12
    608608                                                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    609609                                                  RenderBlock (anonymous) at (0,0) size 8x12
    610                                                     RenderText {#text} at (0,-6) size 8x25
    611                                                       text run at (0,-6) width 8: "6"
    612                                               RenderMathMLOperator {mo} at (8,19) size 19x10
    613                                                 RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
    614                                                   RenderBlock (anonymous) at (0,0) size 11x10
    615                                                     RenderText at (0,-8) size 11x25
    616                                                       text run at (0,-8) width 11: "+"
    617                                               RenderMathMLRoot {mroot} at (26,0) size 80x33
    618                                                 RenderMathMLRootWrapper at (4,5) size 6x28
    619                                                   RenderMathMLToken {mn} at (0,0) size 5x8
    620                                                     RenderMathMLBlock (anonymous, flex) at (0,0) size 5x8
    621                                                       RenderBlock (anonymous) at (0,0) size 5x8
    622                                                         RenderText {#text} at (0,-3) size 5x15
    623                                                           text run at (0,-3) width 5: "9"
    624                                                 RenderMathMLBlock (anonymous, flex) at (0,0) size 13x33
    625                                                   RenderMathMLRadicalOperator (anonymous) at (0,0) size 12x33
    626                                                     RenderMathMLBlock (anonymous, flex) at (0,0) size 12x33
    627                                                       RenderBlock (anonymous) at (0,0) size 12x33
    628                                                         RenderText at (0,-1) size 15x25
    629                                                           text run at (0,-1) width 15: "\x{221A}"
    630                                                 RenderMathMLRootWrapper at (12,3) size 68x30
    631                                                   RenderMathMLRow {mrow} at (0,0) size 68x27
    632                                                     RenderMathMLToken {mn} at (0,13) size 8x12
     610                                                    RenderText {#text} at (0,-46) size 8x106
     611                                                      text run at (0,-46) width 8: "6"
     612                                              RenderMathMLOperator {mo} at (8,17) size 20x12
     613                                                RenderMathMLBlock (anonymous, flex) at (3,0) size 13x12
     614                                                  RenderBlock (anonymous) at (0,0) size 12x12
     615                                                    RenderText at (0,-47) size 12x106
     616                                                      text run at (0,-47) width 12: "+"
     617                                              RenderMathMLRoot {mroot} at (27,0) size 96x31
     618                                                RenderMathMLRootWrapper at (4,5) size 6x26
     619                                                  RenderMathMLToken {mn} at (0,0) size 5x7
     620                                                    RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
     621                                                      RenderBlock (anonymous) at (0,0) size 5x7
     622                                                        RenderText {#text} at (0,-27) size 5x61
     623                                                          text run at (0,-27) width 5: "9"
     624                                                RenderMathMLBlock (anonymous, flex) at (0,0) size 18x31
     625                                                  RenderMathMLRadicalOperator (anonymous) at (0,0) size 17x31
     626                                                    RenderMathMLBlock (anonymous, flex) at (0,0) size 13x30
     627                                                      RenderBlock (anonymous) at (0,0) size 13x30
     628                                                        RenderText at (0,-56) size 13x106
     629                                                          text run at (0,-56) width 13: "\x{221A}"
     630                                                RenderMathMLRootWrapper at (17,2) size 79x29
     631                                                  RenderMathMLRow {mrow} at (0,0) size 79x29
     632                                                    RenderMathMLToken {mn} at (0,14) size 8x12
    633633                                                      RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
    634634                                                        RenderBlock (anonymous) at (0,0) size 8x12
    635                                                           RenderText {#text} at (0,-6) size 8x25
    636                                                             text run at (0,-6) width 8: "7"
    637                                                     RenderMathMLOperator {mo} at (8,15) size 19x10
    638                                                       RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
    639                                                         RenderBlock (anonymous) at (0,0) size 11x10
    640                                                           RenderText at (0,-8) size 11x25
    641                                                             text run at (0,-8) width 11: "+"
    642                                                     RenderMathMLRoot {mroot} at (26,0) size 42x27
    643                                                       RenderMathMLRootWrapper at (4,0) size 23x27
    644                                                         RenderMathMLFraction {mfrac} at (1,0) size 20x17
    645                                                           RenderMathMLBlock (anonymous, flex) at (0,0) size 20x9
    646                                                             RenderMathMLRow {mrow} at (0,0) size 20x7
    647                                                               RenderMathMLToken {mi} at (0,1) size 5x5 [padding: 0 1 0 0]
    648                                                                 RenderMathMLBlock (anonymous, flex) at (0,0) size 4x5
    649                                                                   RenderBlock (anonymous) at (0,0) size 4x5
    650                                                                     RenderText {#text} at (0,-6) size 4x15
    651                                                                       text run at (0,-6) width 4: "x"
    652                                                               RenderMathMLOperator {mo} at (4,0) size 11x6
    653                                                                 RenderMathMLBlock (anonymous, flex) at (2,0) size 6x6
    654                                                                   RenderBlock (anonymous) at (0,0) size 6x6
    655                                                                     RenderText at (0,-5) size 6x15
    656                                                                       text run at (0,-5) width 6: "+"
    657                                                               RenderMathMLToken {mi} at (14,1) size 6x6 [padding: 0 1 0 0]
    658                                                                 RenderMathMLBlock (anonymous, flex) at (0,0) size 4x6
    659                                                                   RenderBlock (anonymous) at (0,0) size 4x6
    660                                                                     RenderText {#text} at (0,-6) size 4x15
    661                                                                       text run at (0,-6) width 4: "y"
    662                                                           RenderMathMLBlock (anonymous, flex) at (0,8) size 20x9 [padding: 1 0 0 0]
    663                                                             RenderMathMLToken {mi} at (7,2) size 6x6 [padding: 0 1 0 0]
     635                                                          RenderText {#text} at (0,-46) size 8x106
     636                                                            text run at (0,-46) width 8: "7"
     637                                                    RenderMathMLOperator {mo} at (8,15) size 20x12
     638                                                      RenderMathMLBlock (anonymous, flex) at (3,0) size 13x12
     639                                                        RenderBlock (anonymous) at (0,0) size 12x12
     640                                                          RenderText at (0,-47) size 12x106
     641                                                            text run at (0,-47) width 12: "+"
     642                                                    RenderMathMLRoot {mroot} at (27,0) size 52x29
     643                                                      RenderMathMLRootWrapper at (4,0) size 26x29
     644                                                        RenderMathMLFraction {mfrac} at (1,0) size 23x18
     645                                                          RenderMathMLBlock (anonymous, flex) at (0,0) size 23x10
     646                                                            RenderMathMLRow {mrow} at (0,0) size 23x8
     647                                                              RenderMathMLToken {mi} at (0,2) size 6x5 [padding: 0 1 0 0]
     648                                                                RenderMathMLBlock (anonymous, flex) at (0,0) size 5x5
     649                                                                  RenderBlock (anonymous) at (0,0) size 5x5
     650                                                                    RenderText {#text} at (0,-29) size 5x61
     651                                                                      text run at (0,-29) width 5: "x"
     652                                                              RenderMathMLOperator {mo} at (5,0) size 12x7
     653                                                                RenderMathMLBlock (anonymous, flex) at (2,0) size 7x7
     654                                                                  RenderBlock (anonymous) at (0,0) size 7x7
     655                                                                    RenderText at (0,-27) size 7x61
     656                                                                      text run at (0,-27) width 7: "+"
     657                                                              RenderMathMLToken {mi} at (16,2) size 7x6 [padding: 0 1 0 0]
     658                                                                RenderMathMLBlock (anonymous, flex) at (0,0) size 5x6
     659                                                                  RenderBlock (anonymous) at (0,0) size 5x6
     660                                                                    RenderText {#text} at (0,-29) size 5x61
     661                                                                      text run at (0,-29) width 5: "y"
     662                                                          RenderMathMLBlock (anonymous, flex) at (0,9) size 23x9 [padding: 1 0 0 0]
     663                                                            RenderMathMLToken {mi} at (8,2) size 6x6 [padding: 0 1 0 0]
    664664                                                              RenderMathMLBlock (anonymous, flex) at (0,0) size 4x5
    665665                                                                RenderBlock (anonymous) at (0,0) size 4x5
    666                                                                   RenderText {#text} at (0,-6) size 4x15
    667                                                                     text run at (0,-6) width 4: "z"
    668                                                       RenderMathMLBlock (anonymous, flex) at (17,0) size 13x27
    669                                                         RenderMathMLRadicalOperator (anonymous) at (0,9) size 12x18
    670                                                           RenderMathMLBlock (anonymous, flex) at (0,0) size 12x18
    671                                                             RenderBlock (anonymous) at (0,0) size 12x18
    672                                                               RenderText at (0,-1) size 15x25
    673                                                                 text run at (0,-1) width 15: "\x{221A}"
    674                                                       RenderMathMLRootWrapper at (29,12) size 12x15
    675                                                         RenderMathMLToken {mi} at (0,0) size 12x12 [padding: 0 2 0 0]
    676                                                           RenderMathMLBlock (anonymous, flex) at (0,0) size 10x12
    677                                                             RenderBlock (anonymous) at (0,0) size 10x12
    678                                                               RenderText {#text} at (0,-6) size 10x25
    679                                                                 text run at (0,-6) width 10: "A"
     666                                                                  RenderText {#text} at (0,-29) size 4x61
     667                                                                    text run at (0,-29) width 4: "z"
     668                                                      RenderMathMLBlock (anonymous, flex) at (20,0) size 18x29
     669                                                        RenderMathMLRadicalOperator (anonymous) at (0,11) size 17x18
     670                                                          RenderMathMLBlock (anonymous, flex) at (0,0) size 13x17
     671                                                            RenderBlock (anonymous) at (0,0) size 13x17
     672                                                              RenderText at (0,-56) size 13x106
     673                                                                text run at (0,-56) width 13: "\x{221A}"
     674                                                      RenderMathMLRootWrapper at (37,12) size 14x17
     675                                                        RenderMathMLToken {mi} at (0,0) size 14x13 [padding: 0 2 0 0]
     676                                                          RenderMathMLBlock (anonymous, flex) at (0,0) size 12x13
     677                                                            RenderBlock (anonymous) at (0,0) size 12x13
     678                                                              RenderText {#text} at (0,-45) size 12x106
     679                                                                text run at (0,-45) width 12: "A"
    680680        RenderText {#text} at (0,0) size 0x0
  • trunk/Tools/ChangeLog

    r170415 r170418  
     12014-06-24  Frédéric Wang  <fred.wang@free.fr>
     2
     3        [EFL] [GTK] Use Latin Modern Math in the jhbuild environments.
     4        https://bugs.webkit.org/show_bug.cgi?id=134153
     5
     6        Reviewed by Martin Robinson.
     7
     8        * efl/jhbuild.modules: Use webkitgtk-test-fonts.git instead of the zip archive and upgrade to 0.0.5.
     9        * gtk/jhbuild.modules: Upgrade webkitgtk-test-fonts to 0.0.5.
     10
    1112014-06-24  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
    212
  • trunk/Tools/efl/jhbuild.modules

    r170236 r170418  
    7676  <autotools id="fonts"
    7777             skip-autogen="true">
    78     <branch module="downloads/mrobinson/webkitgtk-test-fonts/webkitgtk-test-fonts-0.0.3.tar.gz" version="0.0.3"
    79             checkoutdir="webkitgtk-test-fonts"
    80             repo="github.com"
    81             hash="sha256:4a0a01f00855997cdcc7201f164b33a4e4144e8eadf40a5e542a1c448e035de5"
    82             md5sum="10e74de1a8ba961d9037994d427b1dd2" size="16981642">
    83     </branch>
     78    <branch repo="github.com" module="mrobinson/webkitgtk-test-fonts.git" checkoutdir="webkitgtk-test-fonts" tag="0.0.5"/>
    8479  </autotools>
    8580
  • trunk/Tools/gtk/jhbuild.modules

    r170040 r170418  
    8686  <autotools id="fonts"
    8787             skip-autogen="true">
    88     <branch repo="github.com" module="mrobinson/webkitgtk-test-fonts.git" checkoutdir="webkitgtk-test-fonts" tag="0.0.4"/>
     88    <branch repo="github.com" module="mrobinson/webkitgtk-test-fonts.git" checkoutdir="webkitgtk-test-fonts" tag="0.0.5"/>
    8989  </autotools>
    9090
Note: See TracChangeset for help on using the changeset viewer.