1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/849603.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,47 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<head> 1.7 +<style> 1.8 + 1.9 + .container { 1.10 + height: 24pt; 1.11 + position: relative; 1.12 + } 1.13 + #colset { 1.14 + height: 2in; 1.15 + -moz-column-count: 3; 1.16 + } 1.17 + .c1 { 1.18 + position: absolute; 1.19 + height: 3in; 1.20 + } 1.21 + .c2 { 1.22 + position: absolute; 1.23 + height: 1in; 1.24 + } 1.25 + .c3 { 1.26 + position: absolute; 1.27 + height: 3in; 1.28 + } 1.29 + .f1 { 1.30 + margin-bottom: 96pt; 1.31 + } 1.32 + 1.33 +</style> 1.34 +</head> 1.35 +<body> 1.36 + 1.37 + <div id="colset"> 1.38 + <div class="container"></div> 1.39 + <div class="container"></div> 1.40 + <p class="following f1"></p> 1.41 + <div class="container"> 1.42 + <div class="overflow c1"></div> 1.43 + <div class="overflow c2"></div> 1.44 + <div class="overflow c3"></div> 1.45 + The quick brown fox jumps over the lazy dog. 1.46 + </div> 1.47 + </div> 1.48 + 1.49 +</body> 1.50 +</html>