layout/reftests/mathml/mo-lspace-rspace.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 <!-- -*- mode: HTML; tab-width: 2; indent-tabs-mode: nil; -*- -->
     2 <!-- vim: set tabstop=2 expandtab shiftwidth=2 textwidth=80:  -->
     3 <!DOCTYPE html>
     4 <html>
     5   <head>
     6     <title>mo-lspace-rspace</title>
     7   </head>
     9   <body>
    11     <p>
    12       <!-- not in the operator dictionary -->
    13       <math>
    14         <mtext>_</mtext>
    15         <mo>MO</mo>
    16         <mtext>_</mtext>
    17       </math>
    18     </p>
    20     <p>
    21       <!-- operator.\u223F.infix = lspace:3 rspace:3 # sine wave -->
    22       <math>
    23         <mtext>_</mtext>
    24         <mo>&#x0223F;</mo>
    25         <mtext>_</mtext>
    26       </math>
    27     </p>
    29     <p>
    30       <!-- Invisible operator -->
    31       <math>
    32         <mtext>_</mtext>
    33         <mo>&#x02061;</mo>
    34         <mtext>_</mtext>
    35       </math>
    36     </p>
    38   </body>
    39 </html>

mercurial