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