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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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