summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1413670.html
blob: 958485c0ef39d60fe6deec1ffc265d8dfb38d904 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html class="reftest-wait">
<script>
setTimeout(function(){
  document.designMode='on';
  window.frames[0].document.body.appendChild(document.getElementById('a'));
  document.documentElement.className = "";
}, 0);
</script>
<iframe></iframe>
<base href=''/>
<body id='a'>
<kbd contenteditable='true'>
<li contenteditable='false'>
</li>
<label>
<a href=''>
</html>