1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/337419-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +<html> 1.5 +<head> 1.6 + 1.7 +<style> 1.8 +#container { 1.9 + -moz-column-count: 3; 1.10 +} 1.11 +#right { 1.12 + float: right; 1.13 + overflow: hidden; 1.14 +} 1.15 +</style> 1.16 + 1.17 +<link rel="alternate" type="application/atom+xml" title="Atom" href="http://weblogs.mozillazine.org/roc/atom.xml" /> 1.18 + 1.19 +</head> 1.20 + 1.21 +<body> 1.22 + 1.23 +<div id="container">X<div id="right"></div></div> 1.24 + 1.25 +</body> 1.26 +</html>