1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/404219-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,30 @@ 1.4 +<html> 1.5 +<head> 1.6 +<style> 1.7 + body { 1.8 + /* Standize line-height, because the default varies by platform */ 1.9 + line-height: 50px; 1.10 + } 1.11 + div#a { 1.12 + width: 3em; 1.13 + -moz-column-count: 2; 1.14 + -moz-column-gap: 0px; 1.15 + background: lightgreen; 1.16 + } 1.17 + div#b { 1.18 + float: left; 1.19 + background: lightblue; 1.20 + } 1.21 + div#c { 1.22 + height: 100px; 1.23 + background: orange; 1.24 + } 1.25 +</style> 1.26 +</head> 1.27 +<body> 1.28 + <div id="a"> 1.29 + <div id="b"><br/><br/>b</div> 1.30 + <div id="c">c c c</div> 1.31 + </div> 1.32 +</body> 1.33 +</html>