layout/reftests/mathml/maction-dynamic-2-ref.html

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 <html xmlns="http://www.w3.org/1999/xhtml">
     2 <head>
     3 <title>dynamic maction 2</title>
     4 </head>
     6 <body>
     8 <p>
     9 <math>
    10   <mtext>__1__</mtext>
    11 </math>
    12 </p>
    14 <p>
    15 <math>
    16   <mtext>__1__</mtext>
    17 </math>
    18 </p>
    20 <p>
    21 <math>
    22   <mtext>__2__</mtext>
    23 </math>
    24 </p>
    26 <p>
    27 <math>
    28   <mtext>__2__</mtext>
    29 </math>
    30 </p>
    32 <p>
    33 <math>
    34   <mtext>__1__</mtext>
    35 </math>
    36 </p>
    38 <p>
    39 <math>
    40   <mtext>__3__</mtext>
    41 </math>
    42 </p>
    44 <p>
    45 <math>
    46   <mtext>__3__</mtext>
    47 </math>
    48 </p>
    50 </body>
    51 </html>

mercurial