layout/generic/crashtests/393956-2.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/393956-2.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +<style>
     1.7 +body {
     1.8 +  height: 40px;
     1.9 +  -moz-column-count: 2;
    1.10 +}
    1.11 +#x {
    1.12 +  height: 20px;
    1.13 +}
    1.14 +#y {
    1.15 +  height: 80px;
    1.16 +}
    1.17 +</style>
    1.18 +
    1.19 +<script>
    1.20 +function boom()
    1.21 +{
    1.22 +  document.getElementById("x").style.content = "'0'";
    1.23 +}
    1.24 +</script>
    1.25 +</head>
    1.26 +
    1.27 +<body onload="boom();"><div id="x"><div id="y"></div></div></body>
    1.28 +
    1.29 +</html>

mercurial