layout/mathml/crashtests/947557-1.html

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

     1 <!doctype html>
     2 <body>
     3   <math>
     4     <mmultiscripts>
     5       <mo>A</mo>
     6       <mprescripts/>
     7       <mmultiscripts>
     8         <mo>A</mo>
     9         <mprescripts/>
    10         <mo>A</mo>
    11         <mo>A</mo>
    12       </mmultiscripts>
    13       <mmultiscripts>
    14         <mo>A</mo>
    15         <mprescripts/>
    16         <mo>A</mo>
    17         <mo>A</mo>
    18       </mmultiscripts>
    19     </mmultiscripts>
    20   </math>
    21 </body>

mercurial