1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/position-dynamic-changes/vertical/topA-heightA-bottomN-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 + <head> 1.7 + <link rel="stylesheet" type="text/css" href="style.css"> 1.8 + <script src="../handleprop.js" type="text/javascript"></script> 1.9 + </head> 1.10 + <body> 1.11 + <div id="parent"> 1.12 + <div id="child" style="bottom: 200px;"> 1.13 + <div class="floatTop"></div> 1.14 + <div class="floatTop"></div> 1.15 + </div> 1.16 + </div> 1.17 + </body> 1.18 +</html>