layout/reftests/mathml/underbar-width-1-ref.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/underbar-width-1-ref.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.5 +  <head>
     1.6 +    <style type="text/css">
     1.7 +      html { background-color: grey; }
     1.8 +      div { display: inline-block;
     1.9 +            font-size: 30px;
    1.10 +            line-height: 60px; /* Ensure space for underbar */
    1.11 +            border: 1px solid white;
    1.12 +            padding: 2px; /* 10% error allowed in char selection */
    1.13 +            background-color: black;
    1.14 +            color: red; }
    1.15 +    </style>
    1.16 +  </head>
    1.17 +<body>
    1.18 +  <div>
    1.19 +    <math xmlns="http://www.w3.org/1998/Math/MathML">
    1.20 +      <mphantom>
    1.21 +	<munder>
    1.22 +	  <mn>1</mn>
    1.23 +	  <mo>&#x332;</mo>
    1.24 +	</munder>
    1.25 +      </mphantom>
    1.26 +    </math>
    1.27 +  </div>
    1.28 +</body>
    1.29 +</html>

mercurial