layout/reftests/mathml/negative-mspace-1.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     1 <!doctype>
     2 <html>
     3   <head>
     4     <title>negative mspace</title>
     5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
     6   </head>
     7   <body>
     8     <p>
     9       <math>
    10 	<mrow>
    11 	  <mspace width="2em" height="1em" mathbackground="red"></mspace>
    12 	  <mspace width="-1em"/>
    13 	  <mspace width="1em" height="1em" mathbackground="blue"></mspace>
    14 	</mrow>
    15       </math>
    16     </p>
    17     <p>
    18       <math dir="rtl">
    19 	<mrow>
    20 	  <mspace width="2em" height="1em" mathbackground="red"></mspace>
    21 	  <mspace width="-1em"/>
    22 	  <mspace width="1em" height="1em" mathbackground="blue"></mspace>
    23 	</mrow>
    24       </math>
    25     </p>
    26   </body>
    27 </html>

mercurial