summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/crashtests/1556799.html
blob: c83fcd618d8adf732d17dab295b2ac8bac1d78b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<script>
function go() {
  document.getSelection().selectAllChildren(a)
  document.execCommand("insertUnorderedList", false)
  document.execCommand("enableObjectResizing", false)
}
</script>
<dd contenteditable="true">
<audio src="data:text/html,foo" onerror="go()">
<img id="a"></img>
<dl>