layout/base/crashtests/430569-2.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/430569-2.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +<!DOCTYPE html>
     1.5 +<!-- This height has to be less than 18px to trigger crash, on Linux. -->
     1.6 +<html   style="height:      10px;
     1.7 +               background:  lightblue"
     1.8 + ><body style="position:    fixed;
     1.9 +               height:      inherit;
    1.10 +               -moz-column-count: 1;
    1.11 +               background: yellow;
    1.12 +               width: 100px"
    1.13 +        onload="document.documentElement.style.height = ''"
    1.14 +  ><div style="outline: 1px dotted green"></div><br/></body></html>

mercurial