diff options
Diffstat (limited to 'editor/libeditor/crashtests/407277-1.html')
-rw-r--r-- | editor/libeditor/crashtests/407277-1.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/editor/libeditor/crashtests/407277-1.html b/editor/libeditor/crashtests/407277-1.html new file mode 100644 index 000000000..41c6bf280 --- /dev/null +++ b/editor/libeditor/crashtests/407277-1.html @@ -0,0 +1,7 @@ +<html> +<head> +</head> +<body style="margin: initial;" + contenteditable="true" + onload="document.execCommand('outdent', false, null);"></body> +</html> |