summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/404721-1.xhtml
blob: ec9cbb07b8332d3dff77d695b7b4884cd7dea544 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
function boom()
{
  var s = document.getElementById("s");
  s.parentNode.removeChild(s);
}
</script>
</head>

<body onload="boom();">

<div style="column-width: 23px;"><div style="padding: 5px;"><span id="s"><div style="float: left;"><div style="width: 100px; height: 100px;"></div></div></span></div></div>
                        
</body>
</html>