1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/399407-1.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.5 + 1.6 +<style id="s"> 1.7 + .container { 1.8 + height: 20px; 1.9 + } 1.10 + .overflow { 1.11 + height: 30px; 1.12 + } 1.13 + body { 1.14 + width: 300px; 1.15 + -moz-column-width: 100px; 1.16 + } 1.17 + </style> 1.18 + 1.19 +<body> 1.20 + <div class="container"> 1.21 + <div class="overflow"></div> 1.22 + </div> 1.23 + <div class="container"> 1.24 + <div class="overflow"></div> 1.25 + </div> 1.26 +</body> 1.27 + 1.28 +</html>