summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/411870-1.html
blob: 7b14952505a25aa21b8288a0bb59fe18b3744a82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html xmlns="http://www.w3.org/1999/xhtml" style="direction: rtl;">
<head>
<script>

function boom()
{
  document.body.appendChild(document.getElementById("v").firstChild);
}

</script>
</head>

<body onload="boom();" style="white-space: pre; -moz-column-count: -1;"><div id="v"><span>
</span>

</div></body>

</html>