summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/413085-2.html
blob: 6128304abdf65647e8fd082dc50262f9bee2a7d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<style>
 body:first-letter { float: right; }
</style>
<script>
  function boom() {
   document.body.firstChild.remove();
  }
</script>
</head>
<body onload="boom();">abc&#x05DB;d
<div>This sentence should be the only text on the page.</div></body>
</html>