summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/513110-1.html
blob: 96a39386f05fbc4fe512b18ba51407a938811484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">

function boom()
{
  var s = document.getElementById("s");
  document.body.removeChild(s);
  document.body.appendChild(s);  
}

window.addEventListener("load", boom);

</script>
</head>

<body>
<span style="word-spacing: -379660px">a </span>
<span id="s"><br style="clear: both;"/></span>
</body>
  
</html>