summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/crashtests/1423767.html
blob: c786e5af5a01d0c419e744ea4e8e2b23dbc580bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<script>
function go() {
  document.getElementById("label1").addEventListener("DOMNodeRemoved", () => {
    document.getElementById("a1").innerText = "";
  });
  document.execCommand("indent", false);
}
</script>
<body onload=go()>
<li contenteditable="">
<a id="a1">
<label id="label1"></br>
<!---