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

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     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