layout/reftests/mathml/mspace-1.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 <!DOCTYPE html>
     2 <html>
     4 <head>
     5     <title>mspace</title>
     6 </head>
     8 <body>
    10   <math style="position: absolute; top: 0; left: 0; margin: 0; padding: 0;">
    11     <mspace width="50px" height="3em" depth="3em" mathbackground="red"/>
    12     <mspace width="40px" height="1em" depth="2em" mathbackground="green"/>
    13     <mspace width="30px" height="2em" depth="1em" mathbackground="blue"/>
    14   </math>
    16 </body>
    18 </html>

mercurial