layout/generic/crashtests/503961-1.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/503961-1.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.5 +<head>
     1.6 +<style type="text/css">
     1.7 +  #colset    { -moz-column-count: 3; }
     1.8 +  #a         { height: 0px; }
     1.9 +  #b         { height: 2px; }
    1.10 +  #c         { height: 1px; }
    1.11 +  #d         { height: 2px; }
    1.12 +  #e         { height: 2px; }
    1.13 +</style>
    1.14 +<script type="text/javascript">
    1.15 +function boom()
    1.16 +{
    1.17 +  document.getElementById("a").style.height = "auto";
    1.18 +  document.getElementById("d").style.height = "auto";
    1.19 +}
    1.20 +</script>
    1.21 +</head>
    1.22 +<body onload="boom();"
    1.23 +  ><div id="colset"
    1.24 +    ><div id="a"><div id="b"/></div
    1.25 +    ><div id="c"><div id="d"/><div id="e"/></div
    1.26 +  ></div
    1.27 +></body>
    1.28 +</html>

mercurial