layout/generic/crashtests/426040-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/426040-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +<style type="text/css">
     1.8 +
     1.9 +div { height: 1px; }
    1.10 +
    1.11 +</style>
    1.12 +
    1.13 +<script type="text/javascript">
    1.14 +
    1.15 +function boom()
    1.16 +{
    1.17 +  var a = document.getElementById("a"); 
    1.18 +  a.removeChild(a.firstChild);
    1.19 +  document.documentElement.style.outline = "none";
    1.20 +}
    1.21 +
    1.22 +</script>
    1.23 +</head>
    1.24 +
    1.25 +<body onload="boom();">
    1.26 +
    1.27 +<div style="-moz-column-count: 2;" id="a"><div><div style="float: right;"><div></div><span><div></div></span></div></div></div>
    1.28 +
    1.29 +</body>
    1.30 +
    1.31 +</html>

mercurial