summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/crashtests/1425091.html
blob: b4ab8cc2ef606d7193b4fbed14ebb74c21656cc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<script>
function go() {
  document.scrollingElement.addEventListener("DOMNodeInserted", () => {
    document.execCommand("selectAll", false);
    document.execCommand("insertOrderedList", false);
  });
  a.appendChild(document.createElement("e"));
}
</script>
<body onload=go()>
<meter contenteditable="true">
<dialog>
<style id="a"></style>
</dialog>
</meter>