layout/reftests/mathml/mo-lspace-rspace-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 <!-- -*- 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         <mspace width="thickmathspace" height="0" depth="0"></mspace>
    16         <mtext>MO</mtext>
    17         <mspace width="thickmathspace" height="0" depth="0"></mspace>
    18         <mtext>_</mtext>
    19       </math>
    20     </p>
    22     <p>
    23       <!-- operator.\u223F.infix = lspace:3 rspace:3 # sine wave -->
    24       <math>
    25         <mtext>_</mtext>
    26         <mspace width="thinmathspace" height="0" depth="0"></mspace>
    27         <mtext>&#x0223F;</mtext>
    28         <mspace width="thinmathspace" height="0" depth="0"></mspace>
    29         <mtext>_</mtext>
    30       </math>
    31     </p>
    33     <p>
    34       <!-- Invisible operator -->
    35       <math>
    36         <mtext>_</mtext>
    37         <mtext>&#x02061;</mtext>
    38         <mtext>_</mtext>
    39       </math>
    40     </p>
    42   </body>
    43 </html>

mercurial