layout/reftests/mathml/mo-lspace-rspace-4-ref.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <!doctype html>
     2 <html>
     3   <body>
     4     <p>
     5       <math>
     6         <mtext>_</mtext>
     7         <mrow>
     8           <mfrac>
     9             <mo lspace="1em" rspace="2em">_</mo>
    10             <mtext>_</mtext>
    11           </mfrac>
    12         </mrow>
    13         <mtext>_</mtext>
    14       </math>
    15     </p>
    17     <p>
    18       <math>
    19         <mtext>_</mtext>
    20         <mrow>
    21           <mfrac bevelled="true">
    22             <mo lspace="1em" rspace="2em">_</mo>
    23             <mtext>_</mtext>
    24           </mfrac>
    25         </mrow>
    26         <mtext>_</mtext>
    27       </math>
    28     </p>
    30   </body>
    31 </html>

mercurial