1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/403569-3.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 +<head> 1.6 +<style> 1.7 +body { 1.8 + -moz-column-count: 2; 1.9 + -moz-column-width: 100px; 1.10 + height: 200px; 1.11 +} 1.12 +#b { 1.13 + float: left; 1.14 + height: 300px; 1.15 +} 1.16 + 1.17 +.og:before { 1.18 + display: block; 1.19 + content: "foo"; 1.20 +} 1.21 + 1.22 +</style> 1.23 +</head> 1.24 +<body onload="document.getElementById('span').style.display = 'block';"> 1.25 +<img src="../../../testing/crashtest/images/tree.gif" width="1070" height="335" id="b"/> 1.26 +<div class="og"><span id="span"></span></div> 1.27 +</body> 1.28 +</html>