1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/mpadded-3-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,36 @@ 1.4 +<html> 1.5 + <head> 1.6 + <title>Test mpadded height depth</title> 1.7 + <style type="text/css"> 1.8 + div#bigsquare1 { 1.9 + position: absolute; 1.10 + width: 100px; 1.11 + height: 50px; 1.12 + background: blue; 1.13 + } 1.14 + 1.15 + div#smallsquare1 { 1.16 + position:absolute; 1.17 + width: 20px; 1.18 + height: 20px; 1.19 + left: 0px; 1.20 + top: 30px; 1.21 + background: red; 1.22 + } 1.23 + /* left = lspace = 0; 1.24 + top = heightBig - heightSmall - voffset; 1.25 + = 50 - 10 - 10*/ 1.26 + </style> 1.27 + </head> 1.28 + <body> 1.29 + <div id="bigsquare1"> 1.30 + <div id="smallsquare1"> 1.31 + </div> 1.32 + </div> 1.33 + 1.34 + <div id="bigsquare2"> 1.35 + <div id="smallsquare2"> 1.36 + </div> 1.37 + </div> 1.38 + </body> 1.39 +<html>