1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/position-dynamic-changes/horizontal/toauto-leftN-widthN-rightA.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +<!DOCTYPE html> 1.5 +<html class="reftest-wait"> 1.6 + <head> 1.7 + <link rel="stylesheet" type="text/css" href="style.css"> 1.8 + <script src="animate.js" type="text/javascript"></script> 1.9 + <script src="../handleprop.js" type="text/javascript"></script> 1.10 + </head> 1.11 + <body> 1.12 + <div id="parent"> 1.13 + <div id="child" style="width: 100px; left: 100px;"> 1.14 + <div class="floatLeft"></div> 1.15 + <div class="floatLeft"></div> 1.16 + </div> 1.17 + </div> 1.18 + <script> 1.19 + toAuto("left"); 1.20 + </script> 1.21 + </body> 1.22 +</html>