1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/467493-2.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<head><style> 1.7 + div.a { 1.8 + -moz-column-count: 2; 1.9 + overflow-y: hidden; 1.10 + background: yellow; 1.11 + } 1.12 + div.b { 1.13 + background: orange; 1.14 + clear: both; 1.15 + margin-top: 946982.46874999995cm; 1.16 + } 1.17 + div.c { 1.18 + position: fixed; 1.19 + background: red; 1.20 + } 1.21 +</style></head> 1.22 +<body 1.23 + ><div class="a"><div 1.24 + ><div class="b"><li></li></div 1.25 + ><div class="c"></div 1.26 + ></div></div 1.27 +></body> 1.28 +</html>