1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/400223-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +<html> 1.5 +<head> 1.6 +<style type="text/css"> 1.7 + 1.8 + #colset { 1.9 + height: 2in; 1.10 + -moz-column-count: 3; 1.11 + } 1.12 + #container { 1.13 + position: relative; 1.14 + } 1.15 + #overflow { 1.16 + position: absolute; 1.17 + height: 5in; 1.18 + } 1.19 + 1.20 +</style> 1.21 +</head> 1.22 + 1.23 +<body onload="document.getElementById('container').style.counterIncrement = 'foo';"> 1.24 +<div id="colset"><div id="container"><div id="overflow"></div></div></div> 1.25 +</body> 1.26 + 1.27 +</html>