summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/490559-1.html
blob: 972c1edaaab83dedc2f5e58f50189308e0515007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
 <head>
  <script type="text/javascript">
function ddoe() {
  var x=document.getElementById('a');
  x.remove();
}
  </script>
 </head>
 <body onload="ddoe()">
  <div style="width: 1px;">
   <span id="a">&#68997;</span>
&#68997;
  </div>
 </body>
</html>