1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/452157-2.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,39 @@ 1.4 +<html> 1.5 +<head> 1.6 +<style> 1.7 + div.a { 1.8 + -moz-column-count: 2; 1.9 + float: left; 1.10 + background: lightblue; 1.11 + } 1.12 + div.b {} 1.13 + div.c { 1.14 + float: left; 1.15 + height: 23px; 1.16 + width: 10px; 1.17 + background: orange; 1.18 + } 1.19 + div.d { 1.20 + float: left; 1.21 + height: 22px; 1.22 + width: 10px; 1.23 + background: green; 1.24 + } 1.25 + div.e { 1.26 + clear: left; 1.27 + } 1.28 +</style> 1.29 +</head> 1.30 +<body 1.31 + ><div class="a" 1.32 + ><div class="b" 1.33 + ><div class="c" 1.34 + ></div 1.35 + ><div class="d" 1.36 + ></div 1.37 + ><div class="e" 1.38 + ></div 1.39 + > <!-- whitespace --></div 1.40 + ></div 1.41 +></body> 1.42 +</html>