summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/crashtests/1581246.html
blob: f98c806b9f2f7216e63bc50d565f05deb04994fc (plain)
1
2
3
4
5
6
7
8
9
10
11
<script id="a">
function go() {
  a.appendChild(b)
  document.execCommand("indent", false)
  document.execCommand("delete", false)
}
</script>
<body onload=go()>
<ul contenteditable="true">
<li id="b" contenteditable="false">
<textarea autofocus>