1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/xul/crashtests/376137-2.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<!DOCTYPE html> 1.5 +<title>Bug 376137</title> 1.6 +<style> 1.7 +p { width: 100%; border: solid 1px;} 1.8 +</style> 1.9 + 1.10 +<div style="display: -moz-inline-grid"> 1.11 + <div><p>M</p></div> 1.12 + <div><p>N</p></div> 1.13 +</div> 1.14 +