summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1483972.html
blob: 1a31be16cc0edf8c53b351abaa99d8b4fe770e75 (plain)
1
2
3
4
5
6
7
8
9
10
<script>
window.onload=function(){
  window.frames[0].document.body.appendChild(a);
  var o=window.frames[0].document.getElementById('a');
  document.getElementById('b').appendChild(o.parentNode.removeChild(o));
}
</script>
<audio id='a' controls autobuffer='true'></audio>
<time id='b'>
<iframe hidden>