1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/437565-3.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml" 1.5 +><head> 1.6 + <style> 1.7 + /* Note: The height here is almost nscoord_MAX in app-units */ 1.8 + /* Note: The width here needs to be wider than the viewport in order 1.9 + to trigger a crash. */ 1.10 + div.tall { 1.11 + height: 17895687px; 1.12 + width: 580px; 1.13 + background: pink; 1.14 + } 1.15 + div.float { float: left; } 1.16 + div.clear { clear: left; } 1.17 + div.square { width: 10px; height: 10px; } 1.18 + div.blue { background: blue; } 1.19 + div.green { background: green; } 1.20 + div.orange { background: orange; } 1.21 + </style> 1.22 +</head 1.23 +><div class="float"><div class="tall"/><div class="square blue"/></div 1.24 +><div class="float square green"></div 1.25 +><div><div class="float square orange"/><div class="clear"/></div 1.26 +></html>