diff options
Diffstat (limited to '')
-rw-r--r-- | editor/libeditor/crashtests/1556799.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editor/libeditor/crashtests/1556799.html b/editor/libeditor/crashtests/1556799.html new file mode 100644 index 0000000000..c83fcd618d --- /dev/null +++ b/editor/libeditor/crashtests/1556799.html @@ -0,0 +1,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> |