1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/mfrac-A-4.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 + <head> 1.7 + <title>mfrac denomalign</title> 1.8 + </head> 1.9 + <body> 1.10 + <div style="position: absolute;"> 1.11 + <math xmlns="http://www.w3.org/1998/Math/MathML"> 1.12 + <mfrac linethickness="0"> 1.13 + <mspace width="100px" height="20px" mathbackground="red"></mspace> 1.14 + <mpadded width="100px" lspace="25px"> 1.15 + <mspace width="50px" height="20px" mathbackground="red"></mspace> 1.16 + </mpadded> 1.17 + </mfrac> 1.18 + </math> 1.19 + </div> 1.20 + </body> 1.21 +</html>